Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2009 17:55:44 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/hal Makefile pkg-plist ports/sysutils/hal/files hald.in patch-hald_freebsd_addons_addon-mouse.c patch-hald_freebsd_hf-devtree.c patch-hald_freebsd_hf-usb.c patch-hald_freebsd_probing_Makefile.am patch-hald_freebsd_probing_Makefile.in patch-hald_freebsd_probing_probe-mouse.c
Message-ID:  <200901261755.n0QHtiXb058281@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcus      2009-01-26 17:55:44 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/hal         Makefile pkg-plist 
    sysutils/hal/files   hald.in 
                         patch-hald_freebsd_addons_addon-mouse.c 
  Added files:
    sysutils/hal/files   patch-hald_freebsd_hf-devtree.c 
                         patch-hald_freebsd_hf-usb.c 
                         patch-hald_freebsd_probing_Makefile.am 
                         patch-hald_freebsd_probing_Makefile.in 
                         patch-hald_freebsd_probing_probe-mouse.c 
  Log:
  Take another stab at fixing mouse support in X.  This approach eliminates
  the constant polling to find a mouse device owner, and instead uses a
  kevent/polling model.  Testing has shown this to work in all cases.
  
  Tested by:      rnoland
  
  Revision  Changes    Path
  1.45      +1 -1      ports/sysutils/hal/Makefile
  1.7       +2 -2      ports/sysutils/hal/files/hald.in
  1.4       +74 -22    ports/sysutils/hal/files/patch-hald_freebsd_addons_addon-mouse.c
  1.1       +43 -0     ports/sysutils/hal/files/patch-hald_freebsd_hf-devtree.c (new)
  1.1       +11 -0     ports/sysutils/hal/files/patch-hald_freebsd_hf-usb.c (new)
  1.1       +24 -0     ports/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am (new)
  1.1       +97 -0     ports/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in (new)
  1.1       +304 -0    ports/sysutils/hal/files/patch-hald_freebsd_probing_probe-mouse.c (new)
  1.10      +1 -0      ports/sysutils/hal/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901261755.n0QHtiXb058281>