Date: Sun, 15 Aug 2010 18:30:04 GMT From: Stefan Bethke <stb@lassitu.de> To: freebsd-x11@FreeBSD.org Subject: Re: ports/137731: [patch] x11-drivers/xf86-input-vmmouse Message-ID: <201008151830.o7FIU4Ob045640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/137731; it has been noted by GNATS. From: Stefan Bethke <stb@lassitu.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-x11@freebsd.org, jsa@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@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?201008151830.o7FIU4Ob045640>