These are assorted IR fixes I'd like to see make 2.6.37. They should all be present in media_tree.git now, if I'm not mistaken, albeit under the rc subdir instead of IR. I've got a few reports of issues with buffer parsing in mceusb, streamzap and nuvoton-cir, mostly because I've made similar mistakes in all three of the drivers, which are corrected by patches in this series. There are also some lirc_dev fixups and a key sysfs fix for the streamzap and mceusb drivers. The one piece we could probably do without from this series if we want to keep churn to a minimum would be the DRU253S support patch, but pulling that out may require a bit of massaging of later mceusb bits (not sure, haven't actually tried yet). Dan Carpenter (3): lirc_dev: stray unlock in lirc_dev_fop_poll() lirc_dev: add some __user annotations lirc_dev: fixes in lirc_dev_fop_read() Jarod Wilson (8): [media] mceusb: add support for Conexant Hybrid TV RDU253S [media] nuvoton-cir: improve buffer parsing responsiveness [media] mceusb: fix up reporting of trailing space [media] mceusb: buffer parsing fixups for 1st-gen device [media] IR: add tv power scancode to rc6 mce keymap [media] mceusb: fix keybouce issue after parser simplification streamzap: merge timeout space with trailing space mceusb: add another device ID Paul Bender (1): rc: fix sysfs entry for mceusb and streamzap drivers/media/IR/keymaps/rc-rc6-mce.c | 21 +++-- drivers/media/IR/lirc_dev.c | 33 ++++--- drivers/media/IR/mceusb.c | 151 +++++++++++++++++++++------------ drivers/media/IR/nuvoton-cir.c | 10 ++- drivers/media/IR/streamzap.c | 21 +++-- include/media/lirc_dev.h | 6 +- 6 files changed, 149 insertions(+), 93 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