Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: add thinkpad keys to input.h

2007-05-28 Thread Dmitry Torokhov
On Sunday 27 May 2007 08:15, 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 hotkeys available in almost all ThinkPads manufactured in the last > > > five > > > years (more than one mil

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] nvram polling for hardware mixer

2007-05-28 Thread Henrique de Moraes Holschuh
On Mon, 28 May 2007, Richard Hughes wrote: > I've been hacking to make the nvram hardware buttons on thinkpad exposed > as a hardware mixer device. This requires the nvram to be polled in > kernel space, and then examined to see if the volume and mute status has > changed. I have attached code to e

[ibm-acpi-devel] nvram polling for hardware mixer

2007-05-28 Thread Richard Hughes
Hi, I've been hacking to make the nvram hardware buttons on thinkpad exposed as a hardware mixer device. This requires the nvram to be polled in kernel space, and then examined to see if the volume and mute status has changed. I have attached code to export a simple mono tuner, but this needs furt