]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] Add support for dvb usb stick Hauppauge WinTV-soloHD
authorArno Bauernöppel <arno@aziraphale.net>
Sun, 15 Nov 2015 21:24:10 +0000 (19:24 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 13:34:32 +0000 (11:34 -0200)
This patch adds support for the DVB-T/C/T2 usb stick WinTV-soloHD from
Hauppauge. It adds the usb ID 2040:0264 Hauppauge to the cards of the
driver em28xx.

I successfully tested DVB-T/C and the IR remote control with the
firmware dvb-demod-si2168-b40-01.fw.

Signed-off-by: Arno Bauernoeppel <arno@aziraphale.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-core/dvb-usb-ids.h
drivers/media/usb/em28xx/em28xx-cards.c

index 0a46580b5376de993458ca17d8898dfcbfd03521..1c1c298d2289b9bba1ab8fdd1629c660dedfba92 100644 (file)
 #define USB_PID_PCTV_2002E_SE                           0x025d
 #define USB_PID_SVEON_STV27                             0xd3af
 #define USB_PID_TURBOX_DTT_2000                         0xd3a4
+#define USB_PID_WINTV_SOLOHD                            0x0264
 #endif
index 5373dce4f4caabfa57984b2039cbf0649222d6c8..a1b6ef5894a689a39c6597aa668db2d1d4115b33 100644 (file)
@@ -2475,6 +2475,8 @@ struct usb_device_id em28xx_id_table[] = {
                        .driver_info = EM28178_BOARD_PCTV_461E },
        { USB_DEVICE(0x2013, 0x025f),
                        .driver_info = EM28178_BOARD_PCTV_292E },
+       { USB_DEVICE(0x2040, 0x0264), /* Hauppauge WinTV-soloHD */
+                       .driver_info = EM28178_BOARD_PCTV_292E },
        { USB_DEVICE(0x0413, 0x6f07),
                        .driver_info = EM2861_BOARD_LEADTEK_VC100 },
        { USB_DEVICE(0xeb1a, 0x8179),