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

V4L/DVB (3991): Cx88: add autodetection for another Twinhan VP-3054 board.

Added autodetection for PCI subsystem id 1822:0019 to use
the card definition for CX88_BOARD_DNTV_LIVE_DVB_T_PRO

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
fc066478 da22d0e7

+5 -1
+1 -1
Documentation/video4linux/CARDLIST.cx88
··· 40 40 39 -> KWorld DVB-S 100 [17de:08b2] 41 41 40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid [0070:9400,0070:9402] 42 42 41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile) [0070:9800,0070:9802] 43 - 42 -> digitalnow DNTV Live! DVB-T Pro [1822:0025] 43 + 42 -> digitalnow DNTV Live! DVB-T Pro [1822:0025,1822:0019] 44 44 43 -> KWorld/VStream XPert DVB-T with cx22702 [17de:08a1] 45 45 44 -> DViCO FusionHDTV DVB-T Dual Digital [18ac:db50,18ac:db54] 46 46 45 -> KWorld HardwareMpegTV XPert [17de:0840]
+4
drivers/media/video/cx88/cx88-cards.c
··· 1357 1357 .subvendor = 0x17de, 1358 1358 .subdevice = 0x0841, 1359 1359 .card = CX88_BOARD_KWORLD_MCE200_DELUXE, 1360 + },{ 1361 + .subvendor = 0x1822, 1362 + .subdevice = 0x0019, 1363 + .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO, 1360 1364 }, 1361 1365 }; 1362 1366 const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);