Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Asus A6VM-Q004H laptop extras with acpi_asus



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