Skip to content

Commit

Permalink
Staging: add pcc-acpi driver
Browse files Browse the repository at this point in the history
Adds the pcc-acpi driver to the staging tree.

From: Hiroshi Miura <miura@da-cha.org>
Cc: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Hiroshi Miura authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent 2515ddc commit c2bf092
Show file tree
Hide file tree
Showing 6 changed files with 996 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ source "drivers/staging/echo/Kconfig"

source "drivers/staging/at76_usb/Kconfig"

source "drivers/staging/pcc-acpi/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ obj-$(CONFIG_W35UND) += winbond/
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
obj-$(CONFIG_ECHO) += echo/
obj-$(CONFIG_USB_ATMEL) += at76_usb/
obj-$(CONFIG_PCC_ACPI) += pcc-acpi/
11 changes: 11 additions & 0 deletions drivers/staging/pcc-acpi/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config PCC_ACPI
tristate "Panasonic ACPI Hotkey support"
depends on ACPI
default n
---help---
This driver provides support for Panasonic hotkeys through the
ACPI interface. This works for the Panasonic R1 (N variant),
R2, R3, T2, W2, and Y2 laptops.

To compile this driver as a module, choose M here. The module
will be called pcc-acpi.
1 change: 1 addition & 0 deletions drivers/staging/pcc-acpi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_PCC_ACPI) += pcc-acpi.o
7 changes: 7 additions & 0 deletions drivers/staging/pcc-acpi/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TODO:
- Lindent fixes
- checkpatch.pl fixes
- verify that the acpi interface is correct
- remove /proc dependancy if needed (not sure yet.)

Please send any patches for this driver to Greg Kroah-Hartman <greg@kroah.com>
Loading

0 comments on commit c2bf092

Please sign in to comment.