usb 1-2.2: DVB: registering adapter 1 frontend 0 (Realtek RTL2832 (DVB-T))...
i2c i2c-4: fc2580: FCI FC2580 successfully identified
usb 1-2.2: dvb_usb_v2: 'Digivox Micro Hd' successfully initialized and connected

On Mon, Jan 14, 2013 at 11:21 PM, Eddi De Pieri <e...@depieri.net> wrote:
> 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 <e...@depieri.net>
> Tested-by: Lorenzo DongarrĂ  <lorenzo...@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);
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to