aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-cards.c
diff options
context:
space:
mode:
authorSteven Walter <stevenrwalter@gmail.com>2006-12-20 07:29:09 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:34:14 -0500
commitd1158f469cb2bda369475e2bb622080dace25473 (patch)
tree75a248be0bc7d463df567c26f1fb357db005ea38 /drivers/media/video/saa7134/saa7134-cards.c
parentd84e2bdca6e168557639b29c9244cbcf2500fe21 (diff)
V4L/DVB (4989): Saa7134: add support for the Encore ENL-TV
Add a board definition for the Encore ENL-TV card, and adds its PCI subdevice to the ID table. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 710d20e9ae0b..9d26ab48edd4 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -3188,6 +3188,24 @@ struct saa7134_board saa7134_boards[] = {
3188 .amux = LINE1, 3188 .amux = LINE1,
3189 }}, 3189 }},
3190 }, 3190 },
3191 [SAA7134_BOARD_ENCORE_ENLTV] = {
3192 /* Steven Walter <stevenrwalter@gmail.com> */
3193 .name = "Encore ENLTV",
3194 .tuner_type = TUNER_TNF_5335MF,
3195 .radio_type = UNSET,
3196 .tuner_addr = ADDR_UNSET,
3197 .radio_addr = ADDR_UNSET,
3198 .inputs = {{
3199 .name = name_tv,
3200 .vmux = 1,
3201 .amux = LINE2,
3202 .tv = 1,
3203 },{
3204 .name = name_svideo,
3205 .vmux = 6,
3206 .amux = LINE1,
3207 }},
3208 },
3191}; 3209};
3192 3210
3193const unsigned int saa7134_bcount = ARRAY_SIZE(saa7134_boards); 3211const unsigned int saa7134_bcount = ARRAY_SIZE(saa7134_boards);
@@ -3827,6 +3845,12 @@ struct pci_device_id saa7134_pci_tbl[] = {
3827 .subdevice = 0x1172, 3845 .subdevice = 0x1172,
3828 .driver_data = SAA7134_BOARD_CINERGY_HT_PCMCIA, 3846 .driver_data = SAA7134_BOARD_CINERGY_HT_PCMCIA,
3829 },{ 3847 },{
3848 .vendor = PCI_VENDOR_ID_PHILIPS,
3849 .device = PCI_DEVICE_ID_PHILIPS_SAA7130,
3850 .subvendor = PCI_VENDOR_ID_PHILIPS,
3851 .subdevice = 0x2342,
3852 .driver_data = SAA7134_BOARD_ENCORE_ENLTV,
3853 },{
3830 /* --- boards without eeprom + subsystem ID --- */ 3854 /* --- boards without eeprom + subsystem ID --- */
3831 .vendor = PCI_VENDOR_ID_PHILIPS, 3855 .vendor = PCI_VENDOR_ID_PHILIPS,
3832 .device = PCI_DEVICE_ID_PHILIPS_SAA7134, 3856 .device = PCI_DEVICE_ID_PHILIPS_SAA7134,