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 needs-flag to the ukbd device.



details:   https://anonhg.NetBSD.org/src/rev/1e05e0d69e6e
branches:  trunk
changeset: 472736:1e05e0d69e6e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 06 00:42:16 1999 +0000

description:
Add needs-flag to the ukbd device.

diffstat:

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

diffs (18 lines):

diff -r 0dc8a04859c5 -r 1e05e0d69e6e sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Thu May 06 00:08:23 1999 +0000
+++ b/sys/dev/usb/files.usb     Thu May 06 00:42:16 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.5 1999/01/10 11:09:02 augustss Exp $
+#      $NetBSD: files.usb,v 1.6 1999/05/06 00:42:16 thorpej Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -46,7 +46,7 @@
 # Keyboards
 device ukbd: wskbddev
 attach ukbd at uhub
-file   dev/usb/ukbd.c                  ukbd
+file   dev/usb/ukbd.c                  ukbd            needs-flag
 file   dev/usb/ukbdmap.c               ukbd
 
 # Printers



Home | Main Index | Thread Index | Old Index