Le 22.08.2006 20:01:11, Jean-Luc Coulon (f5ibh) a écrit :
Hi,I think there issome 'fi' missing in acinclude.m4 in the latest CVS. See the attached patch for a (proposed) fix fir that. Then I failed to build kernel modules:
...... And attached the (proposed) patch for this error Jean-Luc
diff -ruN linuxwacom.orig/src/2.6.16/wacom_wac.c linuxwacom/src/2.6.16/wacom_wac.c
--- linuxwacom.orig/src/2.6.16/wacom_wac.c 2006-08-22 20:08:05.751701097 +0200
+++ linuxwacom/src/2.6.16/wacom_wac.c 2006-08-22 20:12:26.585963306 +0200
@@ -312,7 +312,7 @@
/* only large I3 support Lens Cursor */
if(!((wacom->tool[idx] == BTN_TOOL_LENS)
&& ((wacom->features->type == INTUOS3)
- || (wacom->features->type == INTUOS3S))) {
+ || (wacom->features->type == INTUOS3S)))) {
wacom_report_abs(wcombo, ABS_MISC, wacom->id[idx]); /* report tool id */
wacom_report_key(wcombo, wacom->tool[idx], 1);
wacom_input_event(wcombo, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
@@ -325,7 +325,7 @@
if ((data[1] & 0xfe) == 0x80) {
if(!((wacom->tool[idx] == BTN_TOOL_LENS)
&& ((wacom->features->type == INTUOS3)
- || (wacom->features->type == INTUOS3S))) {
+ || (wacom->features->type == INTUOS3S)))) {
wacom_report_key(wcombo, wacom->tool[idx], 0);
wacom_report_abs(wcombo, ABS_MISC, 0); /* reset tool id */
wacom_input_event(wcombo, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
pgpILIFfvyNzi.pgp
Description: PGP signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Linuxwacom-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
