Re: [ibm-acpi-devel] thinkpad_acpi: Add support for T410s.

2010-05-22 Thread Jens Taprogge
On Mon, Apr 26, 2010 at 12:45:55AM -0500, Jerone Young wrote: > On Tue, 2010-04-20 at 23:03 +0200, Jens Taprogge wrote: > > TP_HKEY_EV_VOL_MUTE = 0x1017, /* Mixer output mute */ > > + TP_HKEY_EV_VOL_MUTE_MIC = 0x101b, /* Microphone mute */ > >

[ibm-acpi-devel] thinkpad_acpi: Add KEY_CAMERA (Fn-F6).

2010-04-20 Thread Jens Taprogge
On the T410s and most likely other current models Fn-F6 is labeled as Camera/Headphone key. Report key presses as KEY_CAMERA. Please review and apply if appropriate. Signed-off-by: Jens Taprogge --- drivers/platform/x86/thinkpad_acpi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

[ibm-acpi-devel] thinkpad_acpi: Add support for T410s.

2010-04-20 Thread Jens Taprogge
-by: Jens Taprogge --- drivers/platform/x86/thinkpad_acpi.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 63290b3..2cee76c 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b