From: Jason G. <kil...@gm...> - 2015-03-17 01:07:56
|
The 0.27.0 release of our "input-wacom" kernel driver backports package is now available for download. This release rolls in numerous updates which are already available upstream, as well as a few that should be appearing in the soon-to-be released Linux 4.0 and 4.1. Of particular note is support for the Cintiq 27QHD (and 27QHD touch), DTU-1031X, and Bamboo Pad tablets. Also, there is preliminary support for sensors which connect over the I2C bus (e.g. in recent tablet PCs). This release also slightly changes the build process. Whereas before it was possible to configure and build the driver with a single command, you must now run `./configure` and `make` as seperate steps. Along with this, it is now possible to run `make install` to have the driver automatically installed to your kernel modules directory (no more manual copying!) Users of very recent tablets, as well as those interested in getting the latest upstream bugfixes without running an upstream kernel can download and install this package from either of the links below. Benjamin Tissoires (5): HID: wacom: re-add accidentally dropped Lenovo PID HID: wacom: use WACOM_*_FIELD macros in wacom_usage_mapping() HID: wacom: add support of the Pen of the Bamboo Pad HID: wacom: store the hid_device pointers of the sibling devices HID: wacom: add full support of the Wacom Bamboo PAD Jason Gerecke (18): HID: wacom: Report ABS_TILT_{X,Y} as signed values HID: wacom: Add angular resolution data to some ABS axes HID: wacom: Consult the application usage when determining field type Backport: make hid_report_len as a static inline function in hid.h Backport: Add support for DTU-1031X HID: wacom: Initialize MT slots for generic devices at post_parse_hid HID: wacom: Report input events for each finger on generic devices configure: Remove vestigal AC_SUBST configure: Add missing kernel source search path configure: Replace multiple kernel search paths with just one configure: Stop with an error if the kernel sources can't be found configure: Remove no-longer-necessary state checks automake: Add install and modules_install targets configure: Do not run 'make' by default Report ABS_MISC event for Cintiq Companion Hybrid Adjust LINUX_VERSION_CODE checks for 3.17 tree Fix release script input-wacom 0.27.0 Mathieu Magnaudet (1): HID: make hid_report_len as a static inline function in hid.h Mika Westerberg (1): HID: wacom: Add support for I2C connected devices Ping Cheng (12): HID: wacom: PAD is independent with pen/touch HID: wacom: Add support for DTU-1031X Make sure touch arbitration is applied consistently across devices Backport: Make sure touch arbitration is applied consistently across devices Consolidate input capability settings for pen and touch HID: wacom: process invalid Cintiq and Intuos data in wacom_intuos_inout() Backport: process invalid Cintiq and Intuos data in wacom_intuos_inout() HID: wacom: peport In Range event according to the spec Backport: report In Range event according to the spec HID: wacom: Add support for Cintiq 27QHD and 27QHD touch Backport: Add support for Cintiq 27QHD and 27QHD touch Sync pid format in 3.7/wacom_wac.c with upstream git tag: input-wacom-0.27.0 http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/input-wacom/input-wacom-0.27.0.tar.bz2/download MD5: de356ea92bb5ff016f8ccc0476c08c16 input-wacom-0.27.0.tar.bz2 SHA1: d31b63e30ea0c369c760dff1718df9b0ee02034d input-wacom-0.27.0.tar.bz2 http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/input-wacom/input-wacom-0.27.0.tar.gz/download MD5: 4e563db82c5eb1648ee1b9f9d99f0716 input-wacom-0.27.0.tar.gz SHA1: 51f21fd5c01631d9b8d693fda792d2e1c57c4ccd input-wacom-0.27.0.tar.gz |