From owner-freebsd-current@FreeBSD.ORG Sun Mar 15 06:55:46 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 5DB56106566C for ; Sun, 15 Mar 2009 06:55:46 +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 E97A18FC0A for ; Sun, 15 Mar 2009 06:55:45 +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 1LikG7-0000VK-Dt; Sun, 15 Mar 2009 08:55:43 +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 1LikG4-0002LD-P5; Sun, 15 Mar 2009 08:55:40 +0200 To: Hans Petter Selasky From: Ian FREISLICH In-Reply-To: <200903150026.26912.hselasky@c2i.net> References: <200903150026.26912.hselasky@c2i.net> <200903141506.59058.hselasky@c2i.net> X-Attribution: BOFH Date: Sun, 15 Mar 2009 08:55:40 +0200 Message-Id: Cc: freebsd-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: Sun, 15 Mar 2009 06:55:46 -0000 Hans Petter Selasky wrote: > Can you gzip your /sys/dev/usb ? I'll do this after below, if that doesn't work... > I suspect you have some sources out of sync, because according to my test > parsing of the HID descriptor the coordiates are at the correct place in the > USB packet, but your ums driver is doing it wrong. > > Are you sure you did a clean build? Yes, directly after a cvsup and cvs update. But... since the move to svn, I've had very limited success tracking current - the svn->cvs gateway has been pretty unreliable. > > ums_intr_callback:191: data = 02 00 01 03 00 00 00 00 > > ums_intr_callback:264: x:0 y:-1 z:0 t:0 w:0 buttons:0x00000001 > > My test parsing with latest -current code. > > 0x00010030,8,8,1 > 8,8,1 rid=2 flags=0x00000006 > 0x00010031,16,8,1 > 16,8,1 rid=2 flags=0x00000006 I'll update and build again and see what happens. If that fails, I'll tar up and send you the source I have. Ian -- Ian Freislich