* [PATCH] [media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini
@ 2013-05-14 23:42 Miroslav Šustek
2013-05-14 23:47 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Miroslav Šustek @ 2013-05-14 23:42 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-media, linux-kernel, Miroslav Šustek
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>
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 22015fe..d220ccc 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1408,6 +1408,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);
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini
2013-05-14 23:42 [PATCH] [media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini Miroslav Šustek
@ 2013-05-14 23:47 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2013-05-14 23:47 UTC (permalink / raw)
To: Miroslav Šustek; +Cc: linux-media, linux-kernel
On 05/15/2013 02:42 AM, Miroslav Šustek wrote:
> 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>
Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
> ---
> drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> index 22015fe..d220ccc 100644
> --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> @@ -1408,6 +1408,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);
>
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-14 23:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 23:42 [PATCH] [media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini Miroslav Šustek
2013-05-14 23:47 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).