diff options
author | Philip Paeps <philip@FreeBSD.org> | 2004-11-02 13:02:22 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2004-11-02 13:02:22 +0000 |
commit | 17520557d32bfcf2db8ac870f6836c633364fa51 (patch) | |
tree | 00f7317d5484acfb2d96058f5fd779c9ff87a389 /sys/i386 | |
parent | 9e312abcaeaf2defeffaf48e2d42707ddb242099 (diff) | |
download | src-17520557d32bfcf2db8ac870f6836c633364fa51.tar.gz src-17520557d32bfcf2db8ac870f6836c633364fa51.zip |
Add support for Asus M6N laptops
Submitted by: Andreas Dieling <snow@quantentunnel.de>
Notes
Notes:
svn path=/head/; revision=137127
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/acpica/acpi_asus.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/i386/acpica/acpi_asus.c b/sys/i386/acpica/acpi_asus.c index 49623e13668e..a824e2861129 100644 --- a/sys/i386/acpica/acpi_asus.c +++ b/sys/i386/acpica/acpi_asus.c @@ -164,6 +164,17 @@ static struct acpi_asus_model acpi_asus_models[] = { .lcd_set = "\\Q10" }, { + .name = "M6N", + .mled_set = "MLED", + .wled_set = "WLED", + .lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10", + .lcd_get = "\\_SB.BKLT", + .brn_set = "SPLV", + .brn_get = "GPLV", + .disp_set = "SDSP", + .disp_get = "\\SSTE" + }, + { .name = "P30", .wled_set = "WLED", .brn_up = "\\_SB.PCI0.LPCB.EC0._Q68", |