Skip to content

Commit

Permalink
ACPI: thinkpad-acpi: checkpoint sysfs interface version due to input …
Browse files Browse the repository at this point in the history
…layer

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>
  • Loading branch information
hmh authored and lenb committed Jul 22, 2007
1 parent 5c29d58 commit 741553c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Documentation/thinkpad-acpi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion drivers/misc/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

#define IBM_VERSION "0.14"
#define TPACPI_SYSFS_VERSION 0x000200
#define TPACPI_SYSFS_VERSION 0x010000

/*
* Changelog:
Expand Down

0 comments on commit 741553c

Please sign in to comment.