From owner-svn-src-user@FreeBSD.ORG Wed Oct 29 03:02:00 2014 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1494856; Wed, 29 Oct 2014 03:01:59 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 72D2E6F; Wed, 29 Oct 2014 03:01:58 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id s9T31nW7003898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 29 Oct 2014 06:01:49 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id s9T31ndp003897; Wed, 29 Oct 2014 06:01:49 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 29 Oct 2014 06:01:49 +0300 From: Gleb Smirnoff To: Jakub Wojciech Klama Subject: Re: svn commit: r273692 - user/jceel/soc2014_evdev/head/sys/dev/usb/input Message-ID: <20141029030149.GA1031@FreeBSD.org> References: <201410261443.s9QEh32X035853@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201410261443.s9QEh32X035853@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 03:02:00 -0000 On Sun, Oct 26, 2014 at 02:43:03PM +0000, Jakub Wojciech Klama wrote: J> Author: jceel J> Date: Sun Oct 26 14:43:02 2014 J> New Revision: 273692 J> URL: https://svnweb.freebsd.org/changeset/base/273692 J> J> Log: J> Unbreak uep(4) when compiled without EVDEV. Once evdev support would be finished, the non-evdev part of the uep(4) isn't needed any longer, as well as ports/x11-driver/xf86-input-egalax. Thanks a lot for your work. -- Totus tuus, Glebius.