From cfc1c07f99d0bef55fd7860eb7b0b3ce9c1ceb86 Mon Sep 17 00:00:00 2001 From: brooks Date: Sat, 8 Jan 2005 06:00:24 +0000 Subject: 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(-) (limited to 'etc') diff --git a/etc/devd.conf b/etc/devd.conf index 6258436..097927e 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"; -- cgit v1.1