summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-02-21 16:23:23 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-02-21 16:23:23 +0000
commit6a8c288d0655c0c243f6b95437cef521e86bc379 (patch)
tree4e3cbb47ab6b17d93fca3a10d46bfc8ad1db39f8 /sys/conf
parent6a376dfa305cae346da49a6d63836d5135f8ec86 (diff)
downloadFreeBSD-src-6a8c288d0655c0c243f6b95437cef521e86bc379.zip
FreeBSD-src-6a8c288d0655c0c243f6b95437cef521e86bc379.tar.gz
Rename hid device to uhid (HID: Human Interface Device)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 013c504..e1a4074 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.557 1999/02/20 23:29:22 n_hibma Exp $
+# $Id: LINT,v 1.558 1999/02/21 15:04:43 nsouch Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -2060,7 +2060,7 @@ device ucom0
# USB modem driver
device umodem0
# Human Interface Device (anything with buttons and dials)
-device hid0
+device uhid0
# Generic USB device driver
device ugen0
#
diff --git a/sys/conf/files b/sys/conf/files
index ec5c384..487a816 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -690,7 +690,7 @@ dev/usb/hid.c optional usb device-driver
# ordering in the list of drivers below is important and should
# be the inverse of the wanted one (MAKE_SET)
dev/usb/ugen.c optional ugen device-driver
-dev/usb/uhid.c optional hid device-driver
+dev/usb/uhid.c optional uhid device-driver
dev/usb/umodem.c optional umodem device-driver
dev/usb/ucom.c optional ucom device-driver
dev/usb/ums.c optional ums device-driver
OpenPOWER on IntegriCloud