Re: [PATCH] platform/x86/pcengines-apuv2: use KEY_RESTART for front button

2019-07-25 Thread Enrico Weigelt, metux IT consult
On 25.07.19 20:57, Andy Shevchenko wrote: On Thu, Jul 25, 2019 at 9:50 PM Enrico Weigelt, metux IT consult wrote: On 25.07.19 19:17, Andy Shevchenko wrote: On Mon, Jul 22, 2019 at 2:36 PM Enrico Weigelt, metux IT consult wrote: From: Enrico Weigelt The keycode KEY_RESTART is more appropr

Re: [PATCH] platform/x86/pcengines-apuv2: use KEY_RESTART for front button

2019-07-25 Thread Andy Shevchenko
On Thu, Jul 25, 2019 at 9:50 PM Enrico Weigelt, metux IT consult wrote: > > On 25.07.19 19:17, Andy Shevchenko wrote: > > On Mon, Jul 22, 2019 at 2:36 PM Enrico Weigelt, metux IT consult > > wrote: > >> > >> From: Enrico Weigelt > >> > >> The keycode KEY_RESTART is more appropriate for the front

Re: [PATCH] platform/x86/pcengines-apuv2: use KEY_RESTART for front button

2019-07-25 Thread Enrico Weigelt, metux IT consult
On 25.07.19 19:17, Andy Shevchenko wrote: On Mon, Jul 22, 2019 at 2:36 PM Enrico Weigelt, metux IT consult wrote: From: Enrico Weigelt The keycode KEY_RESTART is more appropriate for the front button, as most people use it for things like restart or factory reset. Should it go as Fixes?

Re: [PATCH] platform/x86/pcengines-apuv2: use KEY_RESTART for front button

2019-07-25 Thread Andy Shevchenko
On Mon, Jul 22, 2019 at 2:36 PM Enrico Weigelt, metux IT consult wrote: > > From: Enrico Weigelt > > The keycode KEY_RESTART is more appropriate for the front button, > as most people use it for things like restart or factory reset. > Should it go as Fixes? > Signed-off-by: Enrico Weigelt > --