* [PATCH] [media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2
@ 2012-11-13 18:09 Juergen Lock
2012-11-22 23:29 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Juergen Lock @ 2012-11-13 18:09 UTC (permalink / raw)
To: linux-media; +Cc: hselasky
This just adds the usbid to the rtl28xxu driver, that's all that's
needed to make the stick work for DVB.
Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
--- a/drivers/media/dvb-core/dvb-usb-ids.h
+++ b/drivers/media/dvb-core/dvb-usb-ids.h
@@ -250,6 +250,7 @@
#define USB_PID_TERRATEC_T3 0x10a0
#define USB_PID_TERRATEC_T5 0x10a1
#define USB_PID_NOXON_DAB_STICK 0x00b3
+#define USB_PID_NOXON_DAB_STICK_REV2 0x00e0
#define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e
#define USB_PID_PINNACLE_PCTV2000E 0x022c
#define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1338,6 +1338,8 @@ static const struct usb_device_id rtl28x
&rtl2832u_props, "G-Tek Electronics Group Lifeview LV5TDLX DVB-T", NULL) },
{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK,
&rtl2832u_props, "NOXON DAB/DAB+ USB dongle", NULL) },
+ { DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK_REV2,
+ &rtl2832u_props, "NOXON DAB/DAB+ USB dongle (rev 2)", NULL) },
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_TREKSTOR_TERRES_2_0,
&rtl2832u_props, "Trekstor DVB-T Stick Terres 2.0", NULL) },
{ DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1101,
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] [media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2
2012-11-13 18:09 [PATCH] [media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2 Juergen Lock
@ 2012-11-22 23:29 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2012-11-22 23:29 UTC (permalink / raw)
To: Juergen Lock; +Cc: linux-media, hselasky
On 11/13/2012 08:09 PM, Juergen Lock wrote:
> This just adds the usbid to the rtl28xxu driver, that's all that's
> needed to make the stick work for DVB.
>
> Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
>
> --- a/drivers/media/dvb-core/dvb-usb-ids.h
> +++ b/drivers/media/dvb-core/dvb-usb-ids.h
> @@ -250,6 +250,7 @@
> #define USB_PID_TERRATEC_T3 0x10a0
> #define USB_PID_TERRATEC_T5 0x10a1
> #define USB_PID_NOXON_DAB_STICK 0x00b3
> +#define USB_PID_NOXON_DAB_STICK_REV2 0x00e0
> #define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e
> #define USB_PID_PINNACLE_PCTV2000E 0x022c
> #define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228
> --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> @@ -1338,6 +1338,8 @@ static const struct usb_device_id rtl28x
> &rtl2832u_props, "G-Tek Electronics Group Lifeview LV5TDLX DVB-T", NULL) },
> { DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK,
> &rtl2832u_props, "NOXON DAB/DAB+ USB dongle", NULL) },
> + { DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK_REV2,
> + &rtl2832u_props, "NOXON DAB/DAB+ USB dongle (rev 2)", NULL) },
> { DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_TREKSTOR_TERRES_2_0,
> &rtl2832u_props, "Trekstor DVB-T Stick Terres 2.0", NULL) },
> { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1101,
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Applied thanks! I will pull-request that for Kernel 3.8
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/for_v3.8-rtl28xxu
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-22 23:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13 18:09 [PATCH] [media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2 Juergen Lock
2012-11-22 23:29 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox