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 Avermedia A835B
Date: Tue, 01 Jan 2013 21:56:17 +0200	[thread overview]
Message-ID: <50E33F61.4000000@iki.fi> (raw)
In-Reply-To: <CAKdnbx593exZgqOMYaJZD1h4pDZDDNM8pNo29zf3=etrtwQT4g@mail.gmail.com>

On 12/22/2012 03:41 PM, Eddi De Pieri wrote:
> Add support for Avermedia A835B

Did you tested that all?

These are just same IDs I looked from Windows driver few weeks back as 
topic "avermedia, new version of avertv volar green hd" was talked and 
sent to nickname moebius. He has unable to make tests as he returned device.

regards
Antti


>
> Signed-off-by: Eddi De Pieri <eddi@depieri.net>
>
> diff --git a/drivers/media/dvb-core/dvb-usb-ids.h
> b/drivers/media/dvb-core/dvb-usb-ids.h
> index 26c4481..84d7759 100644
> --- a/drivers/media/dvb-core/dvb-usb-ids.h
> +++ b/drivers/media/dvb-core/dvb-usb-ids.h
> @@ -231,6 +231,10 @@
>   #define USB_PID_AVERMEDIA_A815M                                0x815a
>   #define USB_PID_AVERMEDIA_A835                         0xa835
>   #define USB_PID_AVERMEDIA_B835                         0xb835
> +#define USB_PID_AVERMEDIA_A835B_1835                   0x1835
> +#define USB_PID_AVERMEDIA_A835B_2835                   0x2835
> +#define USB_PID_AVERMEDIA_A835B_3835                   0x3835
> +#define USB_PID_AVERMEDIA_A835B_4835                   0x4835
>   #define USB_PID_AVERMEDIA_1867                         0x1867
>   #define USB_PID_AVERMEDIA_A867                         0xa867
>   #define USB_PID_AVERMEDIA_TWINSTAR                     0x0825
> diff --git a/drivers/media/usb/dvb-usb-v2/it913x.c
> b/drivers/media/usb/dvb-usb-v2/it913x.c
> index 1ca8fea..b2e9b87 100644
> --- a/drivers/media/usb/dvb-usb-v2/it913x.c
> +++ b/drivers/media/usb/dvb-usb-v2/it913x.c
> @@ -773,6 +773,18 @@ static const struct usb_device_id it913x_id_table[] = {
>          { DVB_USB_DEVICE(USB_VID_ITETECH, USB_PID_ITETECH_IT9135_9006,
>                  &it913x_properties, "ITE 9135(9006) Generic",
>                          RC_MAP_IT913X_V1) },
> +       { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A835B_1835,
> +               &it913x_properties, "Avermedia A835B(1835)",
> +                       RC_MAP_IT913X_V2) },
> +       { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A835B_2835,
> +               &it913x_properties, "Avermedia A835B(2835)",
> +                       RC_MAP_IT913X_V2) },
> +       { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A835B_3835,
> +               &it913x_properties, "Avermedia A835B(3835)",
> +                       RC_MAP_IT913X_V2) },
> +       { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A835B_4835,
> +               &it913x_properties, "Avermedia A835B(4835)",
> +                       RC_MAP_IT913X_V2) },
>          {}              /* Terminating entry */
>   };
> --
> 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
>


-- 
http://palosaari.fi/

      reply	other threads:[~2013-01-01 19:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-22 13:41 [PATCH] Support Avermedia A835B Eddi De Pieri
2013-01-01 19:56 ` Antti Palosaari [this message]

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=50E33F61.4000000@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.