Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-29 Thread Henrique de Moraes Holschuh
On Tue, 29 May 2007, Dmitry Torokhov wrote: > On 5/29/07, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > > On Mon, 28 May 2007, Dmitry Torokhov wrote: > > > Documentation/input/input-programming.txt gives some pointers. > > > > It is outdated, > > Hm, I just recently updated it so it is

Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-29 Thread Dmitry Torokhov
On 5/29/07, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > On Mon, 28 May 2007, Dmitry Torokhov wrote: > > Documentation/input/input-programming.txt gives some pointers. > > It is outdated, Hm, I just recently updated it so it is pretty fresh. > and incomplete. Here I agree. -- Dmitr

Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-29 Thread Henrique de Moraes Holschuh
On Mon, 28 May 2007, Dmitry Torokhov wrote: > Documentation/input/input-programming.txt gives some pointers. It is outdated, and incomplete. > > On that topic, am I to send SYNC events between key-press and key-release > > events? > > Yes. The application is allowed to "accumulate" input events

Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-28 Thread Dmitry Torokhov
Hi, On Sunday 27 May 2007 08:03, Henrique de Moraes Holschuh wrote: > On Sat, 26 May 2007, Dmitry Torokhov wrote: > > On Saturday 26 May 2007 13:31, Henrique de Moraes Holschuh wrote: > > > Add a sysfs interface to allow userspace to modify the mapping between > > > ThinkPad hotkeys and the keycod

Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-27 Thread Henrique de Moraes Holschuh
On Sat, 26 May 2007, Dmitry Torokhov wrote: > On Saturday 26 May 2007 13:31, Henrique de Moraes Holschuh wrote: > > Add a sysfs interface to allow userspace to modify the mapping between > > ThinkPad hotkeys and the keycode input events they generate. > > No, please do not do that. We have a stand

Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-27 Thread Dmitry Torokhov
On Saturday 26 May 2007 13:31, Henrique de Moraes Holschuh wrote: > Add a sysfs interface to allow userspace to modify the mapping between > ThinkPad hotkeys and the keycode input events they generate. > No, please do not do that. We have a standard way to adjust keymap for an input device via EV

Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-27 Thread Henrique de Moraes Holschuh
On Sat, 26 May 2007, Dmitry Torokhov wrote: > On Saturday 26 May 2007 13:31, Henrique de Moraes Holschuh wrote: > > Add a sysfs interface to allow userspace to modify the mapping between > > ThinkPad hotkeys and the keycode input events they generate. > > No, please do not do that. We have a stand

[ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-26 Thread Henrique de Moraes Holschuh
Add a sysfs interface to allow userspace to modify the mapping between ThinkPad hotkeys and the keycode input events they generate. Signed-off-by: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> --- drivers/misc/thinkpad_acpi.c | 109 +++-- 1 files changed, 10