Re: [PATCH v4] ACPI / video: Add systems that should favour native backlight interface

2014-02-18 Thread Mika Westerberg
On Tue, Feb 18, 2014 at 01:54:20PM +0800, Aaron Lu wrote: + { + .callback = video_set_use_native_backlight, + .ident = HP EliteBook 2013 models, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, Hewlett-Packard), + DMI_MATCH(DMI_PRODUCT_NAME, HP EliteBook ),

[PATCH] thinkpad_acpi: Add mappings for F9 - F12 hotkeys on T440s

2014-02-18 Thread Hans de Goede
The T440s user guide says that when Fn-lock is not active, the T440s' F9 - F12 keys should be mapped to: control-panel, search, show-all-windows and Computer. These keys generate the sofar unused 28 - 31 hotkey scancodes. For the first 2 this nicely matches the icons on the keys, for the latter

Re: [PATCH v4] ACPI / video: Add systems that should favour native backlight interface

2014-02-18 Thread Takashi Iwai
At Tue, 18 Feb 2014 12:34:42 +0200, Mika Westerberg wrote: On Tue, Feb 18, 2014 at 01:54:20PM +0800, Aaron Lu wrote: + { + .callback = video_set_use_native_backlight, + .ident = HP EliteBook 2013 models, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, Hewlett-Packard),

Re: [PATCH v4] ACPI / video: Add systems that should favour native backlight interface

2014-02-18 Thread Rafael J. Wysocki
On Tuesday, February 18, 2014 02:31:46 PM Takashi Iwai wrote: At Tue, 18 Feb 2014 12:34:42 +0200, Mika Westerberg wrote: On Tue, Feb 18, 2014 at 01:54:20PM +0800, Aaron Lu wrote: + { + .callback = video_set_use_native_backlight, + .ident = HP EliteBook 2013 models, + .matches =