ports/137731: [patch] x11-drivers/xf86-input-vmmouse

Stefan Bethke stb at lassitu.de
Sun Aug 15 18:30:05 UTC 2010


The following reply was made to PR ports/137731; it has been noted by GNATS.

From: Stefan Bethke <stb at lassitu.de>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc: freebsd-x11 at freebsd.org,
 jsa at freebsd.org
Subject: Re: ports/137731: [patch] x11-drivers/xf86-input-vmmouse
Date: Sun, 15 Aug 2010 20:22:37 +0200

 --Apple-Mail-3-794163678
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
 	charset=us-ascii
 
 While the update to newer HAL versions fixes the --direct issue, the =
 matching for the mouse port is still wrong on FreeBSD, and should read
 
 <match key=3D"freebsd.driver" string=3D"psm">
 
 instead of <match key=3D"input.originating_device" =
 contains=3D"i8042_AUX_port">
 
 The attached patch fixes the issue.
 
 Also, the driver has been updated to 12.6.10; updating the Makefile is =
 sufficient to update the port to the latest version.
 
 
 Stefan
 
 --=20
 Stefan Bethke <stb at lassitu.de>   Fon +49 151 14070811
 
 
 --Apple-Mail-3-794163678
 Content-Disposition: attachment;
 	filename=fdi_11-x11-vmmouse.fdi.patch
 Content-Type: application/octet-stream;
 	name="fdi_11-x11-vmmouse.fdi.patch"
 Content-Transfer-Encoding: 7bit
 
 --- fdi/11-x11-vmmouse.fdi.orig	2010-08-10 16:29:40.000000000 +0200
 +++ fdi/11-x11-vmmouse.fdi	2010-08-15 19:13:32.692772641 +0200
 @@ -2,7 +2,7 @@
  <deviceinfo version="0.2">
    <device>
      <match key="info.capabilities" contains="input.mouse">
 -      <match key="input.originating_device" contains="i8042_AUX_port">
 +      <match key="freebsd.driver" contains="psm">
          <append key="info.callouts.add" type="strlist">hal-probe-vmmouse</append>
        </match>
      </match>
 
 --Apple-Mail-3-794163678
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 
 
 --Apple-Mail-3-794163678--


More information about the freebsd-x11 mailing list