From owner-freebsd-drivers@FreeBSD.ORG Sat Feb 22 14:23:55 2014 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F61D993; Sat, 22 Feb 2014 14:23:55 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id D86D31BD8; Sat, 22 Feb 2014 14:23:54 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id B7D9610020C; Sat, 22 Feb 2014 15:23:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 9D86C180F9E; Sat, 22 Feb 2014 15:24:43 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FkLVHrt+eXXj; Sat, 22 Feb 2014 15:24:39 +0100 (CET) Received: from mail.lockless.no (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 12BA8180F8D; Sat, 22 Feb 2014 15:24:39 +0100 (CET) Subject: RE: Macbook touchpad driver From: =?utf-8?Q?Hans_Petter_Selasky?= To: =?utf-8?Q?Rohit_Grover?= , =?utf-8?B?6buE5paH6L6J?= Date: Sat, 22 Feb 2014 15:24:38 +0100 Mime-Version: 1.0 In-Reply-To: References: X-Priority: 3 (Normal) X-Mailer: Zarafa 7.1.4-41394 Message-Id: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: =?utf-8?Q?Cory_Smelosky?= , =?utf-8?Q?Danilo_E=2E_Go?= =?utf-8?Q?ndolfo?= , =?utf-8?Q?Alfred_Perlstein?= , =?utf-8?Q?freebsd-drivers=40freebsd=2Eorg?= X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 14:23:55 -0000 Hi Rohit,=0D=0A=0D=0AYour work is very interesting. I can facilitate the = merging of the two drivers.=0D=0A=0D=0ACan you ensure that the following = patches are included in the updated atp.c driver aswell=3F=0D=0A=0D=0Ahtt= p://svnweb.freebsd.org/base=3Fview=3Drevision&revision=3D261827=0D=0A=0D=0A= Thank you!=0D=0A=0D=0A--HPS=0D=0A=0D=0A-----Original message-----=0D=0AFr= om: Rohit Grover=C2=A0=0D=0ASent: Saturday 22nd Febru= ary 2014 14:53=0D=0ATo: =E9=BB=84=E6=96=87=E8=BE=89 =0D= =0ACc: Lundberg, Johannes ; Alfred Perls= tein ; Danilo E. Gondolfo ; Cory Smelo= sky ; hselasky@freebsd.org; freebsd-drivers@freebsd.org=0D=0A= Subject: Re: Macbook touchpad driver=0D=0A=0D=0AHello,=0D=0A=0D=0AI have = merged the recent work done by Huang Wen Hui to support Wellspring trackp= ads into the original 'atp' driver.=0D=0A=0D=0A'atp' supports two distinc= t families of Apple trackpad products: the older=0D=0AFountain/Geyser and= the latest Wellspring trackpads. The first version made=0D=0Aits appeara= nce with FreeBSD8 and worked only with the Fountain/Geyser=0D=0Ahardware.= A fork of this driver for Wellspring was contributed by Huang Wen=0D=0AH= ui. This new driver unifies the Wellspring effort and also improves upon = the=0D=0Aoriginal work.=0D=0A=0D=0AI have been testing it on a recent Mac= BookPro (Wellspring trackpad) and I am satisfied with it. It includes all= the features of the original driver and should be able to support both f= amilies of hardware.=0D=0A=0D=0AI would like to solicit help to test this= driver widely; especially on older Fountain/Geyser hardware. I would als= o like to initiate the review process to commit this to FreeBSD.=0D=0A=0D= =0Ahttps://github.com/rgrover/freebsd-atp=0D=0A=0D=0Athanks,=0D=0Arohit.=0D= =0A=0D=0A=0D=0AOn Sat, Feb 8, 2014 at 11:20 AM, Rohit Grover > wrote:=0D=0AHi Huang,=0D=0A=0D=0AI'= ve started my work on the merge of your wellspring port and atp. Progress= of this work can be tracked at https://github.com/rgrover/freebsd-atp=0D= =0A=0D=0Aregards,=0D=0Arohit.=0D=0A=0D=0A=0D=0A=0D=0AOn Sat, Feb 1, 2014 = at 8:53 AM, Rohit Grover = > wrote:=0D=0AHi,=0D=0A=0D=0AThanks for bringing this to my attention. I'= ll try to merge the two.=0D=0A=0D=0Athanks a lot!=0D=0Arohit.=0D=0A=0D=0A= On 02/01/2014 01:26 AM, Huang Wen Hui wrote:=0D=0A> Hi,=0D=0A> In head th= ere is a working driver base on atp(4) and bcm5974.c for=0D=0A> modem Mac= books, It is better to merge to ATP(4).=0D=0A> I am not sure how is hard = to do it.=0D=0A>=0D=0A> Cheers,=0D=0A>=0D=0A> Huang Wen Hui.=0D=0A>=0D=0A= > http://docs.freebsd.org/cgi/getmsg.cgi=3Ffetch=3D70658+0+current/freebs= d-current =20=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A From owner-freebsd-drivers@FreeBSD.ORG Sat Feb 22 14:26:20 2014 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9FA19E3; Sat, 22 Feb 2014 14:26:20 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 42A711BEF; Sat, 22 Feb 2014 14:26:19 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id EC7B017FC51; Sat, 22 Feb 2014 15:26:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 604BF180F9C; Sat, 22 Feb 2014 15:27:09 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jXjSAS2qQwgI; Sat, 22 Feb 2014 15:27:08 +0100 (CET) Received: from mail.lockless.no (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 45CCB180F8D; Sat, 22 Feb 2014 15:27:08 +0100 (CET) Subject: RE: Macbook touchpad driver From: =?utf-8?Q?Hans_Petter_Selasky?= To: =?utf-8?Q?Rohit_Grover?= , =?utf-8?B?6buE5paH6L6J?= Date: Sat, 22 Feb 2014 15:27:08 +0100 Mime-Version: 1.0 In-Reply-To: References: X-Priority: 3 (Normal) X-Mailer: Zarafa 7.1.4-41394 Message-Id: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: =?utf-8?Q?Cory_Smelosky?= , =?utf-8?Q?Danilo_E=2E_Go?= =?utf-8?Q?ndolfo?= , =?utf-8?Q?Alfred_Perlstein?= , =?utf-8?Q?freebsd-drivers=40freebsd=2Eorg?= X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 14:26:20 -0000 BTW: Can you also update the ATP manual page.=0D=0A=0D=0APlease fetch it = from freebsd-current as of today. I made some changes there recently.=0D=0A= =0D=0A--HPS=0D=0A=0D=0A-----Original message-----=0D=0AFrom: Rohit Grover= =C2=A0=0D=0ASent: Saturday 22nd February 2014 14:53=0D= =0ATo: =E9=BB=84=E6=96=87=E8=BE=89 =0D=0ACc: Lundberg= , Johannes ; Alfred Perlstein ; Danilo E. Gondolfo ; Cory Smelosky ; hselasky@freebsd.org; freebsd-drivers@freebsd.org=0D=0ASubject: Re: = Macbook touchpad driver=0D=0A=0D=0AHello,=0D=0A=0D=0AI have merged the re= cent work done by Huang Wen Hui to support Wellspring trackpads into the = original 'atp' driver.=0D=0A=0D=0A'atp' supports two distinct families of= Apple trackpad products: the older=0D=0AFountain/Geyser and the latest W= ellspring trackpads. The first version made=0D=0Aits appearance with Free= BSD8 and worked only with the Fountain/Geyser=0D=0Ahardware. A fork of th= is driver for Wellspring was contributed by Huang Wen=0D=0AHui. This new = driver unifies the Wellspring effort and also improves upon the=0D=0Aorig= inal work.=0D=0A=0D=0AI have been testing it on a recent MacBookPro (Well= spring trackpad) and I am satisfied with it. It includes all the features= of the original driver and should be able to support both families of ha= rdware.=0D=0A=0D=0AI would like to solicit help to test this driver widel= y; especially on older Fountain/Geyser hardware. I would also like to ini= tiate the review process to commit this to FreeBSD.=0D=0A=0D=0Ahttps://gi= thub.com/rgrover/freebsd-atp=0D=0A=0D=0Athanks,=0D=0Arohit.=0D=0A=0D=0A=0D= =0AOn Sat, Feb 8, 2014 at 11:20 AM, Rohit Grover > wrote:=0D=0AHi Huang,=0D=0A=0D=0AI've started m= y work on the merge of your wellspring port and atp. Progress of this wor= k can be tracked at https://github.com/rgrover/freebsd-atp=0D=0A=0D=0Areg= ards,=0D=0Arohit.=0D=0A=0D=0A=0D=0A=0D=0AOn Sat, Feb 1, 2014 at 8:53 AM, = Rohit Grover > wrote:=0D=0A= Hi,=0D=0A=0D=0AThanks for bringing this to my attention. I'll try to merg= e the two.=0D=0A=0D=0Athanks a lot!=0D=0Arohit.=0D=0A=0D=0AOn 02/01/2014 = 01:26 AM, Huang Wen Hui wrote:=0D=0A> Hi,=0D=0A> In head there is a worki= ng driver base on atp(4) and bcm5974.c for=0D=0A> modem Macbooks, It is b= etter to merge to ATP(4).=0D=0A> I am not sure how is hard to do it.=0D=0A= >=0D=0A> Cheers,=0D=0A>=0D=0A> Huang Wen Hui.=0D=0A>=0D=0A> http://docs.f= reebsd.org/cgi/getmsg.cgi=3Ffetch=3D70658+0+current/freebsd-current =20=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A