From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 12:19:49 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 38FB0106564A; Sat, 14 Mar 2009 12:19:49 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from inbound01.jnb1.gp-online.net (inbound01.jnb1.gp-online.net [41.161.16.135]) by mx1.freebsd.org (Postfix) with ESMTP id 279A28FC12; Sat, 14 Mar 2009 12:19:46 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from [41.145.96.29] (helo=clue.co.za) by inbound01.jnb1.gp-online.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1LiSq5-0004Nk-KM; Sat, 14 Mar 2009 14:19:41 +0200 Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LiSq3-0001Ge-5b; Sat, 14 Mar 2009 14:19:39 +0200 To: Hans Petter Selasky From: Ian FREISLICH In-Reply-To: <200903141138.21683.hselasky@c2i.net> References: <200903141138.21683.hselasky@c2i.net> X-Attribution: BOFH Date: Sat, 14 Mar 2009 14:19:39 +0200 Message-Id: Cc: freebsd-current@freebsd.org, 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 12:19:49 -0000 Hans Petter Selasky wrote: > 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 That already seems to be in HEAD. Mine already looks like: if ((s->nusage < MAXUSAGE) && (c->usage_minimum <= c->usage_maximum)) { Ian -- Ian Freislich