Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 14:31:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 196151] [PATCH] x11-servers/xorg-server: Option to not use autoconfiguration of input devices
Message-ID:  <bug-196151-7141-5D2UIqTAn1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196151-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196151-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196151

--- Comment #10 from lightside <lightside@gmx.com> ---
After using the patch, the Xorg.0.log started to show following line, in case
of Option "AutoAddDevices" "off":
AutoAddDevices is off - not adding device.

but it still tries to probing input devices them, e.g.:
[    20.541] (II) config/devd: probing input devices...
[    20.541] (II) config/devd: adding input device (null) (/dev/kbdmux)
[    20.541] (II) AutoAddDevices is off - not adding device.
[    20.541] (II) config/devd: kbdmux is enabled, ignoring device ukbd0
[    20.541] (II) config/devd: kbdmux is enabled, ignoring device atkbd0
[    20.541] (II) config/devd: adding input device (null) (/dev/sysmouse)
[    20.541] (II) AutoAddDevices is off - not adding device.
[    20.541] (II) config/devd: device /dev/ums0 already opened

Maybe, this is the same for HAL and this is normal.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196151-7141-5D2UIqTAn1>