I just wanted to report that I have been successful at getting the Wacom
Graphire bluetooth to work on fc6.

I used the drivers and instructions at

http://cs.ozerki.net/zap/wacom-bt/

With two minor changes

1) remove #include linux/config.h from core.c, boot.c, tablet.c, and
sock.c before compiling hidp.o

2) In src/xf86Wacom.c two lines need to be switched.

From:

#if !defined(DGUX)
#include <xf86_ansic.h>
#include <xisb.h>
#endif


To:

#if !defined(DGUX)
#include <xisb.h>
#include <xf86_ansic.h>
#endif

Everything appears to be working great. Thanks to Andrew.




-------------------------------------------------------------------------
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
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to