Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 04:27:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-x11@FreeBSD.org
Subject:   [Bug 196678] x11-servers/xorg-server: make config/devd recognize /dev/input/eventX from multimedia/webcamd
Message-ID:  <bug-196678-8047-sKkZ8LtZcJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196678-8047@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196678-8047@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=3D196678

--- Comment #66 from Vladimir Kondratyev <vladimir@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

--=20
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-196678-8047-sKkZ8LtZcJ>