From owner-freebsd-current@FreeBSD.ORG Mon Jul 7 17:05:08 2003 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 1FA7B37B401 for ; Mon, 7 Jul 2003 17:05:08 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB89B43FBD for ; Mon, 7 Jul 2003 17:05:07 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 9CFEC72FE3; Mon, 7 Jul 2003 17:05:07 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 9BFA672FDC; Mon, 7 Jul 2003 17:05:07 -0700 (PDT) Date: Mon, 7 Jul 2003 17:05:07 -0700 (PDT) From: Doug White To: Bruce Cran In-Reply-To: <20030706113030.GA56425@buffy.brucec.backnet> Message-ID: <20030707170215.T16756@carver.gumbysoft.com> References: <20030705120608.GA52927@buffy.brucec.backnet> <20030706113030.GA56425@buffy.brucec.backnet> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: usb mouse on ehci controller doesn't work 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: Tue, 08 Jul 2003 00:05:08 -0000 On Sun, 6 Jul 2003, Bruce Cran wrote: > I swapped the Logitech wireless mouse for a Microsoft Intellimouse optical, > and this time had slightly more success. If I run moused and tell XFree86 > to use both /dev/psm0 and /dev/sysmouse, it still dies with the fcntl error. > However, if I'm only using /dev/sysmouse, it works perfectly. The kernel has > uhci but not ehci compiled in, so it must indeed be using the low-speed > driver, not ehci. If I don't run moused but just tell X11 to use /dev/ums0, > it still fails with the fcntl error. Hm, well it appears that psm and ums have lost their O_ASYNC handlers. I'm using moused and it works fine, but I think I know who to pummel. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org