Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add uep driver



details:   https://anonhg.NetBSD.org/src/rev/605a58e45b5e
branches:  trunk
changeset: 566927:605a58e45b5e
user:      tsarna <tsarna%NetBSD.org@localhost>
date:      Mon May 24 23:50:11 2004 +0000

description:
add uep driver

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 90f05d702ea9 -r 605a58e45b5e sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon May 24 23:48:36 2004 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon May 24 23:50:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.605 2004/05/22 03:16:26 grant Exp $
+# $NetBSD: GENERIC,v 1.606 2004/05/24 23:50:11 tsarna Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.605 $"
+#ident                 "GENERIC-$Revision: 1.606 $"
 
 maxusers       32              # estimated number of users
 
@@ -873,6 +873,10 @@
 ums*   at uhidev? reportid ?
 wsmouse* at ums? mux 0
 
+# USB eGalax touch-panel
+uep*   at uhub? port ?
+wsmouse* at uep? mux 0
+
 # USB Keyboards
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1



Home | Main Index | Thread Index | Old Index