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)
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/thinkpad-acpi.txt [moved from Documentation/ibm-acpi.txt with 100% similarity]
drivers/misc/Makefile
drivers/misc/thinkpad_acpi.c [moved from drivers/misc/ibm_acpi.c with 99% similarity]
drivers/misc/thinkpad_acpi.h [moved from drivers/misc/ibm_acpi.h with 100% similarity]

index 848b398..ebf4ff2 100644 (file)
@@ -12,4 +12,4 @@ obj-$(CONFIG_TIFM_CORE)               += tifm_core.o
 obj-$(CONFIG_TIFM_7XX1)        += tifm_7xx1.o
 obj-$(CONFIG_SGI_IOC4)         += ioc4.o
 obj-$(CONFIG_SONY_LAPTOP)      += sony-laptop.o
-obj-$(CONFIG_ACPI_IBM)         += ibm_acpi.o
+obj-$(CONFIG_ACPI_IBM)         += thinkpad_acpi.o
similarity index 99%
rename from drivers/misc/ibm_acpi.c
rename to drivers/misc/thinkpad_acpi.c
index ae03b8f..2836516 100644 (file)
@@ -79,7 +79,7 @@
  *  2004-08-09 0.1     initial release, support for X series
  */
 
-#include "ibm_acpi.h"
+#include "thinkpad_acpi.h"
 
 MODULE_AUTHOR("Borislav Deianov, Henrique de Moraes Holschuh");
 MODULE_DESCRIPTION(IBM_DESC);