diff options
author | 2018-06-30 18:15:12 +0000 | |
---|---|---|
committer | 2018-06-30 18:15:12 +0000 | |
commit | 144c780a7ba301eae677589b7677496f09dbfa85 (patch) | |
tree | 2e15585bc1d77ae5c73e02964392a20e692da149 /sys/dev/acpi/files.acpi | |
parent | Fix a few more of the same. (diff) | |
download | wireguard-openbsd-144c780a7ba301eae677589b7677496f09dbfa85.tar.xz wireguard-openbsd-144c780a7ba301eae677589b7677496f09dbfa85.zip |
acpisurface(4): driver for Surface Pro 4 and Surface Book hardware
buttons.
ok phessler, deraadt, kettenis
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index e0163a382d7..efc8b7f1ac5 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.42 2018/05/21 13:37:31 kettenis Exp $ +# $OpenBSD: files.acpi,v 1.43 2018/06/30 18:15:12 mlarkin Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -170,6 +170,11 @@ device acpisbs attach acpisbs at acpi file dev/acpi/acpisbs.c acpisbs +# MSHW0040 Sufrace/Surface Book media buttons +device acpisurface +attach acpisurface at acpi +file dev/acpi/acpisurface.c acpisurface + # IPMI attach ipmi at acpi with ipmi_acpi file dev/acpi/ipmi_acpi.c ipmi_acpi |