From owner-freebsd-drivers@FreeBSD.ORG Sun Jan 26 05:15:50 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 B8BE99CF for ; Sun, 26 Jan 2014 05:15:50 +0000 (UTC) Received: from mail-vb0-x236.google.com (mail-vb0-x236.google.com [IPv6:2607:f8b0:400c:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71FAE18BB for ; Sun, 26 Jan 2014 05:15:50 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id w20so2728190vbb.13 for ; Sat, 25 Jan 2014 21:15:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nXSLWWb0lk3KuY1+gGskToGQQ2vhSmqEVO+p1f3PN9Q=; b=WG5+B4neRqrlzBMcEvtJ4UOmmXxqdNRy3E+/Dgc3Y1reRNt9foBGurJPPrQGL2kUSM Plp13zNtfLBjK/VGzJmau/GWQEwAShENkDzdkKX6/pKDmxiln5Vu5adFhovEM6qd/6Yy 8ZNk+OoWum6gpm1g/CaEPKY10jeuE+AiEDKDbqd4eNd86DdYhp6OJXTjV2s+CpPklSvc YkhBkMOO7i6ADTwj/3nPzyDwkmeJMRNBmv4Xb+dbFc6P3cG77QmrCxw5Shx9vyHimMKf n/Jdxz/z22q4DhWcl46i4TpDeCZGXrwDTJs+qKUfXy2xgDsEjvf8+svCeP6Y+5QIvMPQ /LBQ== MIME-Version: 1.0 X-Received: by 10.58.100.100 with SMTP id ex4mr12055586veb.2.1390713349622; Sat, 25 Jan 2014 21:15:49 -0800 (PST) Received: by 10.220.109.145 with HTTP; Sat, 25 Jan 2014 21:15:49 -0800 (PST) Date: Sun, 26 Jan 2014 06:15:49 +0100 Message-ID: Subject: Macbook touchpad driver From: Rohit Grover To: freebsd-drivers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Sun, 26 Jan 2014 05:15:50 -0000 Hi, I'm the author of the 'atp' driver for the touchpad devices on Macbooks. For some time now, I've moved away from using FreeBSD on a Macbook and so the atp driver hasn't received any attention. Recently there has been some interest in restoring the atp driver to a current state; there have been a few people asking about it. I'd like to try to refresh the atp driver with support for modern Macbooks if I am provided temporary access to hardware. I'll be having some free time on my hands in February. I live in Germany. Does anyone from the community have a recent Macbook they can spare for a couple of weeks? Else, this may be a nice, small project for someone to take up. thanks, Rohit.