summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2016-10-22 02:15:39 +0000
committergonzo <gonzo@FreeBSD.org>2016-10-22 02:15:39 +0000
commit5aa9831652f315eb54dfd5b6938d6ea369c7baf6 (patch)
tree6166a6fa6378cbdf8a4a735f27b6954fbff3e530 /sys/modules/usb
parent7bb75d9318de875b78fe4a279f7295da8595b226 (diff)
downloadFreeBSD-src-5aa9831652f315eb54dfd5b6938d6ea369c7baf6.zip
FreeBSD-src-5aa9831652f315eb54dfd5b6938d6ea369c7baf6.tar.gz
MFC r306132, r306275:
r306132: Add evdev support to ukbd driver event generation is disabled by default in favour of kbdmux. This behavoiur is controlled by kern.evdev.rcpt_mask sysctl, bit 3 should be set to give priority to hw over mux Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru> Reviewed by: hans Differential Revision: https://reviews.freebsd.org/D7957 r306275: Do not perform extra check for NULL, evdev_free can handle NULL value Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru>
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/ukbd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/ukbd/Makefile b/sys/modules/usb/ukbd/Makefile
index e986191..3db978a 100644
--- a/sys/modules/usb/ukbd/Makefile
+++ b/sys/modules/usb/ukbd/Makefile
@@ -30,7 +30,7 @@ S= ${.CURDIR}/../../..
.PATH: $S/dev/usb/input
KMOD= ukbd
-SRCS= opt_bus.h opt_compat.h opt_kbd.h opt_ukbd.h opt_usb.h \
+SRCS= opt_bus.h opt_compat.h opt_evdev.h opt_kbd.h opt_ukbd.h opt_usb.h \
device_if.h bus_if.h usb_if.h usbdevs.h \
ukbd.c
OpenPOWER on IntegriCloud