linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Lord <mlord@pobox.com>
To: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-media@vger.kernel.org, Jarod Wilson <jarod@wilsonet.com>,
	Jiri Kosina <jkosina@suse.cz>,
	USB list <linux-usb@vger.kernel.org>
Subject: Re: [PATCH] mceusb: Add Twisted Melon USB IDs
Date: Thu, 26 Jul 2012 11:07:58 -0400	[thread overview]
Message-ID: <50115D4E.6030701@pobox.com> (raw)
In-Reply-To: <4FFE03E8.5040404@pobox.com>

On 12-07-11 06:53 PM, Mark Lord wrote:
> Add USB identifiers for MCE compatible I/R transceivers from Twisted Melon.
> 
> Signed-off-by: Mark Lord <mlord@pobox.com>
> ---
> Mauro, please queue this up for inclusion in linux-3.6.
> Patch is also attached to bypass emailer mangling.
> Thanks.
> 
> --- linux-3.5-rc6/drivers/media/rc/mceusb.c	2012-07-07 20:23:56.000000000 -0400
> +++ new/drivers/media/rc/mceusb.c	2012-07-11 18:44:03.113727658 -0400
> @@ -199,6 +199,7 @@
>  #define VENDOR_REALTEK		0x0bda
>  #define VENDOR_TIVO		0x105a
>  #define VENDOR_CONEXANT		0x0572
> +#define VENDOR_TWISTEDMELON	0x2596
> 
>  enum mceusb_model_type {
>  	MCE_GEN2 = 0,		/* Most boards */
> @@ -391,6 +392,12 @@
>  	/* Conexant Hybrid TV RDU253S Polaris */
>  	{ USB_DEVICE(VENDOR_CONEXANT, 0x58a5),
>  	  .driver_info = CX_HYBRID_TV },
> +	/* Twisted Melon Inc. - Manta Mini Receiver */
> +	{ USB_DEVICE(VENDOR_TWISTEDMELON, 0x8008) },
> +	/* Twisted Melon Inc. - Manta Pico Receiver */
> +	{ USB_DEVICE(VENDOR_TWISTEDMELON, 0x8016) },
> +	/* Twisted Melon Inc. - Manta Transceiver */
> +	{ USB_DEVICE(VENDOR_TWISTEDMELON, 0x8042) },
>  	/* Terminating entry */
>  	{ }
>  };
> 

Mauro, what is the status of this patch?
Is it going upstream through your tree for Linux-3.6?
If not, I'll send it directly to Linus.

Thanks
-- 
Mark Lord
Real-Time Remedies Inc.
mlord@pobox.com

      reply	other threads:[~2012-07-26 15:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 22:53 [PATCH] mceusb: Add Twisted Melon USB IDs Mark Lord
2012-07-26 15:07 ` Mark Lord [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=50115D4E.6030701@pobox.com \
    --to=mlord@pobox.com \
    --cc=jarod@wilsonet.com \
    --cc=jkosina@suse.cz \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mchehab@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).