All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Eddi De Pieri <eddi@depieri.net>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] Support Digivox Mini HD (rtl2832)
Date: Thu, 17 Jan 2013 17:30:59 +0200	[thread overview]
Message-ID: <50F81933.40809@iki.fi> (raw)
In-Reply-To: <CAKdnbx7Qx7z1BVxaXsDAe8mDG9jhPQeAkPbZGof++B1xK31Wsw@mail.gmail.com>

On 01/15/2013 12:21 AM, Eddi De Pieri 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 <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);

Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>


-- 
http://palosaari.fi/

  parent reply	other threads:[~2013-01-17 15:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2013-01-24  6:47   ` Eddi De Pieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50F81933.40809@iki.fi \
    --to=crope@iki.fi \
    --cc=eddi@depieri.net \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.