diff options
author | Sebastian <sebastian_ml@gmx.net> | 2014-06-12 03:22:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-26 10:52:28 -0300 |
commit | 89c5ff0557f8faf15cd1461c8d91608c0e404921 (patch) | |
tree | 36d4eda6a6f1c09817a3f7304365882bf8ace3c2 /drivers/media/dvb-core | |
parent | 9e334c75642b6e5bfb956bf0e45f1d3afa271b67 (diff) | |
download | linux-stable-89c5ff0557f8faf15cd1461c8d91608c0e404921.tar.gz linux-stable-89c5ff0557f8faf15cd1461c8d91608c0e404921.tar.bz2 linux-stable-89c5ff0557f8faf15cd1461c8d91608c0e404921.zip |
[media] rtl28xxu: add [1b80:d3b0] Sveon STV21
Added Sveon STV21 device based on Realtek RTL2832U and FC0013 tuner
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@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 f8e31509f12e..5135a096bfa6 100644 --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -364,6 +364,7 @@ #define USB_PID_TVWAY_PLUS 0x0002 #define USB_PID_SVEON_STV20 0xe39d #define USB_PID_SVEON_STV20_RTL2832U 0xd39d +#define USB_PID_SVEON_STV21 0xd3b0 #define USB_PID_SVEON_STV22 0xe401 #define USB_PID_SVEON_STV22_IT9137 0xe411 #define USB_PID_AZUREWAVE_AZ6027 0x3275 |