From owner-freebsd-usb@FreeBSD.ORG Mon Mar 5 22:35:48 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A950C16A404 for ; Mon, 5 Mar 2007 22:35:48 +0000 (UTC) (envelope-from cesar.kuroiwa@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 6575913C478 for ; Mon, 5 Mar 2007 22:35:48 +0000 (UTC) (envelope-from cesar.kuroiwa@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1474852ana for ; Mon, 05 Mar 2007 14:35:47 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=SprIkc7Z0fXQAsQ11Db8n9XPpK6ma4xY1lMJRMn/pv9Zh001N2lv9Z8X1CDKuvgloiulfPFVJONwoBiYzy7UkTVyumn5pnkZLrh0ilXRM3VNTGIPxFwitplfOGWNA97Y0ITnXNQJLAOrXVI6yBFsq0I4Q7lwtXHBigK9kiYinHE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=BUDZF+XaUqq5VjFuYBRTS6NRTuimGISIuSbcpr+3pqVXLOhlR2lI97OJJ/eTlneXSLxVHLYfn+Z9jlGEpeIByLwWVqIO8U3BBIWf56iNtFHkamvaD17D3jMXhTdrkTCs2H3V5SobUFSjiWBigq7Hk3/jtd3ANBmX9NZzQf1/tpc= Received: by 10.114.75.1 with SMTP id x1mr393698waa.1173134147067; Mon, 05 Mar 2007 14:35:47 -0800 (PST) Received: by 10.114.61.7 with HTTP; Mon, 5 Mar 2007 14:35:46 -0800 (PST) Message-ID: <65c972b10703051435k712d3a3ci35886b322a601ce8@mail.gmail.com> Date: Mon, 5 Mar 2007 19:35:46 -0300 From: "Cesar Kuroiwa" To: "Mark Hobden" In-Reply-To: MIME-Version: 1.0 References: <65c972b10703041949i19235555m4cfc04803f012d97@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-usb@freebsd.org Subject: Re: For Review/Testing: uhidev(4) USB driver level for devices with multiple report ids 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, 05 Mar 2007 22:35:48 -0000 > > You definitely need the uhidev-6-stable-p1.diff patch and if it is a > Microsoft > set it is very very likely you will need both, if the mouse behaves > weirdly with > both (doing things like trying to scroll up or down whenever you click a > button) > then I need to add your device ID to the second patch - I think you have > to look > for 'product=' in the output from the following command to get the device > ID: > > devinfo -v | grep uhidev > > this will then get added to usbdevs and a quirk for the device gets added > in > usb_quirks.c > Hi, I'm happy to say that I've great progress thanks to those patches. My mouse is finally working! The movement is ok and the clicking is fairly good. The issue now, like you said, is this little scrolling when I click the left button. Also, it seems like holding the button down has no effect at all, since I can't drag any window. Below is the output of my uhidev devinfo: uhidev0 pnpinfo vendor=0x045e product=0x009d devclass=0x00 devsubclass=0x00 release=0x0041 sernum="" intclass=0x03 intsubclass=0x01 at port=0 interface=0 uhidev1 pnpinfo vendor=0x045e product=0x009d devclass=0x00 devsubclass=0x00 release=0x0041 sernum="" intclass=0x03 intsubclass=0x00 at port=0 interface=1 Once again, thanx a lot for the help