From: Chris Bagwell <ch...@cnpbagwell.com> Hi all. maybe this will help out some users. I added a back port of latest drivers to 2.6.38 kernel inside input-wacom package since that is first version that supports mt.h header file and related internal multitouch functions.
By latest drivers, I mean the whole wacom tablet and touchscreen drivers from what will be in Linux 3.3 (so including OLED and related stuff). I think it should compile fine on kernels as far back as 2.6.38 but I've only tested while running under 3.1. This is also on a github branch: https://github.com/cbagwell/input-wacom/tree/bamboo3 Chris Bagwell (3): add .gitignore for autofoo generated files Improve clean targets Add 2.6.38 back ports for multitouch drivers .gitignore | 13 + 2.6.30/Makefile.in | 8 +- 2.6.36/Makefile.in | 9 +- 2.6.38/Makefile.in | 36 ++ 2.6.38/wacom.h | 131 ++++ 2.6.38/wacom_sys.c | 1031 ++++++++++++++++++++++++++++++ 2.6.38/wacom_w8001.c | 606 ++++++++++++++++++ 2.6.38/wacom_wac.c | 1686 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2.6.38/wacom_wac.h | 109 ++++ configure.ac | 8 +- 10 files changed, 3627 insertions(+), 10 deletions(-) create mode 100644 .gitignore create mode 100644 2.6.38/Makefile.in create mode 100644 2.6.38/wacom.h create mode 100644 2.6.38/wacom_sys.c create mode 100644 2.6.38/wacom_w8001.c create mode 100644 2.6.38/wacom_wac.c create mode 100644 2.6.38/wacom_wac.h -- 1.7.7.3 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel