This series contain basically two groups of changes: 1) some fixes for dib0700 IR handling; 2) rewrite of siano IR implementation to use rc-core. Mauro Carvalho Chehab (6): V4L/DVB: dib0700: properly implement IR change_protocol V4L/DVB: dib0700: Fix RC protocol logic to properly handle NEC/NECx and RC-5 V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick V4L/DVB: standardize names at rc-dib0700 tables V4L/DVB: sms: properly initialize IR phys and IR name V4L/DVB: sms: Convert IR support to use the Remote Controller core drivers/media/IR/ir-keytable.c | 5 +- drivers/media/IR/keymaps/rc-dib0700-nec.c | 12 +- drivers/media/IR/keymaps/rc-dib0700-rc5.c | 12 +- drivers/media/dvb/dvb-usb/dib0700.h | 1 + drivers/media/dvb/dvb-usb/dib0700_core.c | 115 +++++++----- drivers/media/dvb/dvb-usb/dib0700_devices.c | 118 ++++++++++-- drivers/media/dvb/dvb-usb/dvb-usb.h | 2 + drivers/media/dvb/siano/sms-cards.c | 2 + drivers/media/dvb/siano/sms-cards.h | 2 +- drivers/media/dvb/siano/smsir.c | 267 ++++----------------------- drivers/media/dvb/siano/smsir.h | 63 ++----- drivers/media/dvb/siano/smsusb.c | 3 +- 12 files changed, 244 insertions(+), 358 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