Date: Sun, 22 Jan 2006 17:51:53 +0100 From: Sashi Asokarajan <mail@sashi.de> To: freebsd-acpi@freebsd.org Subject: [PATCH] Asus A6VM-Q004H laptop extras with acpi_asus Message-ID: <43D3B829.4070902@sashi.de>
next in thread | raw e-mail | index | archive | help
Hi there,
after playing around with acpi_asus and the dsdt-dump,
I've got the gadgets of my Asus Laptop A6VM-Q004H working !
I couldn't figure out the LCD_GET Method. Probably it's not
implemented(?!), so I've set it to NULL.
Here's what I've done so far:
--- acpi_asus.c Mon Jan 23 17:02:29 2006
+++ acpi_asus.c.sas Mon Jan 23 17:04:49 2006
@@ -146,6 +146,18 @@
.disp_set = "SDSP"
},
{
+ .name = "A6V",
+ .bled_set = "BLED",
+ .mled_set = "MLED",
+ .wled_set = "WLED",
+ .lcd_get = NULL,
+ .lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
+ .brn_get = "GPLV",
+ .brn_set = "SPLV",
+ .disp_get = "\\_SB.PCI0.P0P3.VGA.GETD",
+ .disp_set = "SDSP"
+ },
+ {
.name = "D1x",
.mled_set = "MLED",
.lcd_get = "\\GP11",
Patch can also be downloaded from here:
*** USE AT YOUR OWN RISK ***
http://www.sashi.de/downloads/freebsd/asus-a6vm/acpi/acpi_asus.a6vm.patch
Bye,
Sashi Asokarajan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43D3B829.4070902>
