Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add missing dependency for uts.



details:   https://anonhg.NetBSD.org/src/rev/f15d9e038a08
branches:  trunk
changeset: 773702:f15d9e038a08
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 13 14:36:39 2012 +0000

description:
Add missing dependency for uts.
>From Pierre Pronchery <khorben%defora.org@localhost> in PR 45872.

diffstat:

 sys/dev/usb/files.usb |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3ef7e3e24da1 -r f15d9e038a08 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Mon Feb 13 13:44:14 2012 +0000
+++ b/sys/dev/usb/files.usb     Mon Feb 13 14:36:39 2012 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index