summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/files.usb42
1 files changed, 21 insertions, 21 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb
index 9223cf097b3..1eafdc9c6ff 100644
--- a/sys/dev/usb/files.usb
+++ b/sys/dev/usb/files.usb
@@ -1,5 +1,5 @@
-# $OpenBSD: files.usb,v 1.1 1999/08/13 05:28:03 fgsch Exp $
-# $NetBSD: files.usb,v 1.8 1999/06/30 06:44:22 augustss Exp $
+# $OpenBSD: files.usb,v 1.2 1999/08/23 22:07:14 fgsch Exp $
+# $NetBSD: files.usb,v 1.10 1999/08/23 07:07:47 augustss Exp $
#
# Config file and device description for machine-independent USB code.
# Included by ports that need it. Ports that use it must provide
@@ -24,9 +24,9 @@ file dev/usb/uhub.c usb
attach uhub at uhub with uhub_uhub
# Audio devices
-#device uaudio: audio, auconv, mulaw
-#attach uaudio at uhub
-#file dev/usb/uaudio.c uaudio
+device uaudio: audio, auconv, mulaw
+attach uaudio at uhub
+file dev/usb/uaudio.c uaudio
# Generic devices
device ugen
@@ -39,28 +39,28 @@ attach uhid at uhub
file dev/usb/uhid.c uhid needs-flag
# Keyboards
-#device ukbd: wskbddev
-#attach ukbd at uhub
-#file dev/usb/ukbd.c ukbd needs-flag
-#file dev/usb/ukbdmap.c ukbd
+device ukbd: wskbddev
+attach ukbd at uhub
+file dev/usb/ukbd.c ukbd
+file dev/usb/ukbdmap.c ukbd
# Printers
-#device ulpt
-#attach ulpt at uhub
-#file dev/usb/ulpt.c ulpt needs-flag
+device ulpt
+attach ulpt at uhub
+file dev/usb/ulpt.c ulpt needs-flag
# Mass storage
-#device umass: scsi
-#attach umass at uhub
-#file dev/usb/umass.c umass needs-flag
+device umass: scsi
+attach umass at uhub
+file dev/usb/umass.c umass
# Modems
-#device umodem
-#attach umodem at uhub
-#file dev/usb/umodem.c umodem needs-flag
+device umodem
+attach umodem at uhub
+file dev/usb/umodem.c umodem needs-flag
# Mice
-#device ums: wsmousedev
-#attach ums at uhub
-#file dev/usb/ums.c ums needs-flag
+device ums: wsmousedev
+attach ums at uhub
+file dev/usb/ums.c ums