From e6da72a102e308178bfd98d4d3789c0c1bea58a9 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sat, 8 Jan 2005 06:00:24 +0000 Subject: [PATCH] When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 since kbd1 might be something else. --- etc/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd.conf b/etc/devd.conf index 6258436904f..097927edc2b 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -60,7 +60,7 @@ detach 100 { # When a USB keyboard arrives, attach it as the console keyboard. attach 100 { device-name "ukbd0"; - action "test -c /dev/kbd1 && kbdcontrol -k /dev/kbd1 < /dev/console"; + action "kbdcontrol -k /dev/ukbd0 < /dev/console"; }; detach 100 { device-name "ukbd0";