diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-20 21:05:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-20 21:05:43 +0000 |
commit | 64a6d272c4b1274169a114cc81b75f728c5b1d2a (patch) | |
tree | 4f004dbc7bfedc6573d01718c16ba13cfd32aec2 /sys | |
parent | 0c7a5398941b06fe8ea6a885d7d284732250db91 (diff) |
Allow kernels configurations with bluetooth but no USB to build.
Patch from Sylvestre Gallon. ok miod@, deraadt@.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index ac4d5416ae7..4779312f4ab 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.89 2010/03/01 23:35:56 mk Exp $ +# $OpenBSD: files.usb,v 1.90 2010/03/20 21:05:42 matthieu 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. @@ -83,7 +83,7 @@ file dev/usb/uhid.c uhid needs-flag device ukbd: hid, wskbddev attach ukbd at uhidbus file dev/usb/ukbd.c ukbd needs-flag -file dev/usb/ukbdmap.c ukbd +file dev/usb/ukbdmap.c ukbd | btkbd # Mice device ums: hid, wsmousedev |