Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Enable USB keyboard and mouse in the WSC...



details:   https://anonhg.NetBSD.org/src/rev/1af92ec523c6
branches:  trunk
changeset: 790316:1af92ec523c6
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Thu Oct 03 13:40:26 2013 +0000

description:
Enable USB keyboard and mouse in the WSCONS kernel.

diffstat:

 sys/arch/amiga/conf/WSCONS |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r f31af8ec8f35 -r 1af92ec523c6 sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Thu Oct 03 13:23:03 2013 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Thu Oct 03 13:40:26 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: WSCONS,v 1.66 2012/08/17 20:11:38 abs Exp $
+# $NetBSD: WSCONS,v 1.67 2013/10/03 13:40:26 rkujawa Exp $
 
 # GENERIC with wscons(4)
 #
@@ -15,8 +15,14 @@
 
 wskbd0         at kbd0 console ?
 
+ukbd*          at uhidev? reportid ?  
+wskbd*         at ukbd? console ?
+
 wsmouse*       at ms?
 
+ums*           at uhidev? reportid ? 
+wsmouse*       at ums?
+
 no grfcc0      at mainbus0
 no grfrt0      at zbus0
 no grfrh0      at zbus0



Home | Main Index | Thread Index | Old Index