Commit 3a360ced7b3756efbfe822871cc36dc0490fc46b

Authored by Steven Toth
Committed by Mauro Carvalho Chehab
1 parent 151ec0d9ed

V4L/DVB (12946): SAA7164: Add support for a new HVR-2250 hardware revision

SAA7164: Add support for a new HVR-2250 hardware revision

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 2 changed files with 5 additions and 1 deletions Side-by-side Diff

Documentation/video4linux/CARDLIST.saa7164
... ... @@ -5,6 +5,6 @@
5 5 4 -> Hauppauge WinTV-HVR2200 [0070:8980]
6 6 5 -> Hauppauge WinTV-HVR2200 [0070:8900]
7 7 6 -> Hauppauge WinTV-HVR2200 [0070:8901]
8   - 7 -> Hauppauge WinTV-HVR2250 [0070:8891]
  8 + 7 -> Hauppauge WinTV-HVR2250 [0070:8891,0070:8851]
9 9 8 -> Hauppauge WinTV-HVR2250 [0070:88A1]
drivers/media/video/saa7164/saa7164-cards.c
... ... @@ -394,6 +394,10 @@
394 394 .subvendor = 0x0070,
395 395 .subdevice = 0x8891,
396 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 403 const unsigned int saa7164_idcount = ARRAY_SIZE(saa7164_subids);