From: Antti Palosaari <crope@iki.fi>
To: Malcolm Priestley <tvboxspy@gmail.com>, linux-media@vger.kernel.org
Subject: Re: [PATCH 2/2] af9035: Add remaining it913x dual ids to af9035.
Date: Tue, 11 Feb 2014 19:42:43 +0200 [thread overview]
Message-ID: <52FA6113.300@iki.fi> (raw)
In-Reply-To: <1391951046.13992.15.camel@canaries32-MCP7A>
Moikka Malcolm!
Thanks for the patch serie.
You removed all IDs from it913x driver. There is possibility to just
remove / comment out:
MODULE_DEVICE_TABLE(usb, it913x_id_table);
which prevents loading that driver automatically, but leaves possibility
to load it manually if user wants to fallback. I am fine either way you
decide to do it, just a propose.
regards
Antti
On 09.02.2014 15:04, Malcolm Priestley wrote:
> As follow on to patch
> af9035: Move it913x single devices to af9035
> and patch 1.
>
> SNR is reported as db/10 values.
>
> All dual ids are added to af9035 and it913x driver disabled.
>
> it913x/it913x-fe removal patches to follow.
>
> Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
> ---
> drivers/media/usb/dvb-usb-v2/af9035.c | 8 ++++++++
> drivers/media/usb/dvb-usb-v2/it913x.c | 5 +++++
> 2 files changed, 13 insertions(+)
>
> diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c
> index 4f682ad..49e8360 100644
> --- a/drivers/media/usb/dvb-usb-v2/af9035.c
> +++ b/drivers/media/usb/dvb-usb-v2/af9035.c
> @@ -1552,6 +1552,14 @@ static const struct usb_device_id af9035_id_table[] = {
> &af9035_props, "Avermedia A835B(4835)", RC_MAP_IT913X_V2) },
> { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_H335,
> &af9035_props, "Avermedia H335", RC_MAP_IT913X_V2) },
> + { DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_KWORLD_UB499_2T_T09,
> + &af9035_props, "Kworld UB499-2T T09", RC_MAP_IT913X_V1) },
> + { DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV22_IT9137,
> + &af9035_props, "Sveon STV22 Dual DVB-T HDTV",
> + RC_MAP_IT913X_V1) },
> + { DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_CTVDIGDUAL_V2,
> + &af9035_props, "Digital Dual TV Receiver CTVDIGDUAL_V2",
> + RC_MAP_IT913X_V1) },
> /* XXX: that same ID [0ccd:0099] is used by af9015 driver too */
> { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x0099,
> &af9035_props, "TerraTec Cinergy T Stick Dual RC (rev. 2)", NULL) },
> diff --git a/drivers/media/usb/dvb-usb-v2/it913x.c b/drivers/media/usb/dvb-usb-v2/it913x.c
> index 78bf8fd..39488f8 100644
> --- a/drivers/media/usb/dvb-usb-v2/it913x.c
> +++ b/drivers/media/usb/dvb-usb-v2/it913x.c
> @@ -781,6 +781,8 @@ static const struct usb_device_id it913x_id_table[] = {
> {} /* Terminating entry */
> };
>
> +#if 0
> +
> MODULE_DEVICE_TABLE(usb, it913x_id_table);
>
> static struct usb_driver it913x_driver = {
> @@ -792,8 +794,11 @@ static struct usb_driver it913x_driver = {
> .id_table = it913x_id_table,
> };
>
> +
> module_usb_driver(it913x_driver);
>
> +#endif
> +
> MODULE_AUTHOR("Malcolm Priestley <tvboxspy@gmail.com>");
> MODULE_DESCRIPTION("it913x USB 2 Driver");
> MODULE_VERSION("1.33");
>
--
http://palosaari.fi/
next prev parent reply other threads:[~2014-02-11 17:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-09 13:04 [PATCH 2/2] af9035: Add remaining it913x dual ids to af9035 Malcolm Priestley
2014-02-11 17:42 ` Antti Palosaari [this message]
2014-02-11 20:32 ` Malcolm Priestley
2014-02-11 20:41 ` Antti Palosaari
2014-02-11 22:01 ` Malcolm Priestley
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=52FA6113.300@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=tvboxspy@gmail.com \
/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.