From owner-freebsd-stable@FreeBSD.ORG Sun Mar 20 19:29:21 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 309A516A4CE for ; Sun, 20 Mar 2005 19:29:21 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 51FD543D3F for ; Sun, 20 Mar 2005 19:29:20 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 20 Mar 2005 19:29:19 +0000 (GMT) To: Anish Mistry In-Reply-To: Your message of "Sun, 20 Mar 2005 13:39:59 EST." <200503201340.07373.mistry.7@osu.edu> Date: Sun, 20 Mar 2005 19:29:18 +0000 From: Ian Dowse Message-ID: <200503201929.aa81393@salmon.maths.tcd.ie> cc: Marius =?iso-8859-1?q?N=FCnnerich?= cc: freebsd-stable@freebsd.org Subject: Re: USB Mouse not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2005 19:29:21 -0000 In message <200503201340.07373.mistry.7@osu.edu>, Anish Mistry writes: >sc->flags |= UMS_T; /* <--- Add this to force MS Intellimouse Mode */ >If that make is work we'll have to figure out a way to auto detect >this since it uses the same byte order, but doesn't have the tilt >wheel to facilitate detection. BTW, before adding more workarounds here it would be worth reading: http://www.usb.org/developers/devclass_docs/HID1_11.pdf I don't know if this is true, but I suspect the main problem is that we are simply ignoring the information in the report descriptor that says how to interpret the data coming from the mouse. Can somebody check if this is the case, or if these mice really need special case workarounds? Ian