summaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMiroslav Šustek <sustmidown@centrum.cz>2013-05-14 22:42:11 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-06-09 00:56:17 (GMT)
commit6c5a4065ebb785bd60fdab4eebbf6582177d563a (patch)
tree6bc1f98ee216740f398b9727a2b86d8a0bedfab4 /drivers/media/usb
parent5a18664e49549762d09e771ad02111d2c2721dc8 (diff)
downloadlinux-fsl-qoriq-6c5a4065ebb785bd60fdab4eebbf6582177d563a.tar.xz
[media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini
USB ID 0413:6a03 is Leadtek WinFast DTV Dongle mini. Decoder Realtek RTL2832U and tuner Infineon TUA9001. Signed-off-by: Miroslav Šustek <sustmidown@centrum.cz> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/dvb-usb-v2/rtl28xxu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 8bbc6ab..0045b19 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1424,6 +1424,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
&rtl2832u_props, "Compro VideoMate U620F", NULL) },
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd394,
&rtl2832u_props, "MaxMedia HU394-T", NULL) },
+ { DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a03,
+ &rtl2832u_props, "WinFast DTV Dongle mini", NULL) },
{ }
};
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);