diff options
author | Nam Phạm Thành <phamthanhnam.ptn@gmail.com> | 2009-07-12 10:51:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:19:03 -0400 |
commit | ce212f052fa2fe1a5e71af13be63667e1916d084 (patch) | |
tree | b5ab12dcbb18208d825580ce5e9232f1cee4acaa /drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | 1c2ca352944e1899e72a39cc640d874dfa008a1b (diff) |
V4L/DVB (12475): Add support for Humax/Coex DVB-T USB Stick 2.0 High Speed
This patch adds support for Humax/Coex DVB-T USB Stick 2.0 High Speed
which is a very popular tuner sold in Vietnam.
Tested with at least 3 tuners.
Cc: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Pham Thanh Nam <phamthanhnam.ptn@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb-ids.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index 6eccce1a76f3..bf732016797b 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
@@ -58,6 +58,7 @@ | |||
58 | #define USB_VID_GIGABYTE 0x1044 | 58 | #define USB_VID_GIGABYTE 0x1044 |
59 | #define USB_VID_YUAN 0x1164 | 59 | #define USB_VID_YUAN 0x1164 |
60 | #define USB_VID_XTENSIONS 0x1ae7 | 60 | #define USB_VID_XTENSIONS 0x1ae7 |
61 | #define USB_VID_HUMAX_COEX 0x10b9 | ||
61 | 62 | ||
62 | /* Product IDs */ | 63 | /* Product IDs */ |
63 | #define USB_PID_ADSTECH_USB2_COLD 0xa333 | 64 | #define USB_PID_ADSTECH_USB2_COLD 0xa333 |
@@ -260,5 +261,7 @@ | |||
260 | #define USB_PID_SONY_PLAYTV 0x0003 | 261 | #define USB_PID_SONY_PLAYTV 0x0003 |
261 | #define USB_PID_ELGATO_EYETV_DTT 0x0021 | 262 | #define USB_PID_ELGATO_EYETV_DTT 0x0021 |
262 | #define USB_PID_ELGATO_EYETV_DTT_Dlx 0x0020 | 263 | #define USB_PID_ELGATO_EYETV_DTT_Dlx 0x0020 |
264 | #define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_COLD 0x5000 | ||
265 | #define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_WARM 0x5001 | ||
263 | 266 | ||
264 | #endif | 267 | #endif |