[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
Mon Jul 11 13:05:44 UTC 2016


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

Vladimir Kondratyev <wulf at cicgroup.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wulf at cicgroup.ru

--- Comment #46 from Vladimir Kondratyev <wulf at cicgroup.ru> ---
Created attachment 172378
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172378&action=edit
patch-config_devd.c with device type autodetection

Hi, Hans!

I have tested your patch with in-kernel evdev implementation and found it
basically working.
Currently it does not work properly with default Xorg configuration file out of
box so I wrote some missed parts. Namely:
1. Event device type autodetection (libmagic-alike, derived from
xf86-input-evdev driver), so default catchall rules started to work for me
2. name/usb_id gathering via EVIOC* ioctls
3. Automatic blacklisting of native device interfaces if corresponding evdev
interface exists.
4. Some other minor improvements.

Resulting file is attached.

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


More information about the freebsd-x11 mailing list