Date: Thu, 16 Jun 2016 09:14:20 +0200 From: Raphael 'kena' Poss <knz@thaumogen.net> To: Adrian Chadd <adrian.chadd@gmail.com>,Ben Woods <woodsb02@gmail.com> Cc: FreeBSD Current <freebsd-current@freebsd.org>,thatguyrenic@gmail.com Subject: Re: Support for Elantech trackpads (common on new laptops) Message-ID: <13002D04-FE44-4D66-9191-222A863DD48C@thaumogen.net> In-Reply-To: <CAJ-Vmo=N-K9SCjKqe24VuNr5UwF5m6pXYaC22aMuG4mp9UPJ=A@mail.gmail.com> References: <CAOc73CBsSZFR5ZEaDkP3Y4wPsrksQ7yjBCgkJyMoY5ggXA4OCw@mail.gmail.com> <CAJ-Vmo=N-K9SCjKqe24VuNr5UwF5m6pXYaC22aMuG4mp9UPJ=A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Please give credit where credit is due, the patch was originally posted here: https://lists.freebsd.org/pipermail/freebsd-mobile/2015-September/013327.html Adrian Chadd <adrian.chadd@gmail.com> schreef op 16 juni 2016 04:20:13 CEST: >I'll test it out tonight to see if anything is regressing > > >a- > > >On 15 June 2016 at 16:50, Ben Woods <woodsb02@gmail.com> wrote: >> Hi everyone, >> >> Raphael Poss has kindly submitted a patch to bring support for >Elantech >> trackpads, which are common in new laptops. >> >> I have tidied the patch so that it applies cleanly to 11-current (as >of >> r301929). 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 >> >> -- >> From: Benjamin Woods >> woodsb02@gmail.com >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >"freebsd-current-unsubscribe@freebsd.org" -- Sent from mobile. Please excuse my brevity. From owner-freebsd-current@freebsd.org Thu Jun 16 11:03:32 2016 Return-Path: <owner-freebsd-current@freebsd.org> 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 18C26A6BA18; Thu, 16 Jun 2016 11:03:32 +0000 (UTC) (envelope-from kwhite@site.uottawa.ca) Received: from courriel.site.uottawa.ca (eecsmail.engineering.uottawa.ca [137.122.24.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "courriel.site.uottawa.ca", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD4D11153; Thu, 16 Jun 2016 11:03:31 +0000 (UTC) (envelope-from kwhite@site.uottawa.ca) Received: from [10.0.2.15] (ppp-74-51-49-4.vianet.ca [74.51.49.4]) (authenticated bits=0) by courriel.site.uottawa.ca (8.14.5/8.14.5) with ESMTP id u5GB3SMH099386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 16 Jun 2016 07:03:29 -0400 (EDT) (envelope-from kwhite@site.uottawa.ca) Date: Thu, 16 Jun 2016 07:03:23 -0400 (EDT) From: Keith White <kwhite@site.uottawa.ca> X-X-Sender: kwhite@localhost.my.domain To: Mark Millard <markmi@dsl-only.net> cc: freebsd-arm <freebsd-arm@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org> Subject: RE: RPI-B 11.0-ALPHA3 r301815 panic ["when connecting via WiFi"] In-Reply-To: <5B47CB62-5BB6-41F3-82F9-507B42EF161B@dsl-only.net> Message-ID: <alpine.BSF.2.20.1606160658100.8225@localhost.my.domain> References: <5B47CB62-5BB6-41F3-82F9-507B42EF161B@dsl-only.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 16 Jun 2016 11:03:32 -0000 On Wed, 15 Jun 2016, Mark Millard wrote: > https://lists.freebsd.org/pipermail/freebsd-current/2016-June/061904.html reports an RPI-B alignment fault for -r301815 (the snapshot) "when connecting via WiFi". > > -r301872 ( https://lists.freebsd.org/pipermail/svn-src-head/2016-June/088339.html ) has a fix for networking vs. alignment handling for armv6 contexts that might be needed. Quoting: > >> Author: ian >> Date: Mon Jun 13 16:48:27 2016 >> New Revision: 301872 >> URL: >> https://svnweb.freebsd.org/changeset/base/301872 > ... Thanks for pointing this out! I'll see if a (complete) rebuild at that rev fixes the problem. ...keith
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13002D04-FE44-4D66-9191-222A863DD48C>