From owner-cvs-all@FreeBSD.ORG Mon Dec 13 18:57:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5729916A4CE; Mon, 13 Dec 2004 18:57:56 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1508643D1D; Mon, 13 Dec 2004 18:57:56 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.0.35.106] (ob.icann.org[192.0.35.106]) by comcast.net (rwcrmhc12) with ESMTP id <2004121318575501400df88ce>; Mon, 13 Dec 2004 18:57:55 +0000 Message-ID: <41BDE62F.90800@DougBarton.net> Date: Mon, 13 Dec 2004 10:57:51 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200412130220.iBD2KmSE099666@repoman.freebsd.org> In-Reply-To: <200412130220.iBD2KmSE099666@repoman.freebsd.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 18:57:56 -0000 Julian Elischer wrote: > julian 2004-12-13 02:20:48 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ums.c > Log: > Try make code for teh M$ Intellimouse less obtrusive > when not using such a device. > > Revision Changes Path > 1.73 +24 -11 src/sys/dev/usb/ums.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/usb/ums.c.diff?&r1=1.72&r2=1.73&f=h > Apparently the recent changes to mouse stuff have broken my Dell docking station. I get this on boot: Starting ums0 moused:moused: unable to open /dev/ums0: No such file or directory . Starting ums1 moused:usb3: *** WARNING: opening low/full speed device, this does not work yet. moused: unable to open /dev/ums1: Input/output error Plugging the same mouse directly into the machine works fine. Doug -- If you're never wrong, you're not trying hard enough