All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Support Digivox Mini HD (rtl2832)
@ 2013-01-14 22:21 Eddi De Pieri
  2013-01-14 22:25 ` Eddi De Pieri
  2013-01-17 15:30 ` Antti Palosaari
  0 siblings, 2 replies; 4+ messages in thread
From: Eddi De Pieri @ 2013-01-14 22:21 UTC (permalink / raw)
  To: linux-media

Add support for Digivox Mini HD (rtl2832)

The tuner works, but with worst performance then realtek linux driver,
due to incomplete implementation of fc2580.c

Signed-off-by: Eddi De Pieri <eddi@depieri.net>
Tested-by: Lorenzo Dongarrà <lorenzo_64@katamail.com>

diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index b6f4849..c05ea16 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1368,6 +1368,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
                &rtl2832u_props, "ASUS My Cinema-U3100Mini Plus V2", NULL) },
        { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd393,
                &rtl2832u_props, "GIGABYTE U7300", NULL) },
+       { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1104,
+               &rtl2832u_props, "Digivox Micro Hd", NULL) },
        { }
 };
 MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);

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

end of thread, other threads:[~2013-01-24  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 22:21 [PATCH] Support Digivox Mini HD (rtl2832) Eddi De Pieri
2013-01-14 22:25 ` Eddi De Pieri
2013-01-17 15:30 ` Antti Palosaari
2013-01-24  6:47   ` Eddi De Pieri

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.