[PATCH v2] thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540

2014-04-09 Thread Hans de Goede
The T440s user guide says that when Fn-lock is not active, the *40s' 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 2

[PATCH v2 0/1] thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540

2014-04-09 Thread Hans de Goede
Hi, This patch seems to have fallen through the cracks, so here is a resend. While at it I've also updated the comment / commit msg to reflect that these new keys can not just be found on the T440 but also on the X240 and T540, hence the v2. Regards, Hans -- To unsubscribe from this list: send

[PATCH v2 2/2] input/serio/8042: Add firmware_id support

2014-04-09 Thread Hans de Goede
Fill in the new serio firmware_id sysfs attribute for pnp instantiated 8042 serio ports. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Peter Hutterer peter.hutte...@who-t.net --- drivers/input/serio/i8042-x86ia64io.h | 16 drivers/input/serio/i8042.c | 6

[PATCH v2 0/2] input/serio: Add a firmware_id sysfs attribute

2014-04-09 Thread Hans de Goede
Hi All, Sorry about doing a v2 so shortly after the resend, while reviewing the patches one last time I noticed that the code in the input/serio/8042: Add firmware_id support Suffered a bit from too much copy-paste, so in this v2 that patch has been refactored using a helper function to avoid

[PATCH v2 1/2] input/serio: Add a firmware_id sysfs attribute

2014-04-09 Thread Hans de Goede
serio devices exposed via platform firmware interfaces such as ACPI may provide additional identifying information of use to userspace. We don't associate the serio devices with the firmware device (we don't set it as parent), so there's no way for userspace to make use of this information. We

re: Add WMI driver for controlling AlienFX features on some Alienware products

2014-04-09 Thread Dan Carpenter
Hello Mario Limonciello, This is a semi-automatic email about new static checker warnings. The patch d17a5ee12973: Add WMI driver for controlling AlienFX features on some Alienware products from Apr 4, 2014, leads to the following Smatch complaint: drivers/platform/x86/alienware-wmi.c:551

re: toshiba_acpi: Add keyboard backlight support

2014-04-09 Thread Dan Carpenter
Hello Azael Avalos, The patch 811be48a6c0e: toshiba_acpi: Add keyboard backlight support from Mar 25, 2014, leads to the following static checker warning: drivers/platform/x86/toshiba_acpi.c:1742 toshiba_acpi_add() warn: we tested 'ret' before and it was 'false'

Re: Add WMI driver for controlling AlienFX features on some Alienware products

2014-04-09 Thread Mario Limonciello
On 04/09/2014 10:20 AM, Dan Carpenter wrote: Hello Mario Limonciello, This is a semi-automatic email about new static checker warnings. The patch d17a5ee12973: Add WMI driver for controlling AlienFX features on some Alienware products from Apr 4, 2014, leads to the following Smatch complaint:

Re: [PATCH v2 0/1] thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540

2014-04-09 Thread Henrique de Moraes Holschuh
On Wed, 09 Apr 2014, Hans de Goede wrote: This patch seems to have fallen through the cracks, so here is a resend. Sort of. There was a doubt about one of the keycodes. BTW, how does this interacts with the adaptative keyboard in the X1C and friends? Is it valid for them as well? -- One

Re: [PATCH v2 0/1] thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540

2014-04-09 Thread Matthew Garrett
On Wed, Apr 09, 2014 at 03:03:01PM -0300, Henrique de Moraes Holschuh wrote: On Wed, 09 Apr 2014, Hans de Goede wrote: This patch seems to have fallen through the cracks, so here is a resend. Sort of. There was a doubt about one of the keycodes. I think I'm ok with the keycode. --

Re: [PATCH v2 0/1] thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540

2014-04-09 Thread Henrique de Moraes Holschuh
On Wed, 09 Apr 2014, Matthew Garrett wrote: On Wed, Apr 09, 2014 at 03:03:01PM -0300, Henrique de Moraes Holschuh wrote: On Wed, 09 Apr 2014, Hans de Goede wrote: This patch seems to have fallen through the cracks, so here is a resend. Sort of. There was a doubt about one of the