From owner-freebsd-hardware@FreeBSD.ORG Sat Jun 26 17:06:11 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E70116A4CE for ; Sat, 26 Jun 2004 17:06:11 +0000 (GMT) Received: from ns.consultmatt.co.uk (ns.consultmatt.co.uk [64.239.5.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id D329243D46 for ; Sat, 26 Jun 2004 17:06:10 +0000 (GMT) (envelope-from matt@consultmatt.co.uk) Received: (qmail 28920 invoked from network); 26 Jun 2004 16:42:55 -0000 Received: from host217-43-63-11.range217-43.btcentralplus.com (HELO ?10.0.0.102?) (217.43.63.11) by tardis.consultmatt.co.uk with SMTP; 26 Jun 2004 16:42:55 -0000 Message-ID: <40DDAD33.8010005@consultmatt.co.uk> Date: Sat, 26 Jun 2004 18:06:59 +0100 From: Matt Wright User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with a MS Wireless USB Mouse X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 17:06:11 -0000 Hi People, I've just loaded fbsd 5.2 up on my pc. I seem to be having to cross many bridges. After having got my wireless card sort of working I discovered that my mouse doesn't work. After a lot of piddling about in the ums code I find that the format that the mouse sends its data in is different of that to a wired MS mouse I have. When ums_intr receives packets of data off my wired mouse it reports 3 hex values such as: 00 01 ff Where the first is related to what button you have pressed, the second is the x-direction and the third is the y-axis. However the wireless mouse gives off something different. I altered ums_intr to report the first four hex values. The data is of the same format above except shifted by one: 00 00 01 ff ^^ ?? It has an extra value here. Now if I understand things properly the values can be in different places because the HID report is supposed to tell you where the data is?? I assume because the mouse works in windows and in Linux that the HID report is ok, in which case does anyone have any ideas on whats wrong?? Regards, Matt