Module Name: src
Committed By: bouyer
Date: Sat Jul 19 18:18:31 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBONE
Log Message:
Fix uhidev entries (sync with i386)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/BEAGLEBONE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/BEAGLEBONE
diff -u src/sys/arch/evbarm/conf/BEAGLEBONE:1.21 src/sys/arch/evbarm/conf/BEAGLEBONE:1.22
--- src/sys/arch/evbarm/conf/BEAGLEBONE:1.21 Wed Jul 16 18:36:46 2014
+++ src/sys/arch/evbarm/conf/BEAGLEBONE Sat Jul 19 18:18:31 2014
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.21 2014/07/16 18:36:46 bouyer Exp $
+# $NetBSD: BEAGLEBONE,v 1.22 2014/07/19 18:18:31 bouyer Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -272,11 +272,21 @@ motg* at tiotg? port ?
usb* at motg?
uhub* at usb?
uhub* at uhub? port ?
+
uhidev* at uhub?
-ukbd* at uhidev?
-ums* at uhidev?
-wskbd* at ukbd?
-wsmouse* at ums?
+
+# USB Keyboards
+ukbd* at uhidev? reportid ?
+wskbd* at ukbd? console ? mux 1
+
+# USB Mice
+ums* at uhidev? reportid ?
+wsmouse* at ums? mux 0
+
+# USB generic touchscreen
+uts* at uhidev? reportid ?
+wsmouse* at uts? mux 0
+
# USB Modem
umodem* at uhub? port ? configuration ?
ucom* at umodem?