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

Jung-uk Kim jkim at FreeBSD.org
Mon Feb 2 18:20:32 PST 2009


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


More information about the cvs-ports mailing list