Re: [PATCH] rc-core: use the full 32 bits for NEC scancodes in wakefilters

2017-04-25 Thread David Härdeman
April 24, 2017 6:02 PM, "Sean Young" wrote: > On Tue, Apr 18, 2017 at 10:31:04PM +0200, David Härdeman wrote: > >> The new sysfs wakefilter API will expose the difference between the NEC >> protocols to userspace for no good reason and once exposed, it will be much >> more

Re: [PATCH] rc-core: use the full 32 bits for NEC scancodes in wakefilters

2017-04-24 Thread Sean Young
On Tue, Apr 18, 2017 at 10:31:04PM +0200, David Härdeman wrote: > The new sysfs wakefilter API will expose the difference between the NEC > protocols to userspace for no good reason and once exposed, it will be much > more difficult to change the logic. > > By only allowing full NEC32 scancodes

[PATCH] rc-core: use the full 32 bits for NEC scancodes in wakefilters

2017-04-18 Thread David Härdeman
The new sysfs wakefilter API will expose the difference between the NEC protocols to userspace for no good reason and once exposed, it will be much more difficult to change the logic. By only allowing full NEC32 scancodes to be set, any heuristics in the kernel can be avoided. This is the