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 uthum(4) driver from openbsd, adapted to han...



details:   https://anonhg.NetBSD.org/src/rev/47063081acef
branches:  trunk
changeset: 751512:47063081acef
user:      tonio <tonio%NetBSD.org@localhost>
date:      Sat Feb 06 11:17:17 2010 +0000

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

diffstat:

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

diffs (20 lines):

diff -r c8c9cb4210dc -r 47063081acef sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Sat Feb 06 11:14:41 2010 +0000
+++ b/sys/dev/usb/files.usb     Sat Feb 06 11:17:17 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index