On Fri, Jun 17, 2016 at 11:44:27AM +0800, Alex Hung wrote: > Some new Dell AIO systems have a button that generates WMI evnet > that is to be used to turn LCD on/off. > > Acked-by: Pali Rohár <pali.rohar@xxxxxxxxx> > Signed-off-by: Alex Hung <alex.hung@xxxxxxxxxxxxx> > --- > drivers/platform/x86/dell-wmi.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/platform/x86/dell-wmi.c b/drivers/platform/x86/dell-wmi.c > index b8ad055..8e6c357 100644 > --- a/drivers/platform/x86/dell-wmi.c > +++ b/drivers/platform/x86/dell-wmi.c > @@ -133,6 +133,9 @@ static const struct key_entry dell_wmi_keymap_type_0000[] __initconst = { > /* Audio panel key */ > { KE_IGNORE, 0xe026, { KEY_RESERVED } }, > > + /* Monitor On/Off Control key */ I've changed this to: /* LCD Display On/Off Control Key */ As "Monitor" read like external display to me. I can change this back if you strongly disagree. Queued for 4.8. -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html