summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/files.usb
diff options
context:
space:
mode:
authorsasano <sasano@openbsd.org>2013-09-05 19:42:06 +0000
committersasano <sasano@openbsd.org>2013-09-05 19:42:06 +0000
commit49ba8e675895cfff51c0b58edef41d27dc5807f3 (patch)
tree25b59c0daa8a020d12aa8efeaf0596f308ab6ec3 /sys/dev/usb/files.usb
parentno more xfs; (diff)
downloadwireguard-openbsd-49ba8e675895cfff51c0b58edef41d27dc5807f3.tar.xz
wireguard-openbsd-49ba8e675895cfff51c0b58edef41d27dc5807f3.zip
ugold(4) is a driver for PCsensor's USB gold TEMPer temperature
measurement device (idVendor:idProduct=0x0c45:0x7401). newly added. ok by mpi@ and sthen@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r--sys/dev/usb/files.usb7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb
index adf90c085e2..8dfa8474a05 100644
--- a/sys/dev/usb/files.usb
+++ b/sys/dev/usb/files.usb
@@ -1,4 +1,4 @@
-# $OpenBSD: files.usb,v 1.108 2013/08/20 14:27:33 ajacoutot Exp $
+# $OpenBSD: files.usb,v 1.109 2013/09/05 19:42:08 sasano Exp $
# $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $
#
# Config file and device description for machine-independent USB code.
@@ -129,6 +129,11 @@ device uthum: hid
attach uthum at uhidbus
file dev/usb/uthum.c uthum
+# gold TEMPer
+device ugold: hid
+attach ugold at uhidbus
+file dev/usb/ugold.c ugold
+
# Strawberry Linux USBRH
device utrh: hid
attach utrh at uhidbus