diff options
| author | tonio <tonio@NetBSD.org> | 2010-02-06 11:17:17 +0000 |
|---|---|---|
| committer | tonio <tonio@NetBSD.org> | 2010-02-06 11:17:17 +0000 |
| commit | 9313df22206371dbcebcbf3d9be4dc7c94645825 (patch) | |
| tree | c833afca150d2725606a5f455547c7e7086462ba /sys/dev | |
| parent | 5cdb74765689358a89063982b11aa622a0c332d5 (diff) | |
Add uthum(4) driver from openbsd, adapted to handle both
TEMPerHUM and TEMPer devices
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index c827035aeb2..f09ee669d72 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -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 @@ device udsbr: radiodev 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 |
