-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
6 changed files
with
996 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_PCC_ACPI) += pcc-acpi.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.