aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2006-01-29 23:59:43 +0000
committerPhilip Paeps <philip@FreeBSD.org>2006-01-29 23:59:43 +0000
commitf50bf4010fb1dac3c1006dfb0132fa19c726860e (patch)
tree5a6136f8312da2137c73b1b204a3581dec372ce7 /sys
parente691fe45a24435a7b45efadeed08d562cae29dd3 (diff)
downloadsrc-f50bf4010fb1dac3c1006dfb0132fa19c726860e.tar.gz
src-f50bf4010fb1dac3c1006dfb0132fa19c726860e.zip
Add support for Asus A4D laptops. Currently without display switching
support. Which reminds me that I'm not even sure if this works on _any_ laptop at all. :-o PR: kern/90607 Submitted by: "Wojciech A. Koszek" <dunstan -at- freebsd.czest.pl> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=155022
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpi_support/acpi_asus.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c
index 5cf2f34109dd..472dbe7b3969 100644
--- a/sys/dev/acpi_support/acpi_asus.c
+++ b/sys/dev/acpi_support/acpi_asus.c
@@ -146,6 +146,18 @@ static struct acpi_asus_model acpi_asus_models[] = {
.disp_set = "SDSP"
},
{
+ .name = "A4D",
+ .mled_set = "MLED",
+ .brn_up = "\\_SB_.PCI0.SBRG.EC0._Q0E",
+ .brn_dn = "\\_SB_.PCI0.SBRG.EC0._Q0F",
+ .brn_get = "GPLV",
+ .brn_set = "SPLV",
+#ifdef notyet
+ .disp_get = "\\_SB_.PCI0.SBRG.EC0._Q10",
+ .disp_set = "\\_SB_.PCI0.SBRG.EC0._Q11"
+#endif
+ },
+ {
.name = "A6V",
.bled_set = "BLED",
.mled_set = "MLED",