From 64f2cea6a3f36766013e5d62085d493243039450 Mon Sep 17 00:00:00 2001 From: Henrique de Moraes Holschuh Date: Wed, 18 Jul 2007 23:45:39 -0300 Subject: [PATCH] --- yaml --- r: 62555 b: refs/heads/master c: 741553c2d29b4075d636a38792c05cd2fc62bd8a h: refs/heads/master i: 62553: 43acbba20fc8d723c860ef7cd4b796fa1845da3e 62551: 4f5bdbbf561a7b6368649bd42769b87b7e5068fd v: v3 --- [refs] | 2 +- trunk/Documentation/thinkpad-acpi.txt | 4 ++++ trunk/drivers/misc/thinkpad_acpi.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7fcac819fb48..477456fc6c21 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c29d58f471099401513e2e567f6c28001bb0f13 +refs/heads/master: 741553c2d29b4075d636a38792c05cd2fc62bd8a diff --git a/trunk/Documentation/thinkpad-acpi.txt b/trunk/Documentation/thinkpad-acpi.txt index 5b59cf50b2e9..c670363cf5a4 100644 --- a/trunk/Documentation/thinkpad-acpi.txt +++ b/trunk/Documentation/thinkpad-acpi.txt @@ -1157,3 +1157,7 @@ Sysfs interface changelog: device. 0x000200: Hot key support for 32 hot keys, and radio slider switch support. +0x010000: Hot keys are now handled by default over the input + layer, the radio switch generates input event EV_RADIO, + and the driver enables hot key handling by default in + the firmware. diff --git a/trunk/drivers/misc/thinkpad_acpi.c b/trunk/drivers/misc/thinkpad_acpi.c index cfef218c4513..c1e6a01d0857 100644 --- a/trunk/drivers/misc/thinkpad_acpi.c +++ b/trunk/drivers/misc/thinkpad_acpi.c @@ -22,7 +22,7 @@ */ #define IBM_VERSION "0.14" -#define TPACPI_SYSFS_VERSION 0x000200 +#define TPACPI_SYSFS_VERSION 0x010000 /* * Changelog: