From owner-freebsd-current@FreeBSD.ORG Mon Jun 21 09:11:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C441216A4CE for ; Mon, 21 Jun 2004 09:11:03 +0000 (GMT) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.145.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC5C43D5C for ; Mon, 21 Jun 2004 09:11:03 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 046664EFCD9; Mon, 21 Jun 2004 17:11:00 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 0067F4EFCD7; Mon, 21 Jun 2004 17:11:00 +0800 (CST) Date: Mon, 21 Jun 2004 17:11:00 +0800 (CST) From: Tai-hwa Liang To: Anish Mistry In-Reply-To: <200406201131.18562.mistry.7@osu.edu> Message-ID: <04062117040316.32842@www.mmlab.cse.yzu.edu.tw> References: <40CDDFFC.6070507@bowtie.nl> <04062016491810.20516@www.mmlab.cse.yzu.edu.tw> <200406201131.18562.mistry.7@osu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Marc van Kempen Subject: Re: USB Mouse not working on Thinkpad R40, works under WinXP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 09:11:03 -0000 On Sun, 20 Jun 2004, Anish Mistry wrote: [...] > > > The mouse is recognized (I see the entry in /var/log/messages) and usbd > > > is running and forking off a moused (moused -p /dev/ums0 -I > > > /var/run/...). X is configured to work with sysmouse (and this works > > > with my other USB mouse), but both on the text console and in X the > > > pointer doesn't move and buttons don't work. > > > > Same here: the usbd detected the mouse, but neither the console > > pointer(moused) nor the XFree86 responded to the mouse movement. > > > I'm working on importing the NetBSD sources (this particular part of the code > has been out of sync for a while, so it's going to take a bit of time) which > I believe may fix this problem. You might want to search the hardware list > for a small patch by Markus Wild (Fix for Logitech DiNovo cordless mouse) > that might fix this problem. Unfortunately, the small patch which checks "!id" doesn't work for me. Furthermore, I've tried the HID patch attached in: http://lists.freebsd.org/pipermail/freebsd-hardware/2004-June/001632.html It turns out the merge was not finished yet: a couple of errors/warnings whilst compiling dev/usb/ums.c(mismatched prototype while invoking hid_is_collection()). Great work! I'm looking forward to testing your patch. :)