Module Name:    src
Committed By:   tonio
Date:           Sat Feb  6 11:17:17 UTC 2010

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

Log Message:
Add uthum(4) driver from openbsd, adapted to handle both
TEMPerHUM and TEMPer devices


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 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.94 src/sys/dev/usb/files.usb:1.95
--- src/sys/dev/usb/files.usb:1.94	Thu Jan  7 00:15:20 2010
+++ src/sys/dev/usb/files.usb	Sat Feb  6 11:17:17 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.usb,v 1.94 2010/01/07 00:15:20 martin Exp $
+#	$NetBSD: files.usb,v 1.95 2010/02/06 11:17:17 tonio Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -186,6 +186,10 @@
 attach	udsbr at usbdevif
 file	dev/usb/udsbr.c			udsbr
 
+# TEMPerHUM HID
+device	uthum: hid
+attach	uthum at uhidbus
+file	dev/usb/uthum.c			uthum
 
 # Ethernet adapters
 # ADMtek AN986 Pegasus

Reply via email to