[ibm-acpi-devel] [PATCH] thinkpad_acpi: Always report scancodes for hotkeys

2011-01-22 Thread Seth Forshee
utilities expect this ordering. Signed-off-by: Seth Forshee --- drivers/platform/x86/thinkpad_acpi.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index dd59958..eb99223 100644 --- a/drivers

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: Always report scancodes for hotkeys

2011-01-22 Thread Seth Forshee
On Fri, Jan 14, 2011 at 08:25:17PM -0200, Henrique de Moraes Holschuh wrote: > On Fri, 14 Jan 2011, Seth Forshee wrote: > > Some thinkpad hotkeys report key codes like KEY_FN_F8 when something > > like KEY_VOLUMEDOWN is desired. Always provide the scan codes in > > additio