ACPI: ibm-acpi: rename driver to thinkpad-acpi
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Thu, 29 Mar 2007 04:58:40 +0000 (01:58 -0300)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2007 19:35:41 +0000 (15:35 -0400)
commitf21f85de4b3b9ad4a671fb19a889c16db2ea38b2
treeb6bceb2c727eab930f7df2a30f49e21fb333a64e
parent3ede41c718c7845905231019e42d05a3ed329515
ACPI: ibm-acpi: rename driver to thinkpad-acpi

Rename the ibm-acpi driver to thinkpad-acpi.  ThinkPads are not even made
by IBM anymore, so it is high time to rename the driver...

The name thinkpad-acpi was used sometime ago by a thinkpad-specific hotkey
driver by Erik Rigtorp, around the 2.6.8-2.6.10 time frame.  The driver
apparently never got merged into mainline (it did make some trips through
-mm).  ibm-acpi was merged soon after, making its debut in 2.6.10.

The reuse of the thinkpad-acpi name shouldn't be a problem as far as user
confusion goes, as Erik's thinkpad-acpi apparently didn't get widespread
use in the Linux ThinkPad community and most hits for thinkpad-acpi in
google point to ibm-acpi anyway.

Erik, if you read this, please consider the reuse of the thinkpad-acpi name
as a compliment to your effort to make ThinkPads more useful to all of us.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/ibm-acpi.txt [deleted file]
Documentation/thinkpad-acpi.txt [new file with mode: 0644]
drivers/misc/Makefile
drivers/misc/ibm_acpi.c [deleted file]
drivers/misc/ibm_acpi.h [deleted file]
drivers/misc/thinkpad_acpi.c [new file with mode: 0644]
drivers/misc/thinkpad_acpi.h [new file with mode: 0644]