Re: [PATCH] [media] lirc_dev: fix regression in feature check logic in ioctl

2017-04-03 Thread Andi Shyti
Hi Alexey, this has been already fixed in commit bd291208d7f5 ("[media] lirc_dev: LIRC_{G,S}ET_REC_MODE do not work") by Sean. You need to update your kernel or cherry-pick this patch. In any case, for future patches of this kind, some notes through the lines: On Tue, Apr 04, 2017 at 02:19:16AM

[PATCH] [media] lirc_dev: fix regression in feature check logic in ioctl

2017-04-03 Thread Alexey Ignatov
Commit 273b902a5b1bfd6977a73c4de3eb96db3cb103cb removed inversion in features check conditionals (by accident, perhaps). That change resulted in erroneous reporting that device can't receive while actually it can. Fix this. Signed-off-by: Alexey Ignatov --- drivers/media/rc/lirc_dev.c | 4 ++--