All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] rtl28xxu: Add USB ID for MaxMedia HU394-T
@ 2013-02-15 22:54 Fabrizio Gazzato
  2013-02-15 22:56 ` Antti Palosaari
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrizio Gazzato @ 2013-02-15 22:54 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: gennarone, linux-media

Hi,

please add USB ID for MaxMedia HU394-T USB DVB-T Multi (FM, DAB, DAB+)
dongle (RTL2832U+FC0012)

In Italy is branded: "DIKOM USB-DVBT HD"

lsusb:
ID 1b80:d394 Afatech

Regards


Signed-off-by: Fabrizio Gazzato <fabrizio.gazzato@gmail.com>
---
 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 a4c302d..fc7b7a0 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1352,6 +1352,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
 		&rtl2832u_props, "Dexatek DK mini DVB-T Dongle", NULL) },
 	{ DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d7,
 		&rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) },
+      { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd394,
+		&rtl2832u_props, "MaxMedia HU394-T", NULL) },
 	{ }
 };
 MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-15 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-15 22:54 [PATCH] [media] rtl28xxu: Add USB ID for MaxMedia HU394-T Fabrizio Gazzato
2013-02-15 22:56 ` 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.