From owner-cvs-all@FreeBSD.ORG Tue Feb 3 02:20:32 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 462B4106564A; Tue, 3 Feb 2009 02:20:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 321A38FC19; Tue, 3 Feb 2009 02:20:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n132KWfb025437; Tue, 3 Feb 2009 02:20:32 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n132KWhg025436; Tue, 3 Feb 2009 02:20:32 GMT (envelope-from jkim) Message-Id: <200902030220.n132KWhg025436@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 3 Feb 2009 02:20:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-input-mouse Makefile ports/x11-drivers/xf86-input-mouse/files patch-src-bsd_mouse.c ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 02:20:32 -0000 jkim 2009-02-03 02:20:32 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-input-mouse Makefile x11-drivers/xf86-input-mouse/files patch-src-bsd_mouse.c x11-servers/xorg-server Makefile x11-servers/xorg-server/files patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c Log: - Partially back out the previous attempt to fix PS/2 protocol support. Extended PS/2 protocol without moused(8) is only supported from FreeBSD 7.1 and above. - Try default PS/2 and USB mouse ports if /dev/sysmouse does not exist. Previously, it was only available when HAL support was compiled in. They should be able to handle SysMouse protocol at operation level 1. - Check protocol for ums(4) as it only supports SysMouse protocol. - Sync X server with mouse driver. Reviewed by: rnoland Revision Changes Path 1.8 +1 -1 ports/x11-drivers/xf86-input-mouse/Makefile 1.3 +20 -18 ports/x11-drivers/xf86-input-mouse/files/patch-src-bsd_mouse.c 1.65 +1 -1 ports/x11-servers/xorg-server/Makefile 1.3 +22 -13 ports/x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c