From owner-freebsd-hackers@FreeBSD.ORG Sun Oct 24 07:20:58 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FAFB16A4CE for ; Sun, 24 Oct 2004 07:20:58 +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 5987243D4C for ; Sun, 24 Oct 2004 07:20:58 +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 1CLcgT-000DbE-Gs for hackers@freebsd.org; Sun, 24 Oct 2004 09:20:57 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 24 Oct 2004 09:20:57 +0200 From: Danny Braniss Message-Id: <20041024072058.5987243D4C@mx1.FreeBSD.org> Subject: GyroPoint usb mouse X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 07:20:58 -0000 hi all, 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 -, and sc_iid is set to non zero, causing all mouse events to be ignored. So can someone point me to some 'human readable docs' or specs ... thanks, danny