V4L/DVB (12946): SAA7164: Add support for a new HVR-2250 hardware revision
authorSteven Toth <stoth@kernellabs.com>
Fri, 4 Sep 2009 02:46:16 +0000 (23:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:15:24 +0000 (00:15 -0300)
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>
Documentation/video4linux/CARDLIST.saa7164
drivers/media/video/saa7164/saa7164-cards.c

index d9bcb5a7e45e6d8cc34c0ad48b48e1e61a0b9538..152bd7b781ca51b5ceded74bb121642c50f8783b 100644 (file)
@@ -5,5 +5,5 @@
   4 -> Hauppauge WinTV-HVR2200                             [0070:8980]
   5 -> Hauppauge WinTV-HVR2200                             [0070:8900]
   6 -> Hauppauge WinTV-HVR2200                             [0070:8901]
-  7 -> Hauppauge WinTV-HVR2250                             [0070:8891]
+  7 -> Hauppauge WinTV-HVR2250                             [0070:8891,0070:8851]
   8 -> Hauppauge WinTV-HVR2250                             [0070:88A1]
index c936604e622fc38e59f8525266c3cf790545a460..a3c299405f46c28f9fffaeb5996b002f74440292 100644 (file)
@@ -394,6 +394,10 @@ struct saa7164_subid saa7164_subids[] = {
                .subvendor = 0x0070,
                .subdevice = 0x8891,
                .card      = SAA7164_BOARD_HAUPPAUGE_HVR2250_2,
+       }, {
+               .subvendor = 0x0070,
+               .subdevice = 0x8851,
+               .card      = SAA7164_BOARD_HAUPPAUGE_HVR2250_2,
        },
 };
 const unsigned int saa7164_idcount = ARRAY_SIZE(saa7164_subids);