Marc Gonzalez <marc_gonzalez@xxxxxxxxxxxxxxxx> writes: > The tango IR decoder supports NEC, RC-5, RC-6 protocols. > NB: Only the NEC decoder was tested. > > Signed-off-by: Marc Gonzalez <marc_gonzalez@xxxxxxxxxxxxxxxx> > --- > drivers/media/rc/Kconfig | 5 + > drivers/media/rc/Makefile | 1 + > drivers/media/rc/tango-ir.c | 263 ++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 269 insertions(+) > create mode 100644 drivers/media/rc/tango-ir.c > > diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig > index d9ce8ff55d0c..f84923289964 100644 > --- a/drivers/media/rc/Kconfig > +++ b/drivers/media/rc/Kconfig > @@ -469,6 +469,11 @@ config IR_SIR > To compile this driver as a module, choose M here: the module will > be called sir-ir. > +config IR_TANGO > + tristate "Sigma Designs SMP86xx IR decoder" > + depends on RC_CORE > + depends on ARCH_TANGO || COMPILE_TEST > + > config IR_ZX > tristate "ZTE ZX IR remote control" > depends on RC_CORE This hunk looks damaged. What have you changed compared to my original code? I tested all three protocols with a few random remotes I had lying around back when I wrote the driver, but that's quite a while ago. You should also write a devicetree binding. Finally, when sending patches essentially written by someone else, please make sure to set a From: line for correct attribution. It's not nice to take other people's code and apparently pass it off as your own even you've made a few small changes. -- Måns Rullgård