Re: [PATCH 0/3] mceusb: allow per-model data

2010-10-22 Thread Jarod Wilson
On Fri, Oct 22, 2010 at 11:25:29AM -0200, Mauro Carvalho Chehab wrote: > 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_m

[PATCH 0/3] mceusb: allow per-model data

2010-10-22 Thread Mauro Carvalho Chehab
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 devic