[coreboot-gerrit] New patch to review for coreboot: 6410b68 hp/pavilion_m6_1035dx: Implement ACPI for wireless toggle hotkey

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Wed Apr 16 06:30:56 CEST 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5516

-gerrit

commit 6410b68c4b3a8415fe0350fb66c995d6d044d6ce
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Wed Apr 9 20:51:41 2014 -0500

    hp/pavilion_m6_1035dx: Implement ACPI for wireless toggle hotkey
    
    Change-Id: I2e9ab68263648af8c9d46999e960f0a0711b61d7
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl
index 8725e2a..ef2797b 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 */ }
 	}



More information about the coreboot-gerrit mailing list