From owner-freebsd-usb@FreeBSD.ORG Sat Dec 4 04:24:59 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C76FE16A4CE for ; Sat, 4 Dec 2004 04:24:59 +0000 (GMT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC9443D55 for ; Sat, 4 Dec 2004 04:24:59 +0000 (GMT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (andy@localhost [127.0.0.1]) iB44Or0T054080; Fri, 3 Dec 2004 23:24:54 -0500 (EST) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)iB44Or55054077; Fri, 3 Dec 2004 23:24:53 -0500 (EST) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Fri, 3 Dec 2004 23:24:53 -0500 (EST) From: Andre Guibert de Bruet To: Antonin Bonte In-Reply-To: <200411161417.30416.a.bonte@netheos.net> Message-ID: <20041203232219.T5933@alpha.siliconlandmark.com> References: <200411081050.iA8AoS4s008816@freefall.freebsd.org> <200411151456.59506.mistry.7@osu.edu> <200411161417.30416.a.bonte@netheos.net> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1406528735-1102134286=:5933" Content-ID: <20041203232451.C5933@alpha.siliconlandmark.com> X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean cc: freebsd-usb@freebsd.org Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 04:24:59 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1406528735-1102134286=:5933 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1; FORMAT=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: <20041203232451.R5933@alpha.siliconlandmark.com> On Tue, 16 Nov 2004, Antonin Bonte wrote: > Le Lundi 15 Novembre 2004 20:56, Anish Mistry a =E9crit=A0: >> Well it isn't working since it's not being detected as a mouse. You'll >> want to add the device id to the ums driver and see if that fixes it. > > using the "usbdevs -v" command i got the product Id for the mouse : > > #> usbdevs -v > port 1 addr 2: low speed, power 50 mA, config 1, Microsoft USB Wireless > Mouse(0x00b9), Microsoft(0x045e), rev 0.17 > port 2 powered > > then i added : > > product MICROSOFT WIFIINTELLIMOUSE 0x00b9 Wireless IntelliMouse "WIFI" in this case is misleading... "WLESSINTELLIMOUSE" or something like= =20 that would be optimal. > to src/sys/dev/usb/usbdevs ( to regenerate the files usbdevs.h and > usbdevs_data.h ) This is done by running make in that directory, yes. > and i rebuild my new kernel. But the mouse still isn't detected as ums, b= ut > as uhid0. Is there other files i must modify to get that mice recognized > as ums ? This wouldn't happen to be a bluetooth mouse, would it? Regards, Andy | Andre Guibert de Bruet | Enterprise Software Consultant > | Silicon Landmark, LLC. | http://siliconlandmark.com/ > --0-1406528735-1102134286=:5933--