summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-01-08 06:00:24 +0000
committerbrooks <brooks@FreeBSD.org>2005-01-08 06:00:24 +0000
commitcfc1c07f99d0bef55fd7860eb7b0b3ce9c1ceb86 (patch)
tree579b8cb24d302065ff2917d441820494134275be /etc/devd.conf
parent21c2d460fc0803cf7091d2d64bbec0c1bc96e45f (diff)
downloadFreeBSD-src-cfc1c07f99d0bef55fd7860eb7b0b3ce9c1ceb86.zip
FreeBSD-src-cfc1c07f99d0bef55fd7860eb7b0b3ce9c1ceb86.tar.gz
When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 since
kbd1 might be something else.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf2
1 files changed, 1 insertions, 1 deletions
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";
OpenPOWER on IntegriCloud