From owner-freebsd-usb@FreeBSD.ORG Mon Mar 9 14:19:56 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 885E41065670 for ; Mon, 9 Mar 2009 14:19:56 +0000 (UTC) (envelope-from boris.kotzev@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 073A88FC15 for ; Mon, 9 Mar 2009 14:19:55 +0000 (UTC) (envelope-from boris.kotzev@gmail.com) Received: by bwz8 with SMTP id 8so1131784bwz.43 for ; Mon, 09 Mar 2009 07:19:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:references:in-reply-to:cc:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=g3g2q/zHK8LDLyq0BhWCbPIo5zD8XGlNm/SxXVLJjl4=; b=N1EK51ZbIjly+UfWmQeeTIISsCsCXPNKXPmlZjOvWU7ZMdkEUElkmPmKvJUeL4ZT++ 1tGYF/0QV9Mi2FcI0EEqzdz7Uer2xX/ZJCGnHQ0B5zgT2cOtXbyZRfckZEtL6eyOBgdT vNVH2Ui/QC2VJSLKZl0qL3/Ebw43sR0ltiwlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:references:in-reply-to :cc:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=rn9fs+3vRYUPbe6BlQu3a6VIYn/FcrCAQC2Nw81PSpd7YWJEEW5LXn4Y9+uN2XdcbF 56x989LLvurzN2Xcx7LyUjZDIVNTgx4jhQCEM60r9Hvq4u5wPub8Nnxx+jwFgQnC/9Zf bzDChIyAdppLDZtdj3m2lGHcHUSQDjJ+I5KnA= Received: by 10.103.220.18 with SMTP id x18mr2637928muq.135.1236608394829; Mon, 09 Mar 2009 07:19:54 -0700 (PDT) Received: from host7.net62.hdsl-213-169.fastbg.net (host7.net62.HDSL-213-169.FastBG.NET [213.169.62.7]) by mx.google.com with ESMTPS id u26sm7208643mug.29.2009.03.09.07.19.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Mar 2009 07:19:54 -0700 (PDT) From: Boris Kotzev Organization: Home To: Hans Petter Selasky Date: Mon, 9 Mar 2009 16:19:51 +0200 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; amd64; ; ) References: <200903041946.15105.boris.kotzev@gmail.com> <200903091345.00743.boris.kotzev@gmail.com> <200903091356.47621.hselasky@c2i.net> In-Reply-To: <200903091356.47621.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903091619.51682.boris.kotzev@gmail.com> 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: Mon, 09 Mar 2009 14:19:56 -0000 > Try the following patch: > > http://perforce.freebsd.org/chv.cgi?CH=158916 > > Repeat with ums debugging turned on. I think I see what is wrong now. > > --HPS The touchpad is functioning properly now! dmesg output with "sysctl hw.usb2.ums.debug=5": ums1: on usbus0 ums1: 3 buttons and [XY] coordinates ums_attach:543: sc=0xffffff000e0ad800 ums_attach:545: X 8/8 id=2 ums_attach:547: Y 16/8 id=2 ums_attach:549: Z 0/0 id=0 ums_attach:551: T 0/0 id=0 ums_attach:553: W 0/0 id=0 ums_attach:558: B1 0/1 id=2 ums_attach:558: B2 1/1 id=2 ums_attach:558: B3 2/1 id=2 ums_attach:560: size=64, id=2 uhid1: on usbus0 ums_open:704: ums_open:704: ums_ioctl:741: ums_ioctl:741: ums_ioctl:741: ums_ioctl:741: ums_ioctl:741: Thank you very much for your work! Let me know if you need more information. Best regards, Boris Kotzev