From owner-svn-src-all@freebsd.org Sun Sep 11 19:15:51 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9976BD6766; Sun, 11 Sep 2016 19:15:51 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CFBC815; Sun, 11 Sep 2016 19:15:51 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from [136.179.10.143] (helo=[10.140.230.85]) by id.bluezbox.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1bjAEB-000NO1-IJ; Sun, 11 Sep 2016 12:15:44 -0700 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r305706 - in head: etc/mtree include sys/conf sys/dev/evdev From: Oleksandr Tymoshenko In-Reply-To: <201609111856.u8BIucU3023555@repo.freebsd.org> Date: Sun, 11 Sep 2016 12:15:13 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <87B6EE13-138A-4473-9953-7D70CBA284CB@freebsd.org> References: <201609111856.u8BIucU3023555@repo.freebsd.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-Mailer: Apple Mail (2.3124) Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: > On Sep 11, 2016, at 11:56 AM, Oleksandr Tymoshenko 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. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 19:15:51 -0000 > On Sep 11, 2016, at 11:56 AM, Oleksandr Tymoshenko = wrote: >=20 > Author: gonzo > Date: Sun Sep 11 18:56:38 2016 > New Revision: 305706 > URL: https://svnweb.freebsd.org/changeset/base/305706 >=20 > Log: > Add evdev protocol implementation >=20 > 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. >=20 > 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=E2=80=99t want to wait = until evdev support=20 patches for generic input hardware land in the tree can get them from = this repo: https://github.com/wulf7/freebsd/tree/evdev=