From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 12:39:37 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 9ECE21065673 for ; Sat, 14 Mar 2009 12:39:37 +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 367728FC1C for ; Sat, 14 Mar 2009 12:39:36 +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=qK7IxMYH4wjkKXwUHMkA:9 a=arrnPHyKJEZIuK0dCOdbmsUT0HoA: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 1210630893; Sat, 14 Mar 2009 13:39:35 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 14 Mar 2009 13:42:05 +0100 User-Agent: KMail/1.9.7 References: <200903141138.21683.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903141342.06319.hselasky@c2i.net> Cc: Ian FREISLICH 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:39:37 -0000 On Saturday 14 March 2009, Ian FREISLICH wrote: > 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: > > Internal 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)) > { Hi, If you compiled a kernel with this patch, then you have to dump me the HID descriptor so that I can analyze it. usbconfig -u 0 -a 2 do_request 0x81 0x06 0x2200 0 0x100 usbconfig -u 0 -a 2 do_request 0x81 0x06 0x2200 1 0x100 usbconfig -u 0 -a 2 do_request 0x81 0x06 0x2200 2 0x100 --HPS