From owner-freebsd-usb@FreeBSD.ORG Wed Nov 3 06:56:55 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 4B74516A4CE for ; Wed, 3 Nov 2004 06:56:55 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93AE43D31 for ; Wed, 3 Nov 2004 06:56:54 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1CPF4c-000DZq-3Q; Wed, 03 Nov 2004 08:56:50 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-Reply-To: Message from des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) of "Tue, 02 Nov 2004 18:28:32 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Wed, 03 Nov 2004 08:56:49 +0200 From: Danny Braniss Message-Id: <20041103065654.E93AE43D31@mx1.FreeBSD.org> cc: usb@freebsd.org Subject: Re: GyroPoint usb mouse (fwd) 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: Wed, 03 Nov 2004 06:56:55 -0000 > Danny Braniss writes: > > After some efford I got this mouse working. now, to fix the driver > > correctly i need some help/pointers: the attach routine gets a bit > > confused, it thinks the mouse has 7 buttons - i can only count 4 - > = > four and a wheel? the wheel counts as three (click, up, down in that > order) > = no, 2 and a wheel, so its 5, but still not 7 (which is probably more, but= it's truncated to max 7). and in any way there seems to be data that is not properly handled. danny