Re: [PATCH] media: rc: Add support for another iMON 0xffdc device

2019-09-19 Thread Flavius Adrian
On Thu, Sep 19, 2019 at 6:40 PM Sean Young wrote: > > Hi Flavius, > > Please make sure you label your patch with sequentially increasing versions. > I think the last one was v3 and there is no v4. > Hi Sean, thanks for taking the time to review this patch. I decided to re-send the patch because th

Re: [PATCH] media: rc: Add support for another iMON 0xffdc device

2019-09-19 Thread Sean Young
Hi Flavius, Please make sure you label your patch with sequentially increasing versions. I think the last one was v3 and there is no v4. On Thu, Sep 19, 2019 at 06:13:58PM +0300, Flavius Georgescu wrote: > The device it's an iMON UltraBay (0x98 in config byte) with LCD, > IR and dual-knobs front

[PATCH] media: rc: Add support for another iMON 0xffdc device

2019-09-19 Thread Flavius Georgescu
The device it's an iMON UltraBay (0x98 in config byte) with LCD, IR and dual-knobs front panel. To work properly the device also require its own key table, and repeat suppression for all buttons. Signed-off-by: Flavius Georgescu Co-developed-by: Chris Vandomelen Signed-off-by: Chris Vandomelen