diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2008-05-20 06:32:07 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2008-05-20 06:32:07 +0000 |
| commit | 774ba0453e0fa0aff3ec31af776c239c59a34a19 (patch) | |
| tree | 7154bd8b2b8b2eee5edecf497615eb76020d3c4e | |
| parent | 77d4244f220cd90b3a269a226d4c0da8708c4275 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpi_support/acpi_sony.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpi_support/acpi_sony.c b/sys/dev/acpi_support/acpi_sony.c index 64b49a7c89a2..808d0da25dce 100644 --- a/sys/dev/acpi_support/acpi_sony.c +++ b/sys/dev/acpi_support/acpi_sony.c @@ -68,6 +68,7 @@ static struct acpi_sony_name_list #endif { "wdp", "GWDP", NULL, "?????"}, { "cdp", "GCDP", "CDPW", "CD Power"}, /*shares [\GL03]&0x8 flag*/ + { "azp", "GAZP", "AZPW", "Audio Power"}, { NULL, NULL, NULL } }; |
