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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html