Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2010 20:22:37 +0200
From:      Stefan Bethke <stb@lassitu.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jsa@freebsd.org, freebsd-x11@freebsd.org
Subject:   Re: ports/137731: [patch] x11-drivers/xf86-input-vmmouse
Message-ID:  <BADAEEEA-9C4B-4EDF-9E38-867B31A14244@lassitu.de>
In-Reply-To: <ADD709A5-FBE9-4B62-8B00-AEC28D07344F@lassitu.de>
References:  <200908131650.n7DGoCQ7055572@freefall.freebsd.org> <ADD709A5-FBE9-4B62-8B00-AEC28D07344F@lassitu.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--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@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BADAEEEA-9C4B-4EDF-9E38-867B31A14244>