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 attribute sysmon_envsys to device uthum.



details:   https://anonhg.NetBSD.org/src/rev/d6f2dd5d1603
branches:  trunk
changeset: 756779:d6f2dd5d1603
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Aug 01 07:29:03 2010 +0000

description:
Add attribute sysmon_envsys to device uthum.

diffstat:

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

diffs (18 lines):

diff -r bf585a89d35d -r d6f2dd5d1603 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Sun Aug 01 07:07:00 2010 +0000
+++ b/sys/dev/usb/files.usb     Sun Aug 01 07:29:03 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.100 2010/07/04 15:21:58 tsutsui Exp $
+#      $NetBSD: files.usb,v 1.101 2010/08/01 07:29:03 kiyohara Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -188,7 +188,7 @@
 file   dev/usb/udsbr.c                 udsbr
 
 # TEMPerHUM HID
-device uthum: hid
+device uthum: hid, sysmon_envsys
 attach uthum at uhidbus
 file   dev/usb/uthum.c                 uthum
 



Home | Main Index | Thread Index | Old Index