svn commit: r305706 - in head: etc/mtree include sys/conf sys/dev/evdev

Oleksandr Tymoshenko gonzo at freebsd.org
Sun Sep 11 19:15:51 UTC 2016


> On Sep 11, 2016, at 11:56 AM, Oleksandr Tymoshenko <gonzo at freebsd.org> wrote:
> 
> Author: gonzo
> Date: Sun Sep 11 18:56:38 2016
> New Revision: 305706
> URL: https://svnweb.freebsd.org/changeset/base/305706
> 
> Log:
>  Add evdev protocol implementation
> 
>  evdev is a generic input event interface compatible with Linux
>  evdev API at ioctl level. It allows using unmodified (apart from
>  header name) input evdev drivers in Xorg, Wayland, Qt.
> 
>  This commit has only generic kernel API. evdev support for individual
>  hardware drivers like ukbd, ums, atkbd, etc. will be committed later.


Those who would like to test evdev but doesn’t want to wait until evdev support 
patches for generic input hardware land in the tree can get them from this repo:
https://github.com/wulf7/freebsd/tree/evdev


More information about the svn-src-all mailing list