From owner-freebsd-usb@FreeBSD.ORG Fri Mar 6 18:57:55 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 286BE106564A for ; Fri, 6 Mar 2009 18:57:55 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.tele2.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id AE5518FC13 for ; Fri, 6 Mar 2009 18:57:54 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=p0lbXY6ahC0A:10 a=83Y5weSI77cA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=u0N7lbm9kp93EIlkw8gA:9 a=O0yyt2tYaFqvSHEln0pu5og9Nm4A:4 a=LY0hPdMaydYA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1033783418; Fri, 06 Mar 2009 19:57:52 +0100 From: Hans Petter Selasky To: Boris Kotzev Date: Fri, 6 Mar 2009 20:00:22 +0100 User-Agent: KMail/1.9.7 References: <200903041946.15105.boris.kotzev@gmail.com> <200903061721.15975.hselasky@c2i.net> <200903062021.52408.boris.kotzev@gmail.com> In-Reply-To: <200903062021.52408.boris.kotzev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903062000.22447.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: usb touchpad not working properly on CURRENT with usb2 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 18:57:55 -0000 On Friday 06 March 2009, Boris Kotzev wrote: > > Hi Hans, > > Changing the bfsz from 0 to 128 in ums.c did not solve the problem. The > touchpad continues to respond to input in the same weird way. > Hi Boris, Please dump the HID descriptor of your interface 1 of the apple keyboard like this: usbconfig -u 1 -a 3 do_request 0x81 0x06 0x2200 1 0x100 Parameters after u and a must be correct. You can also dump interface #0: usbconfig -u 1 -a 3 do_request 0x81 0x06 0x2200 0 0x100 And the other interfaces if you want. --HPS