]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
ACPI: thinkpad-acpi: checkpoint sysfs interface version due to input layer
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Thu, 19 Jul 2007 02:45:39 +0000 (23:45 -0300)
committerLen Brown <len.brown@intel.com>
Sun, 22 Jul 2007 03:46:48 +0000 (23:46 -0400)
The change in the way hotkey events are handled by default, and the use of
the input layer for the hotkey events are important enough features to
warrant increasing the major field of the sysfs interface version.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/thinkpad-acpi.txt
drivers/misc/thinkpad_acpi.c

index 5b59cf50b2e93239b971cbc671bba2484b0e4dd2..c670363cf5a4df63bd591df4591318abf16216d2 100644 (file)
@@ -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.
index cfef218c4513095a39a5ae5b21f5b094c470d2aa..c1e6a01d0857df76d25e26baab30b2b87826391d 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #define IBM_VERSION "0.14"
-#define TPACPI_SYSFS_VERSION 0x000200
+#define TPACPI_SYSFS_VERSION 0x010000
 
 /*
  *  Changelog: