-
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.
yaml --- r: 205851 b: refs/heads/master c: 8dd1260 h: refs/heads/master i: 205849: 40e9e1b 205847: dddd7ff v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Jul 8, 2010
1 parent
a7c2afd
commit 436e639
Showing
5 changed files
with
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 6da4cd46902973f267fcc93325f65a93eca52ad5 | ||
refs/heads/master: 8dd1260f93ecc28cb36fd75e15ddca34b571602e |
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,10 @@ | ||
config ACPI_QUICKSTART | ||
tristate "ACPI Quickstart key driver" | ||
depends on ACPI | ||
help | ||
Say Y here if you have a platform that supports the ACPI | ||
quickstart key protocol. | ||
|
||
To compile this driver as a module, choose M here: the module will be | ||
called quickstart. | ||
|
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_ACPI_QUICKSTART) += quickstart.o |