aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/pavilion_m6_1035dx
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-09 20:51:41 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-19 03:50:09 +0200
commit5db38a38c9e3dd50e2e513414a2a1b7ab80250a4 (patch)
treebb8211cb7eea0f2b960e9a7833ec6cce7d4e88d1 /src/mainboard/hp/pavilion_m6_1035dx
parentfa840676f5f3bd92b63c352f0c8bf6f14bc2c314 (diff)
hp/pavilion_m6_1035dx: Implement ACPI for wireless toggle hotkey
Change-Id: I2e9ab68263648af8c9d46999e960f0a0711b61d7 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/5516 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'src/mainboard/hp/pavilion_m6_1035dx')
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl
index 57e2b3c5c7..6c0084a0d0 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl
+++ b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl
@@ -93,7 +93,10 @@ Scope (\_SB) {
/* Switch display */
Method (DSPS) { /* Stub */ }
/* Toggle wireless */
- Method (WLTG) { /* Stub */ }
+ Method (WLTG)
+ {
+ Store( Not(GP57), GP57 )
+ }
/* Return lid state */
Method (LIDS) { /* Stub */ }
}