Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2017 14:42:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 218627] [PATCH] add Evdev ioctl handler to the Linux compat layer
Message-ID:  <bug-218627-4077-dTnDx0jUxc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218627-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218627-4077@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=3D218627

Vladimir Kondratyev <vladimir@kondratyev.su> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vladimir@kondratyev.su

--- Comment #2 from Vladimir Kondratyev <vladimir@kondratyev.su> ---
There are 3 more ioctls with directions defined in Linux and FreeBSD
differently:

ioctl            Linux FreeBSD
EVIOCGKEYCODE(2) _IOR  _IOWR
EVIOCGMASK       _IOR  _IOW

They are not supported in in-kernel evdev driver yet, but should work in
webcamd cuse-backed driver

--=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-218627-4077-dTnDx0jUxc>