Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (7017): saa7134: add MSI TV@nywhere Plus with the older tda8275 tuner

Thanks go to Mark Schultz for the initial contribution and to
Dean Hilkewich for testing it again.

Signed-off-by: Hermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Hermann Pitton and committed by
Mauro Carvalho Chehab
b6667e5f a28cb828

+8 -2
+1 -1
Documentation/video4linux/CARDLIST.saa7134
··· 80 80 79 -> Sedna/MuchTV PC TV Cardbus TV/Radio (ITO25 Rev:2B) 81 81 80 -> ASUS Digimatrix TV [1043:0210] 82 82 81 -> Philips Tiger reference design [1131:2018] 83 - 82 -> MSI TV@Anywhere plus [1462:6231] 83 + 82 -> MSI TV@Anywhere plus [1462:6231,1462:8624] 84 84 83 -> Terratec Cinergy 250 PCI TV [153b:1160] 85 85 84 -> LifeView FlyDVB Trio [5168:0319] 86 86 85 -> AverTV DVB-T 777 [1461:2c05,1461:2c05]
+7 -1
drivers/media/video/saa7134/saa7134-cards.c
··· 4392 4392 .vendor = PCI_VENDOR_ID_PHILIPS, 4393 4393 .device = PCI_DEVICE_ID_PHILIPS_SAA7133, 4394 4394 .subvendor = 0x1462, 4395 - .subdevice = 0x6231, 4395 + .subdevice = 0x6231, /* tda8275a, ks003 IR */ 4396 + .driver_data = SAA7134_BOARD_MSI_TVATANYWHERE_PLUS, 4397 + },{ 4398 + .vendor = PCI_VENDOR_ID_PHILIPS, 4399 + .device = PCI_DEVICE_ID_PHILIPS_SAA7133, 4400 + .subvendor = 0x1462, 4401 + .subdevice = 0x8624, /* tda8275, ks003 IR */ 4396 4402 .driver_data = SAA7134_BOARD_MSI_TVATANYWHERE_PLUS, 4397 4403 },{ 4398 4404 .vendor = PCI_VENDOR_ID_PHILIPS,