From owner-freebsd-current@freebsd.org Wed Aug 24 22:57:14 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 BC014BC590A for ; Wed, 24 Aug 2016 22:57:14 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-yb0-x230.google.com (mail-yb0-x230.google.com [IPv6:2607:f8b0:4002:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D21C1C8C for ; Wed, 24 Aug 2016 22:57:14 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-yb0-x230.google.com with SMTP id e31so10875966ybi.3 for ; Wed, 24 Aug 2016 15:57:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=mQbeorsUrX4u3kWDUsEUGzkUodVH4/n7Nnfxs8iEt2o=; b=NbbJw9WxEVkc46jGYjX2ErWu1khN42fgUwwyBp+onQs4wynPoJT1PfrjfvI9NcwT1y lp9KEgYzlWCuDL5TVmZoGBoY1HOo5qAQAjlV5b4I2DzwI2hIaqO5AibO4EZe/Kx7oS5M La1rNmSPCJ50PTaJgi61e09v8g8FvNjyG5L6KI6crp74obzBCduk1zswxwSl8/Qre3fH +4BwSzTiXFm2bbTE+L5MAAfk7c4rDYTiU0fx9xP650SpQKH1I9WGoFB4Y5ydtrBmddFU zf5JTQOH9Ts9Dus8yuRNH/4r84o0uEwOLcoffSv+sve5Hnc8J1Zn1BNyEEQVtzz1hJTx y2eQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=mQbeorsUrX4u3kWDUsEUGzkUodVH4/n7Nnfxs8iEt2o=; b=gz142GmDCX3JmX+U8ziwdkw4HYygepkbIcRRjgdmMoqkggRHztlrR7nd3hsXl+FSTk 4vvTsHA1Ld6A/poJ0puvFrJgEMU/OnhoqwYOYav37EkUb3haREbBiDEXHj/amdF7Pk08 aYVYsAFaU9G0wGH7Mus38abMx3Y/daDDT4T/8kxItmQtiFj46A0AU64heWtqJjzHursz Idyk/Ew/3iD8e9PM7B+zl2FK1apC9tf3jeIe0+hsXeIba0vA8g35ftB2fRfY3SiqLW5G kmkcO3F35t5b+YoNe1QvJcoIE8Av53xHeecS5woBFTs2/ztiVuHCWhjREZGp4sxeXcRm jjnw== X-Gm-Message-State: AEkooutuxLzWApY+vmPsrtJdTNS1BEfaS9sQ/nmE622SaY6wctptjEWsH1EPENZNw9uwgKkgVXH6DwKUan9w5Q== X-Received: by 10.37.161.103 with SMTP id z94mr4259176ybh.47.1472079433456; Wed, 24 Aug 2016 15:57:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.199.16 with HTTP; Wed, 24 Aug 2016 15:57:12 -0700 (PDT) In-Reply-To: References: From: Ben Woods Date: Thu, 25 Aug 2016 06:57:12 +0800 Message-ID: Subject: Re: Support for Elantech trackpads (common on new laptops) To: FreeBSD Current Cc: "knz@thaumogen.net" , "thatguyrenic@gmail.com" , wulf@cicgroup.ru Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Wed, 24 Aug 2016 22:57:14 -0000 On Thursday, 16 June 2016, Ben Woods wrote: > Hi everyone, > > [Vladimir Kondratyev] has kindly submitted a patch to bring support for > Elantech trackpads, which are common in new laptops. > > ... It is attached to PR205690. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205690 > > Could someone familiar with moused and mice drivers in > sys/dev/atkbdc/psm.c please have a look? > > Thanks, > Ben > Hi everyone, Could I please ask someone who is familiar with moused and mice drivers to have a look at this patch and consider its inclusion in FreeBSD 12-current? A couple of people have been running this for some time now without problems, and one synaptics user has confirm they are not seeing any regressions in the synaptics driver with the patch applied. Thanks, Ben -- -- From: Benjamin Woods woodsb02@gmail.com