Skip to content

Commit

Permalink
Pull thinkpad into release branch
Browse files Browse the repository at this point in the history
Conflicts:

	drivers/misc/Kconfig

Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
lenb committed Apr 29, 2007
2 parents cfaae3e + 836a53f commit f188291
Show file tree
Hide file tree
Showing 9 changed files with 5,364 additions and 3,011 deletions.
585 changes: 419 additions & 166 deletions Documentation/ibm-acpi.txt → Documentation/thinkpad-acpi.txt

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -1632,15 +1632,6 @@ W: http://www.ia64-linux.org/
T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
S: Maintained

IBM ACPI EXTRAS DRIVER
P: Henrique de Moraes Holschuh
M: [email protected]
L: [email protected]
W: http://ibm-acpi.sourceforge.net
W: http://thinkwiki.org/wiki/Ibm-acpi
T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
S: Maintained

SN-IA64 (Itanium) SUB-PLATFORM
P: Jes Sorensen
M: [email protected]
Expand Down Expand Up @@ -3121,6 +3112,15 @@ P: Chris Zankel
M: [email protected]
S: Maintained

THINKPAD ACPI EXTRAS DRIVER
P: Henrique de Moraes Holschuh
M: [email protected]
L: [email protected]
W: http://ibm-acpi.sourceforge.net
W: http://thinkwiki.org/wiki/Ibm-acpi
T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
S: Maintained

UltraSPARC (sparc64):
P: David S. Miller
M: [email protected]
Expand Down
37 changes: 0 additions & 37 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -218,43 +218,6 @@ config ACPI_ASUS
NOTE: This driver is deprecated and will probably be removed soon,
use asus-laptop instead.

config ACPI_IBM
tristate "IBM ThinkPad Laptop Extras"
depends on X86
select BACKLIGHT_CLASS_DEVICE
---help---
This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds
support for Fn-Fx key combinations, Bluetooth control, video
output switching, ThinkLight control, UltraBay eject and more.
For more information about this driver see <file:Documentation/ibm-acpi.txt>
and <http://ibm-acpi.sf.net/> .

If you have an IBM ThinkPad laptop, say Y or M here.

config ACPI_IBM_DOCK
bool "Legacy Docking Station Support"
depends on ACPI_IBM
depends on ACPI_DOCK=n
default n
---help---
Allows the ibm_acpi driver to handle docking station events.
This support is obsoleted by CONFIG_HOTPLUG_PCI_ACPI. It will
allow locking and removing the laptop from the docking station,
but will not properly connect PCI devices.

If you are not sure, say N here.

config ACPI_IBM_BAY
bool "Legacy Removable Bay Support"
depends on ACPI_IBM
default y
---help---
Allows the ibm_acpi driver to handle removable bays. It will allow
disabling the device in the bay, and also generate notifications when
the bay lever is ejected or inserted.

If you are not sure, say Y here.

config ACPI_TOSHIBA
tristate "Toshiba Laptop Extras"
depends on X86
Expand Down
1 change: 0 additions & 1 deletion drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ obj-$(CONFIG_ACPI_SYSTEM) += system.o event.o
obj-$(CONFIG_ACPI_DEBUG) += debug.o
obj-$(CONFIG_ACPI_NUMA) += numa.o
obj-$(CONFIG_ACPI_ASUS) += asus_acpi.o
obj-$(CONFIG_ACPI_IBM) += ibm_acpi.o
obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o
obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o
obj-y += cm_sbs.o
Expand Down
Loading

0 comments on commit f188291

Please sign in to comment.