aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2014-08-31 07:35:08 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-23 15:13:34 -0400
commit57cbf3efc8b610b605cbbef6cba8c1759ca9aa87 (patch)
treed73722515ae867d53a30fdd3884610f4e8809790 /drivers/media/usb/cx231xx
parent119bd82e0e87903ef45fffe9c17b1fb6a99cc628 (diff)
[media] cx231xx: Add support for Hauppauge WinTV-HVR-900H (111xxx)
Add support for: [2040:b138] Hauppauge WinTV HVR-900H (111xxx) The hardware is similar to [2040:b130] Hauppauge WinTV 930C-HD (model 1113xx) 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>
Diffstat (limited to 'drivers/media/usb/cx231xx')
-rw-r--r--drivers/media/usb/cx231xx/cx231xx-cards.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c
index 8039b769f258..a03a31a4b911 100644
--- a/drivers/media/usb/cx231xx/cx231xx-cards.c
+++ b/drivers/media/usb/cx231xx/cx231xx-cards.c
@@ -705,7 +705,7 @@ struct cx231xx_board cx231xx_boards[] = {
705 }, 705 },
706 }, 706 },
707 [CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx] = { 707 [CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx] = {
708 .name = "Hauppauge WinTV 930C-HD (1113xx) / PCTV QuatroStick 521e", 708 .name = "Hauppauge WinTV 930C-HD (1113xx) / HVR-900H (111xxx) / PCTV QuatroStick 521e",
709 .tuner_type = TUNER_NXP_TDA18271, 709 .tuner_type = TUNER_NXP_TDA18271,
710 .tuner_addr = 0x60, 710 .tuner_addr = 0x60,
711 .tuner_gpio = RDE250_XCV_TUNER, 711 .tuner_gpio = RDE250_XCV_TUNER,
@@ -815,6 +815,9 @@ struct usb_device_id cx231xx_id_table[] = {
815 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx}, 815 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx},
816 {USB_DEVICE(0x2040, 0xb131), 816 {USB_DEVICE(0x2040, 0xb131),
817 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1114xx}, 817 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1114xx},
818 /* Hauppauge WinTV-HVR-900-H */
819 {USB_DEVICE(0x2040, 0xb138),
820 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx},
818 {USB_DEVICE(0x2040, 0xb140), 821 {USB_DEVICE(0x2040, 0xb140),
819 .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER}, 822 .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
820 {USB_DEVICE(0x2040, 0xc200), 823 {USB_DEVICE(0x2040, 0xc200),