diff options
-rw-r--r-- | Documentation/video4linux/CARDLIST.saa7164 | 2 | ||||
-rw-r--r-- | drivers/media/video/saa7164/saa7164-cards.c | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/video4linux/CARDLIST.saa7164 b/Documentation/video4linux/CARDLIST.saa7164 index d9bcb5a7e45e..152bd7b781ca 100644 --- a/Documentation/video4linux/CARDLIST.saa7164 +++ b/Documentation/video4linux/CARDLIST.saa7164 | |||
@@ -5,5 +5,5 @@ | |||
5 | 4 -> Hauppauge WinTV-HVR2200 [0070:8980] | 5 | 4 -> Hauppauge WinTV-HVR2200 [0070:8980] |
6 | 5 -> Hauppauge WinTV-HVR2200 [0070:8900] | 6 | 5 -> Hauppauge WinTV-HVR2200 [0070:8900] |
7 | 6 -> Hauppauge WinTV-HVR2200 [0070:8901] | 7 | 6 -> Hauppauge WinTV-HVR2200 [0070:8901] |
8 | 7 -> Hauppauge WinTV-HVR2250 [0070:8891] | 8 | 7 -> Hauppauge WinTV-HVR2250 [0070:8891,0070:8851] |
9 | 8 -> Hauppauge WinTV-HVR2250 [0070:88A1] | 9 | 8 -> Hauppauge WinTV-HVR2250 [0070:88A1] |
diff --git a/drivers/media/video/saa7164/saa7164-cards.c b/drivers/media/video/saa7164/saa7164-cards.c index c936604e622f..a3c299405f46 100644 --- a/drivers/media/video/saa7164/saa7164-cards.c +++ b/drivers/media/video/saa7164/saa7164-cards.c | |||
@@ -394,6 +394,10 @@ struct saa7164_subid saa7164_subids[] = { | |||
394 | .subvendor = 0x0070, | 394 | .subvendor = 0x0070, |
395 | .subdevice = 0x8891, | 395 | .subdevice = 0x8891, |
396 | .card = SAA7164_BOARD_HAUPPAUGE_HVR2250_2, | 396 | .card = SAA7164_BOARD_HAUPPAUGE_HVR2250_2, |
397 | }, { | ||
398 | .subvendor = 0x0070, | ||
399 | .subdevice = 0x8851, | ||
400 | .card = SAA7164_BOARD_HAUPPAUGE_HVR2250_2, | ||
397 | }, | 401 | }, |
398 | }; | 402 | }; |
399 | const unsigned int saa7164_idcount = ARRAY_SIZE(saa7164_subids); | 403 | const unsigned int saa7164_idcount = ARRAY_SIZE(saa7164_subids); |