diff options
author | Philippe Valembois <lephilousophe@users.sourceforge.net> | 2016-02-09 06:08:01 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-03 08:33:05 -0300 |
commit | b8ebfafc3289c72a333878c8738cbc225beee421 (patch) | |
tree | 54f4e7abb4a37f37e3a1b649935a534d1ad54ff0 /drivers/media/dvb-core | |
parent | 449c1fcd86f5077d5076a955e65c07a7c4cbbf9d (diff) | |
download | talos-obmc-linux-b8ebfafc3289c72a333878c8738cbc225beee421.tar.gz talos-obmc-linux-b8ebfafc3289c72a333878c8738cbc225beee421.zip |
[media] Add support for Avermedia AverTV Volar HD 2 (TD110)
Signed-off-by: Philippe Valembois <lephilousophe@users.sourceforge.net>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-core')
-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 dbdbb84294c5..0afad395ef97 100644 --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -242,6 +242,7 @@ #define USB_PID_AVERMEDIA_1867 0x1867 #define USB_PID_AVERMEDIA_A867 0xa867 #define USB_PID_AVERMEDIA_H335 0x0335 +#define USB_PID_AVERMEDIA_TD110 0xa110 #define USB_PID_AVERMEDIA_TWINSTAR 0x0825 #define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006 #define USB_PID_TECHNOTREND_CONNECT_S2400_8KEEPROM 0x3009 |