[Lunar-commits] <moonbase> xinput: version bumped to 1.5.2.
Florin Braescu
florin at lunar-linux.org
Sun Jun 20 17:36:59 CEST 2010
commit fa6185c3be79a20907d31efc8db766038e18d675
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jun 20 18:36:59 2010 +0300
xinput: version bumped to 1.5.2.
A slight behavioural change, if a
device name is ambiguous the XI2 path of xinput will refuse to change
anything - just like the XI1 paths already did anyway.
To handle ambiguous devices that register as pointer and keyboard with the
same name (like many mouse/keyboard combos do), you can now also specify the
device ID with a "pointer:" and "keyboard:" prefix. For example:
xinput --list-props "pointer:<device name>"
---
xorg7/app/xinput/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xorg7/app/xinput/DETAILS b/xorg7/app/xinput/DETAILS
index f22993b..1f4279d 100644
--- a/xorg7/app/xinput/DETAILS
+++ b/xorg7/app/xinput/DETAILS
@@ -1,12 +1,12 @@
MODULE=xinput
- VERSION=1.5.1
+ VERSION=1.5.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$XORG_URL/individual/app
- SOURCE_VFY=sha1:f8f45486de7d44b3d7274dfd24f988035fe05910
+ SOURCE_VFY=sha1:4b352ad59e67dc6e63361a9050d3fbe5a6aec3de
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org
ENTERED=20060120
- UPDATED=20100317
+ UPDATED=20100620
SHORT="configure and test XInput devices"
cat << EOF
More information about the Lunar-commits
mailing list