[Bug 196678] x11-servers/xorg-server: make config/devd recognize /dev/input/eventX from multimedia/webcamd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 11 04:27:41 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678

--- Comment #66 from Vladimir Kondratyev <vladimir at kondratyev.su> ---
(In reply to Vladimir Kondratyev from comment #65)
At second glance this patch may be wrong:
1. Linux returns ENODEV error code for read () if device is gone
2. Webcamd does not know nothing about ENODEV and converts it to default
CUSE_ERR_OTHER
3. Cuse converts CUSE_ERR_OTHER to ENXIO and returns it to userworld (wacom
driver).
4. Wacom driver ignores ENXIO as EINVAL is expected

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


More information about the freebsd-x11 mailing list