Project

General

Profile

« Previous | Next » 

Revision 63dfc7ef

Added by Scott Ullrich about 14 years ago

Suppress keyboard device errors on bootup

View differences:

etc/devd.conf
30 30
# When a USB keyboard arrives, attach it as the console keyboard.
31 31
attach 100 {
32 32
	device-name "ukbd0";
33
	action "kbdcontrol -k /dev/ukbd0 < /dev/console";
33
	action "kbdcontrol -k /dev/ukbd0 < /dev/console 2>/dev/null";
34 34
};
35 35

  
36 36
detach 100 {
37 37
	device-name "ukbd0";
38
	action "kbdcontrol -k /dev/kbd0 < /dev/console";
38
	action "kbdcontrol -k /dev/kbd0 < /dev/console 2>/dev/null";
39 39
};
40 40

  
41 41
#

Also available in: Unified diff