OSDN Git Service

[media] cx231xx: Add support for Hauppauge WinTV-HVR-901H (1114xx)
authorMatthias Schwarzott <zzam@gentoo.org>
Sun, 31 Aug 2014 11:35:09 +0000 (08:35 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Sep 2014 19:13:34 +0000 (16:13 -0300)
Add support for:
[2040:b139] Hauppauge WinTV HVR-901H (1114xx)

According to the inf file, the hardware is similar to [2040:b131] Hauppauge WinTV 930C-HD (model 1114xx)
The only difference is the demod Si2161 instead of Si2165 (but both are
supported by the si2165 driver).

Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/cx231xx/cx231xx-cards.c

index a03a31a..791f00c 100644 (file)
@@ -744,7 +744,7 @@ struct cx231xx_board cx231xx_boards[] = {
                } },
        },
        [CX231XX_BOARD_HAUPPAUGE_930C_HD_1114xx] = {
-               .name = "Hauppauge WinTV 930C-HD (1114xx) / PCTV QuatroStick 522e",
+               .name = "Hauppauge WinTV 930C-HD (1114xx) / HVR-901H (1114xx) / PCTV QuatroStick 522e",
                .tuner_type = TUNER_ABSENT,
                .tuner_addr = 0x60,
                .tuner_gpio = RDE250_XCV_TUNER,
@@ -818,6 +818,9 @@ struct usb_device_id cx231xx_id_table[] = {
        /* Hauppauge WinTV-HVR-900-H */
        {USB_DEVICE(0x2040, 0xb138),
         .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx},
+       /* Hauppauge WinTV-HVR-901-H */
+       {USB_DEVICE(0x2040, 0xb139),
+        .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1114xx},
        {USB_DEVICE(0x2040, 0xb140),
         .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
        {USB_DEVICE(0x2040, 0xc200),