From owner-freebsd-x11@FreeBSD.ORG Wed Feb 4 18:15:47 2009 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 5BC5B1065676; Wed, 4 Feb 2009 18:15:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Harald Hanche-Olsen Date: Wed, 4 Feb 2009 13:15:36 -0500 User-Agent: KMail/1.6.2 References: <200902041211.32033.jkim@FreeBSD.org> <20090204.183608.926535446430946580.hanche@math.ntnu.no> In-Reply-To: <20090204.183608.926535446430946580.hanche@math.ntnu.no> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200902041315.39923.jkim@FreeBSD.org> Cc: freebsd-x11@FreeBSD.org Subject: Re: [PATCH] sysutils/hal fix for sysmouse(4) and ACPI X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 18:15:48 -0000 On Wednesday 04 February 2009 12:36 pm, Harald Hanche-Olsen wrote: > + Jung-uk Kim : > > - Do not allow openning /dev/sysmouse multiple times. When there > > are multiple instances of moused(8) and Xorg mouse driver > > opens /dev/sysmouse multiple times, Xorg server gets confused > > badly, e.g., losing input events, waiting for already processed > > events, etc. Please review. > > I am not qualified to review, but I can be reckless enough to test > a non-reviewed patch. It seems to solve ports/131124 for me. Great to hear it. Committed. > A million thanks! You can remove the pointy hat now. 8-) Thanks for testing. Jung-uk Kim