FYI: Dmitri sent a pull request for linux 3.1 that includes the patch
for fixing touch on newer Bamboo's.

Since his git repo is on github for now, here are updated commands to
use the newer code with older kernels:

mkdir wacom
cd wacom
wget -O wacom.h
"https://github.com/dtor/input/raw/for-linus/drivers/input/tablet/wacom.h";
wget -O wacom_sys.c
"https://github.com/dtor/input/raw/for-linus/drivers/input/tablet/wacom_sys.c";
wget -O wacom_wac.c
"https://github.com/dtor/input/raw/for-linus/drivers/input/tablet/wacom_wac.c";
wget -O wacom_wac.h
"https://github.com/dtor/input/raw/for-linus/drivers/input/tablet/wacom_wac.h";
echo "wacom-objs += wacom_wac.o wacom_sys.o" > Makefile
echo "obj-m += wacom.o" >> Makefile
make -C /lib/modules/$(uname -r)/build SUBDIRS=$(pwd) modules
sudo cp wacom.ko /lib/modules/$(uname -r)/updates
sudo depmod -a
reboot

Chris

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to