public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mceusb: allow per-model data
@ 2010-10-22 13:25 Mauro Carvalho Chehab
  2010-10-22 17:59 ` Jarod Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2010-10-22 13:25 UTC (permalink / raw)
  To: jarod; +Cc: Linux Media Mailing List

This is a series of patches to allow per-device data on mceusb. It basically
removes the duplicate USB ID's from the driver, and adds a per-model
struct, where quirks may be specified, and extra data, like per-model
rc_map tables can be stored.

Unfortunately, I don't have any branded cx231xx device using mceusb,
but, as I wanted to have an example on how to do the association,
and knowing that the Conexant Polaris EVK Kit is not a device that users
will tipically find, I've associated it to the Hauppauge Grey rc map.

Mauro Carvalho Chehab (3):
  mceusb: add a per-model structure
  mceusb: allow a per-model RC map
  mceusb: Allow a per-model device name

 drivers/media/IR/mceusb.c |  150 +++++++++++++++++++++++++++++----------------
 1 files changed, 97 insertions(+), 53 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-22 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22 13:25 [PATCH 0/3] mceusb: allow per-model data Mauro Carvalho Chehab
2010-10-22 17:59 ` Jarod Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox