* [PATCH] rtl28xxu: 1d19:1102 Dexatek DK mini DVB-T Dongle
@ 2012-11-06 19:16 Antti Palosaari
2012-11-06 22:58 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Antti Palosaari @ 2012-11-06 19:16 UTC (permalink / raw)
To: linux-media; +Cc: Hubert Lin, Antti Palosaari
Add new USB ID as driver supports it.
Reported-by: Hubert Lin <hubertwslin@gmail.com>
Tested-by: Hubert Lin <hubertwslin@gmail.com>
Signed-off-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 adabba8..0149cdd 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1346,6 +1346,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
&rtl2832u_props, "DigitalNow Quad DVB-T Receiver", NULL) },
{ DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d3,
&rtl2832u_props, "TerraTec Cinergy T Stick RC (Rev. 3)", NULL) },
+ { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1102,
+ &rtl2832u_props, "Dexatek DK mini DVB-T Dongle", NULL) },
{ }
};
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] rtl28xxu: 1d19:1102 Dexatek DK mini DVB-T Dongle
2012-11-06 19:16 [PATCH] rtl28xxu: 1d19:1102 Dexatek DK mini DVB-T Dongle Antti Palosaari
@ 2012-11-06 22:58 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2012-11-06 22:58 UTC (permalink / raw)
Cc: linux-media, Hubert Lin
Short question,
is simple ID addition for device driver like that allowed to push during
RC phase (for Kernel 3.7 as now is RC4 released)?
I tried to look documentation but didn't found answer.
regards
Antti
On 11/06/2012 09:16 PM, Antti Palosaari wrote:
> Add new USB ID as driver supports it.
>
> Reported-by: Hubert Lin <hubertwslin@gmail.com>
> Tested-by: Hubert Lin <hubertwslin@gmail.com>
> Signed-off-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 adabba8..0149cdd 100644
> --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> @@ -1346,6 +1346,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
> &rtl2832u_props, "DigitalNow Quad DVB-T Receiver", NULL) },
> { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d3,
> &rtl2832u_props, "TerraTec Cinergy T Stick RC (Rev. 3)", NULL) },
> + { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1102,
> + &rtl2832u_props, "Dexatek DK mini DVB-T Dongle", 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:[~2012-11-06 22:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 19:16 [PATCH] rtl28xxu: 1d19:1102 Dexatek DK mini DVB-T Dongle Antti Palosaari
2012-11-06 22:58 ` Antti Palosaari
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.