Re: [PATCH v2 17/19] [media] lirc: implement reading scancode

2017-02-22 Thread Sean Young
On Wed, Feb 22, 2017 at 08:14:50AM +0800, kbuild test robot wrote: > Hi Sean, > > [auto build test ERROR on linuxtv-media/master] > [also build test ERROR on next-20170221] > [cannot apply to v4.10] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the

Re: [PATCH v2 17/19] [media] lirc: implement reading scancode

2017-02-21 Thread kbuild test robot
Hi Sean, [auto build test WARNING on linuxtv-media/master] [also build test WARNING on next-20170221] [cannot apply to v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 17/19] [media] lirc: implement reading scancode

2017-02-21 Thread kbuild test robot
Hi Sean, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on next-20170221] [cannot apply to v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v2 17/19] [media] lirc: implement reading scancode

2017-02-21 Thread Sean Young
This implements LIRC_MODE_SCANCODE reading from the lirc device. The scancode can be read from the input device too, but with this interface you get the rc protocol, toggle and repeat status in addition too just the scancode. int main() { int fd, mode, rc; fd = open("/dev/lirc0",