sony_acpi: SNC device support for Sony Vaios
authorStelian Pop <stelian@popies.net>
Sat, 13 Jan 2007 22:04:31 +0000 (23:04 +0100)
committerLen Brown <len.brown@intel.com>
Tue, 13 Feb 2007 08:04:22 +0000 (03:04 -0500)
commit7f09c432bed80cecfba634933ddc06735e64da00
tree9c0640829aa5d72b74f0197942ecebf3814ea83e
parent62d0cfcb27cf755cebdc93ca95dabc83608007cd
sony_acpi: SNC device support for Sony Vaios

From: Bjorn Helgaas <bjorn.helgaas@hp.com>

  Even though the devices claimed by sony_acpi.c can not be hot-plugged, the
  driver registration infrastructure allows the .add() and .remove() methods
  to be called at any time while the driver is registered.  So remove __init
  and __exit from them.

From: Matthew Garrett <mjg59@srcf.ucam.org>

[UBUNTU:acpi/sony] Add FN hotkey support
Source URL of Patch:
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=7a9b49cba4919e8506604629db03add8e0b85767

Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/acpi/sony_acpi.txt [new file with mode: 0644]
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/sony_acpi.c [new file with mode: 0644]