summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authordrochner <drochner@NetBSD.org>1999-01-09 12:10:36 +0000
committerdrochner <drochner@NetBSD.org>1999-01-09 12:10:36 +0000
commitc3283b267e0340fd96e05a8bdadebc441d0ab8e7 (patch)
tree63b897a53125a9a1bbc684e85f04a17f67fd6866 /sys/dev
parente41d02336355bbab17223b1252950f5002feb657 (diff)
there is no "cnattach" member in "struct wskbd_accessops" (yet?)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ukbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c
index fc904c872c5..22235f2528b 100644
--- a/sys/dev/usb/ukbd.c
+++ b/sys/dev/usb/ukbd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ukbd.c,v 1.21 1999/01/08 11:58:25 augustss Exp $ */
+/* $NetBSD: ukbd.c,v 1.22 1999/01/09 12:10:36 drochner Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -229,7 +229,7 @@ const struct wskbd_accessops ukbd_accessops = {
ukbd_enable,
ukbd_set_leds,
ukbd_ioctl,
-#if 1
+#if 0
ukbd_cnattach,
#endif
};