mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 since
kbd1 might be something else.
This commit is contained in:
parent
f644bbc45c
commit
e6da72a102
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue