aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2014-08-31 07:35:09 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-23 15:13:34 -0400
commit8618ac4d016a8a81f185111310bdd60e22843127 (patch)
tree907a50f43610e3873fee646d95c7e8df77d52738
parent57cbf3efc8b610b605cbbef6cba8c1759ca9aa87 (diff)
[media] cx231xx: Add support for Hauppauge WinTV-HVR-901H (1114xx)
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>
-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 a03a31a4b911..791f00c6276b 100644
--- a/drivers/media/usb/cx231xx/cx231xx-cards.c
+++ b/drivers/media/usb/cx231xx/cx231xx-cards.c
@@ -744,7 +744,7 @@ struct cx231xx_board cx231xx_boards[] = {
744 } }, 744 } },
745 }, 745 },
746 [CX231XX_BOARD_HAUPPAUGE_930C_HD_1114xx] = { 746 [CX231XX_BOARD_HAUPPAUGE_930C_HD_1114xx] = {
747 .name = "Hauppauge WinTV 930C-HD (1114xx) / PCTV QuatroStick 522e", 747 .name = "Hauppauge WinTV 930C-HD (1114xx) / HVR-901H (1114xx) / PCTV QuatroStick 522e",
748 .tuner_type = TUNER_ABSENT, 748 .tuner_type = TUNER_ABSENT,
749 .tuner_addr = 0x60, 749 .tuner_addr = 0x60,
750 .tuner_gpio = RDE250_XCV_TUNER, 750 .tuner_gpio = RDE250_XCV_TUNER,
@@ -818,6 +818,9 @@ struct usb_device_id cx231xx_id_table[] = {
818 /* Hauppauge WinTV-HVR-900-H */ 818 /* Hauppauge WinTV-HVR-900-H */
819 {USB_DEVICE(0x2040, 0xb138), 819 {USB_DEVICE(0x2040, 0xb138),
820 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx}, 820 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1113xx},
821 /* Hauppauge WinTV-HVR-901-H */
822 {USB_DEVICE(0x2040, 0xb139),
823 .driver_info = CX231XX_BOARD_HAUPPAUGE_930C_HD_1114xx},
821 {USB_DEVICE(0x2040, 0xb140), 824 {USB_DEVICE(0x2040, 0xb140),
822 .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER}, 825 .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
823 {USB_DEVICE(0x2040, 0xc200), 826 {USB_DEVICE(0x2040, 0xc200),