Re: [PATCH 2/3] platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_AUTO_TOKEN

2019-07-25 Thread Andy Shevchenko
On Wed, Jul 24, 2019 at 11:14 AM Rhys Kidd wrote: > > There's a wmi event generated by dell-wmi when pressing keyboard backlight > toggle key: > [1224178.355650] dell_wmi: Unknown key with type 0x0011 and code 0x01e3 > pressed > > This event is for notification purposes, let's ignore it. >

[PATCH 2/3] platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_AUTO_TOKEN

2019-07-24 Thread Rhys Kidd
There's a wmi event generated by dell-wmi when pressing keyboard backlight toggle key: [1224178.355650] dell_wmi: Unknown key with type 0x0011 and code 0x01e3 pressed This event is for notification purposes, let's ignore it. Signed-off-by: Rhys Kidd --- drivers/platform/x86/dell-wmi.c | 1 + 1