Date: Wed, 4 Feb 2009 18:31:01 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200902041831.n14IV16V078447@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2009-02-04 18:31:01 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:
- Replace open(2)/close(2) pairs with stat(2). Closing mouse device has
a side effect of changing current operation level and sysmouse(4) lets
you open /dev/sysmouse multiple times unlike other mouse drivers.
- Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0.
- Simplify the patches a little while I am here.
Revision Changes Path
1.9 +1 -1 ports/x11-drivers/xf86-input-mouse/Makefile
1.4 +61 -27 ports/x11-drivers/xf86-input-mouse/files/patch-src-bsd_mouse.c
1.66 +1 -1 ports/x11-servers/xorg-server/Makefile
1.4 +61 -27 ports/x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902041831.n14IV16V078447>
