From owner-freebsd-current@FreeBSD.ORG Fri Jan 27 10:36:42 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 6F67D16A420 for ; Fri, 27 Jan 2006 10:36:42 +0000 (GMT) (envelope-from frank.altpeter@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D400443D46 for ; Fri, 27 Jan 2006 10:36:41 +0000 (GMT) (envelope-from frank.altpeter@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so504680uge for ; Fri, 27 Jan 2006 02:36:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=B9xmu6h4iwhJX+wZAfI1SgAw+Rsd0SRrabXKZKgr8HIe3AcBRXd7POxB/LyQrLkAPIke7PSmSf57UrRaq/L6PUrGn2VwshSiVo320AZHAIuwZfIe4/jJIRz8DX/WsAbbkY0LqWxmBMmCc/FhCP60JSE+HPHVHXR6xwGSj+F/swI= Received: by 10.49.9.7 with SMTP id m7mr79125nfi; Fri, 27 Jan 2006 02:30:37 -0800 (PST) Received: by 10.48.222.8 with HTTP; Fri, 27 Jan 2006 02:30:36 -0800 (PST) Message-ID: Date: Fri, 27 Jan 2006 11:30:36 +0100 From: Frank Altpeter To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: usb mouse support update plans X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 27 Jan 2006 10:36:42 -0000 Hi there, i found a posting with above subject line on nabble, so i'm catching on it. I also just got a new usb mouse, which does get reported as uhid0 instead of ums0. So this is what i found: Quoting Bill Paul from 2006-01-04 11:45: > 2) The mouse is not reporting itself as a generic desktop/mouse > device, and the ums(4) driver is ignoring it. > [...] > If the issue is thing 2, then you need to do the following: > > - Boot up FreeBSD 6.0. > - Plug the wireless keyboard/mouse into a USB port on a FreeBSD machine > - Wait until you see the ukbd0/uhid0 probe output on the console (i.e. > wait until FreeBSD sees the devices) > - Run "dmesg" and save _ALL_ the output. Report it to us so we can > see it. And I mean _ALL_ of it. > > - Run the following commands, as root: > > # usbdevs -v > # usbhidctl -f /dev/uhid0 -r > - This should show all the information that the mouse reports about > itself. > Save the output (there'll probably be a page or two of information) and > report _ALL_ of it here so that we can see it. And I mean _ALL_ of it. > > If it really is a USB mouse class device and it's just misrepresenting > itself, then it's likely the USB_MATCH() routine in sys/dev/usb/ums.c > can be tweaked a little to recognize the device. But we won't know for > sure until we see the output of the usbhidctl command. So, here it is: http://www.73f.de/temp/dmesg.txt http://www.73f.de/temp/usbdevs-v.txt http://www.73f.de/temp/usbhidctl.txt Perhaps someone has a solution for this mouse :) -- Le deagh dh=F9raghd, Frank Altpeter Two of the most famous products of Berkeley are LSD and Unix. I don't think that this is a coincidence. -- Anonymous