mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The driver provides support for Human Interface Devices (HID) on Serial Peripheral Interface (SPI) buses on Apple Intel Macs produced in 2015-2018. The driver appears to work more stable after installation of Darwin OSI in acpi(4) driver. To install Darwin OSI insert following lines into /boot/loader.conf: hw.acpi.install_interface="Darwin" hw.acpi.remove_interface="Windows 2009, Windows 2012" Reviewed by: wulf Differential revision: https://reviews.freebsd.org/D39863
7 lines
224 B
Makefile
7 lines
224 B
Makefile
.PATH: ${SRCTOP}/sys/dev/atopcase
|
|
KMOD= atopcase
|
|
SRCS= atopcase.c atopcase_acpi.c
|
|
SRCS+= acpi_if.h backlight_if.h bus_if.h device_if.h hid_if.h opt_acpi.h \
|
|
opt_hid.h opt_spi.h spibus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|