From 75f253f91647021de5d603d5957a8993a91f59e5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 21 Feb 2016 11:35:35 +0100 Subject: [PATCH] linux: add support for Hauppauge WinTV-soloHD Signed-off-by: Stephan Raue --- .../linux-224_Hauppauge_WinTV-soloHD.patch | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/linux/patches/4.4.2/linux-224_Hauppauge_WinTV-soloHD.patch diff --git a/packages/linux/patches/4.4.2/linux-224_Hauppauge_WinTV-soloHD.patch b/packages/linux/patches/4.4.2/linux-224_Hauppauge_WinTV-soloHD.patch new file mode 100644 index 0000000000..e629f83b69 --- /dev/null +++ b/packages/linux/patches/4.4.2/linux-224_Hauppauge_WinTV-soloHD.patch @@ -0,0 +1,41 @@ +From 1efc21701d94ed0c5b91467b042bed8b8becd5cc Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Arno=20Bauern=C3=B6ppel?= +Date: Sun, 15 Nov 2015 19:24:10 -0200 +Subject: [media] Add support for dvb usb stick Hauppauge WinTV-soloHD + +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 +Signed-off-by: Mauro Carvalho Chehab + +diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h +index 0a46580..1c1c298 100644 +--- a/drivers/media/dvb-core/dvb-usb-ids.h ++++ b/drivers/media/dvb-core/dvb-usb-ids.h +@@ -389,4 +389,5 @@ + #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 +diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c +index 5373dce..a1b6ef5 100644 +--- a/drivers/media/usb/em28xx/em28xx-cards.c ++++ b/drivers/media/usb/em28xx/em28xx-cards.c +@@ -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), +-- +cgit v0.10.2 +