From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 10:35:52 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70736106566B; Sat, 14 Mar 2009 10:35:52 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id D214F8FC14; Sat, 14 Mar 2009 10:35:51 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=LBigvjnqffgA:10 a=kRQOYpJDzpgA:10 a=6I5d2MoRAAAA:8 a=vz2YrUAyLhELG0bZqI8A:9 a=V6Fb4zS9wT8fYmgJHwQvvahjSE4A:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.198] (account mc467741@c2i.net HELO [10.0.0.188]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1210590570; Sat, 14 Mar 2009 11:35:50 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 14 Mar 2009 11:38:20 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903141138.21683.hselasky@c2i.net> Cc: Ian Freislich , current@freebsd.org Subject: Re: Apple touchpad no longer works with usb2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Mar 2009 10:35:52 -0000 On Saturday 14 March 2009, Ian Freislich wrote: > Hi > > ugen0.2: at usbus0, > cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen0.2.0: ukbd0: Keyboard> > ugen0.2.1: ums0: > ugen0.2.2: uhid0: > > While it's detected, vertical movement on the pad isn't detected > and horizontal movement tracks the pointer vertically. > Hi, Try this patch: http://perforce.freebsd.org/chv.cgi?CH=159179 --HPS