diff options
author | Rainer Keller <mail@rainerkeller.de> | 2018-03-18 13:40:16 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-04 20:20:55 +0200 |
commit | 5b1a270d224b77551ea50b613155619847d3d154 (patch) | |
tree | 134a3f96cedff047be6cdf36270c09deec633d34 /include/media/dvb-usb-ids.h | |
parent | media: ddbridge, cxd2099: include guard, fix unneeded NULL init, strings (diff) | |
download | linux-5b1a270d224b77551ea50b613155619847d3d154.tar.xz linux-5b1a270d224b77551ea50b613155619847d3d154.zip |
media: dvb: add alternative USB PID for Hauppauge WinTV-soloHD
Newer DVB receivers of this type have a different USB PID.
Signed-off-by: Rainer Keller <mail@rainerkeller.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media/dvb-usb-ids.h')
-rw-r--r-- | include/media/dvb-usb-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/dvb-usb-ids.h b/include/media/dvb-usb-ids.h index 28e2be5c8a98..f9e73b4a6e89 100644 --- a/include/media/dvb-usb-ids.h +++ b/include/media/dvb-usb-ids.h @@ -418,6 +418,7 @@ #define USB_PID_SVEON_STV27 0xd3af #define USB_PID_TURBOX_DTT_2000 0xd3a4 #define USB_PID_WINTV_SOLOHD 0x0264 +#define USB_PID_WINTV_SOLOHD_2 0x8268 #define USB_PID_EVOLVEO_XTRATV_STICK 0xa115 #define USB_PID_HAMA_DVBT_HYBRID 0x2758 #define USB_PID_XBOX_ONE_TUNER 0x02d5 |