From owner-freebsd-current@freebsd.org Sat Aug 6 00:10:04 2016 Return-Path: Delivered-To: freebsd-current@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 8020ABAE6BD for ; Sat, 6 Aug 2016 00:10:04 +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 63F751774 for ; Sat, 6 Aug 2016 00:10:04 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from [76.102.118.237] (helo=[10.0.1.2]) by id.bluezbox.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1bVpBb-000MOT-QX; Fri, 05 Aug 2016 17:09:56 -0700 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: evdev patches From: Oleksandr Tymoshenko In-Reply-To: Date: Fri, 5 Aug 2016 17:09:56 -0700 Cc: FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <28564DC6-74AA-4690-B355-2E3C7ACAF727@bluezbox.com> References: To: "Lundberg, Johannes" 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 Aug 5, 2016, at 12:26 PM, Lundberg, Johannes wrote: > > ​Hi > > The evdev patched kernel found here > https://wiki.freebsd.org/SummerOfCode2014/evdev_Touchscreens > is over a year old and does not patch cleanly to current. > > Does anyone have a set of patches for evdev that will apply on current head? > > If not I will try to clean them up so they apply to current. > > What needs to be patched manually is > > atkbd.c > psm.c > kbdmux.c > ukbd.c > ums.c > uep.c > > Thanks!​ [...] 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 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: github.com] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 00:10:04 -0000 > On Aug 5, 2016, at 12:26 PM, Lundberg, Johannes = wrote: >=20 > =E2=80=8BHi >=20 > The evdev patched kernel found here > https://wiki.freebsd.org/SummerOfCode2014/evdev_Touchscreens > is over a year old and does not patch cleanly to current. >=20 > Does anyone have a set of patches for evdev that will apply on current = head? >=20 > If not I will try to clean them up so they apply to current. >=20 > What needs to be patched manually is >=20 > atkbd.c > psm.c > kbdmux.c > ukbd.c > ums.c > uep.c >=20 > Thanks!=E2=80=8B There is code review for initial evdev support: = https://reviews.freebsd.org/D6998 It stalled couple of weeks ago, probably now that freeze is over work = can be resumed.=20 It's based on Valdimir Kondratiev's evdev branch: = https://github.com/wulf7/freebsd