rpms/wdaemon/devel wdaemon-add_abs_z.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 wdaemon.spec, 1.3, 1.4 wdaemon-0.13-add_missing_entries_to_udev_rules.patch, 1.1, NONE

Aristeu Sergio Rozanski Filho (arozansk) fedora-extras-commits at redhat.com
Wed Mar 12 17:27:02 UTC 2008


Author: arozansk

Update of /cvs/pkgs/rpms/wdaemon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv499

Modified Files:
	.cvsignore sources wdaemon.spec 
Added Files:
	wdaemon-add_abs_z.patch 
Removed Files:
	wdaemon-0.13-add_missing_entries_to_udev_rules.patch 
Log Message:
* updating to version 0.14 to support more tablets



wdaemon-add_abs_z.patch:

--- NEW FILE wdaemon-add_abs_z.patch ---
--- a/wacom.c	(revision 102)
+++ b/wacom.c	(revision 103)
@@ -201,6 +201,7 @@
 		set_event(info, UI_SET_KEYBIT, BTN_1);
 		set_event(info, UI_SET_KEYBIT, BTN_2);
 		set_event(info, UI_SET_KEYBIT, BTN_3);
+		set_event(info, UI_SET_ABSBIT, ABS_Z);
 		/* fall thru */
 	case INTUOS:
 		set_event(info, UI_SET_EVBIT, EV_MSC);
@@ -318,6 +319,7 @@
 	case GRAPHIRE:
 		break;
 
+	case BEE:
 	case INTUOS3:
 	case INTUOS3L:
 	case CINTIQ: 
@@ -325,6 +327,8 @@
 		/* fall through */
 	case INTUOS3S:
 		dev->absmax[ABS_RX] = 4096;
+		dev->absmax[ABS_Z] = 899;
+		dev->absmin[ABS_Z] = -900;
 		/* fall through */
 	case INTUOS:
 		dev->absmax[ABS_WHEEL] = 1023;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Feb 2008 20:54:38 -0000	1.4
+++ .cvsignore	12 Mar 2008 17:26:26 -0000	1.5
@@ -1 +1 @@
-wdaemon-0.13.tar.bz2
+wdaemon-0.14.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 Feb 2008 20:54:38 -0000	1.4
+++ sources	12 Mar 2008 17:26:27 -0000	1.5
@@ -1 +1 @@
-4061282edd35cc80291323c4225e4e93  wdaemon-0.13.tar.bz2
+121b74766daa0c58e05090758e796c35  wdaemon-0.14.tar.bz2


Index: wdaemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wdaemon/devel/wdaemon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wdaemon.spec	6 Feb 2008 20:54:38 -0000	1.3
+++ wdaemon.spec	12 Mar 2008 17:26:27 -0000	1.4
@@ -1,5 +1,5 @@
 Name:		wdaemon
-Version:	0.13
+Version:	0.14
 Release:	1%{?dist}
 Summary:	Hotplug helper for Wacom X.org driver
 
@@ -7,7 +7,7 @@
 License:	GPL
 URL:		http://jake.ruivo.org/~aris/wdaemon/
 Source0:	http://jake.ruivo.org/~aris/wdaemon/wdaemon-%{version}.tar.bz2
-Patch:		wdaemon-0.13-add_missing_entries_to_udev_rules.patch
+Patch:		wdaemon-add_abs_z.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 BuildRequires:	glibc-devel
@@ -65,6 +65,10 @@
 %{_sysconfdir}/udev/scripts/is_uinput.sh
 
 %changelog
+* Wed Mar 12 2008 Aristeu Rozanski <arozansk at redhat.com> 0.14-1
+- Updated to version 0.14
+- Added fix for Z axis on newer tablets
+
 * Wed Feb 06 2008 Aristeu Rozanski <arozansk at redhat.com> 0.13-1
 - Updated to version 0.13
 - Added missing entries in udev rules (Bamboo and Intuos3 4x6")


--- wdaemon-0.13-add_missing_entries_to_udev_rules.patch DELETED ---




More information about the fedora-extras-commits mailing list