aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2006-01-09 12:25:02 -0500
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:25:02 -0500
commitfb56cb65e4b737c93727ea296050e8d24eb7cb42 (patch)
tree0bd147b17c0ce44f3ab92913c6260e21a45bbe01 /drivers/media/video/cx88/cx88-cards.c
parent0fa14aa6214823bb013b598add866e277a7efe28 (diff)
V4L (0990): Enable IR support for the Nova-S-Plus
- Enable IR support for the Nova-S-Plus. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index d738ea8c6f5e..1976e04d8ace 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -1078,11 +1078,15 @@ struct cx88_subid cx88_subids[] = {
1078 },{ 1078 },{
1079 .subvendor = 0x0070, 1079 .subvendor = 0x0070,
1080 .subdevice = 0x9200, 1080 .subdevice = 0x9200,
1081 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1082 },{
1083 .subvendor = 0x0070,
1084 .subdevice = 0x9201,
1081 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1, 1085 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1082 },{ 1086 },{
1083 .subvendor = 0x0070, 1087 .subvendor = 0x0070,
1084 .subdevice = 0x9202, 1088 .subdevice = 0x9202,
1085 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1, 1089 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1086 }, 1090 },
1087}; 1091};
1088const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); 1092const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);