Module Name:    src
Committed By:   wiz
Date:           Mon Feb 13 14:36:39 UTC 2012

Modified Files:
        src/sys/dev/usb: files.usb

Log Message:
Add missing dependency for uts.
>From Pierre Pronchery <khor...@defora.org> in PR 45872.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/dev/usb/files.usb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/files.usb
diff -u src/sys/dev/usb/files.usb:1.119 src/sys/dev/usb/files.usb:1.120
--- src/sys/dev/usb/files.usb:1.119	Tue Jan 17 03:49:20 2012
+++ src/sys/dev/usb/files.usb	Mon Feb 13 14:36:39 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: files.usb,v 1.119 2012/01/17 03:49:20 christos Exp $
+#	$NetBSD: files.usb,v 1.120 2012/02/13 14:36:39 wiz Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -92,7 +92,7 @@ attach	ums at uhidbus
 file	dev/usb/ums.c			ums
 
 # Touchscreens
-device	uts: hid, wsmousedev
+device	uts: hid, wsmousedev, tpcalib
 attach	uts at uhidbus
 file	dev/usb/uts.c			uts
 

Reply via email to