diff options
author | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | 2010-10-01 15:55:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:17:58 -0400 |
commit | 8ccdf1ae9d223d144919788c221c1c559fa56588 (patch) | |
tree | 46da892fc81e51f83d1f829a107c08ca1e4bb1df /drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | 9e35cd222bc913f34b8f69e2b41daa7aa041d79a (diff) |
[media] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)
The AVerTV Red HD+ (A850T) is basically the same as the existing
AVerTV Volar Black HD (A850), but is specific to the french market.
The A850T identifies itself as a A850, but has its own PID. It even
suffers from the same EEPROM deficiencies.
This is based off a collection of information gathered from the
french support forums for Ubuntu, which I tried to properly format
into this patch:
http://forum.ubuntu-fr.org/viewtopic.php?pid=3322825
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Antti Palosaari <crope@iki.fi>
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 | 1 |
1 files changed, 1 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 436d53dda1c7..cc398ecb5b09 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
@@ -198,6 +198,7 @@ | |||
198 | #define USB_PID_AVERMEDIA_A309 0xa309 | 198 | #define USB_PID_AVERMEDIA_A309 0xa309 |
199 | #define USB_PID_AVERMEDIA_A310 0xa310 | 199 | #define USB_PID_AVERMEDIA_A310 0xa310 |
200 | #define USB_PID_AVERMEDIA_A850 0x850a | 200 | #define USB_PID_AVERMEDIA_A850 0x850a |
201 | #define USB_PID_AVERMEDIA_A850T 0x850b | ||
201 | #define USB_PID_AVERMEDIA_A805 0xa805 | 202 | #define USB_PID_AVERMEDIA_A805 0xa805 |
202 | #define USB_PID_AVERMEDIA_A815M 0x815a | 203 | #define USB_PID_AVERMEDIA_A815M 0x815a |
203 | #define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006 | 204 | #define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006 |