diff options
author | CIJOML CIJOMLovic <cijoml@gmail.com> | 2016-08-01 18:55:52 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-24 13:49:30 -0200 |
commit | 37e785682746b53017c7b6e533c3ac2c85bb4ac8 (patch) | |
tree | e34cb18997de738a795a0988b1b38f431c4b3b03 /drivers/media/dvb-core/dvb-usb-ids.h | |
parent | e950267ab802c8558f1100eafd4087fd039ad634 (diff) |
[media] Add support for EVOLVEO XtraTV stick
Add a new USB ID for EVOLVEO XtraTV stick.
[mchehab@s-opensource.org: fix patch and make checkpatch happy]
Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-core/dvb-usb-ids.h')
-rw-r--r-- | drivers/media/dvb-core/dvb-usb-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h index a7a4674ccc40..5938ea4abc69 100644 --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -411,4 +411,5 @@ #define USB_PID_SVEON_STV27 0xd3af #define USB_PID_TURBOX_DTT_2000 0xd3a4 #define USB_PID_WINTV_SOLOHD 0x0264 +#define USB_PID_EVOLVEO_XTRATV_STICK 0xa115 #endif |