Module Name:    src
Committed By:   sborrill
Date:           Fri Aug 10 11:32:33 UTC 2012

Modified Files:
        src/sys/arch/i386/conf: GENERIC

Log Message:
Add uts(4)


To generate a diff of this commit:
cvs rdiff -u -r1.1077 -r1.1078 src/sys/arch/i386/conf/GENERIC

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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1077 src/sys/arch/i386/conf/GENERIC:1.1078
--- src/sys/arch/i386/conf/GENERIC:1.1077	Wed Aug  1 04:20:05 2012
+++ src/sys/arch/i386/conf/GENERIC	Fri Aug 10 11:32:32 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1077 2012/08/01 04:20:05 matt Exp $
+# $NetBSD: GENERIC,v 1.1078 2012/08/10 11:32:32 sborrill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1077 $"
+#ident 		"GENERIC-$Revision: 1.1078 $"
 
 maxusers	64		# estimated number of users
 
@@ -1155,6 +1155,10 @@ uhidev* at uhub? port ? configuration ? 
 ums*	at uhidev? reportid ?
 wsmouse* at ums? mux 0
 
+# USB generic touchscreen
+uts*	at uhidev? reportid ?
+wsmouse* at uts? mux 0
+
 # USB eGalax touch-panel
 uep*	at uhub? port ?
 wsmouse* at uep? mux 0

Reply via email to