Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Fix uhidev entries (sync with i386)



details:   https://anonhg.NetBSD.org/src/rev/ce80b5357c46
branches:  trunk
changeset: 330733:ce80b5357c46
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Jul 19 18:18:31 2014 +0000

description:
Fix uhidev entries (sync with i386)

diffstat:

 sys/arch/evbarm/conf/BEAGLEBONE |  20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 2302e568d372 -r ce80b5357c46 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Sat Jul 19 18:16:50 2014 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Sat Jul 19 18:18:31 2014 +0000
@@ -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 @@
 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?



Home | Main Index | Thread Index | Old Index