mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
e691fe45a2
commit
f50bf4010f
1 changed files with 12 additions and 0 deletions
|
|
@ -145,6 +145,18 @@ static struct acpi_asus_model acpi_asus_models[] = {
|
|||
.disp_get = "\\INFB",
|
||||
.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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue