cvs commit: ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c patch-config-hal.c

Jung-uk Kim jkim at FreeBSD.org
Tue Apr 1 11:14:35 PDT 2008


jkim        2008-04-01 18:14:34 UTC

  FreeBSD ports repository

  Modified files:
    x11-servers/xorg-server Makefile 
  Added files:
    x11-servers/xorg-server/files 
                                  patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c 
                                  patch-config-hal.c 
  Log:
  Fix mouse probing issues with HAL support:
  
  - Do not probe /dev/psm0 as SysMouse if HAL support is enabled.
  - Add /dev/ums0 as SysMouse if HAL support is disabled.
  - Do not force sysmouse(4) mode unless device is /dev/sysmouse.  When
  moused(8) is not running, current mode level is untouched.
  - Correcly check if moused is actually running.  Checking pid file is
  not enough because it may be /var/run/moused.<device>.pid when it is
  invoked by devd(8) for USB mice.
  - Do not attach device if it is opened by moused.
  - Correctly add device path for HAL.
  
  This patch is tested with many possible combinations of moused(8), HAL,
  PS/2 mouse, USB mouse, and xorg.conf.
  
  Tested by:      cokane, jkim, marcus,
                  Matthew Seaman (m dot seaman at infracaninophile dot co dot uk)
  
  Revision  Changes    Path
  1.55      +1 -1      ports/x11-servers/xorg-server/Makefile
  1.1       +143 -0    ports/x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c (new)
  1.1       +10 -0     ports/x11-servers/xorg-server/files/patch-config-hal.c (new)


More information about the cvs-all mailing list