[Ubuntu -mm PATCH] acpi/sony: Add FN hotkey support

From: Randy Dunlap
Date: Wed Jun 14 2006 - 18:21:54 EST


From: Matthew Garrett <mjg59@xxxxxxxxxxxxx>

in -mm only

[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@xxxxxxxxxx>
---

--- a/drivers/acpi/sony_acpi.c
+++ b/drivers/acpi/sony_acpi.c
@@ -87,6 +87,11 @@ static struct sony_acpi_value {
.max = 8,
.debug = 0,
},
+ {
+ .name = "fnkey",
+ .acpiget = "GHKE",
+ .debug = 0,
+ }, {
.name = "cdpower",
.acpiget = "GCDP",

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/