A number of changes have been made to the traditional non-generic Intuos codepath. Most of these changes were already backported as far as 2.6.38, but not the earlier 2.6.36 or 2.6.30 directories. Several of the features provided by these backports make backporting the MobileStudio Pro more straightforward, so we go ahead and complete the backport for the whole set all the way to 2.6.30.
Dan Carpenter (1): backport: HID: wacom: bitwise vs logical ORs Jason Gerecke (15): backport: HID: wacom: Set button bits based on a new numbered_buttons backport: HID: wacom: Move Intuos pad handling code into dedicated function backport: HID: wacom: Slim down wacom_intuos_pad processing backport: HID: wacom: Centralize Intuos pen packet decoding backport: HID: wacom: Replace magic masks and comparisons with switch cases backport: HID: wacom: Further clean up wacom_intuos_general packet decoder backport: HID: wacom: Clean up value reading backport: HID: wacom: Rename wacom ID report ID macros backport: HID: wacom: Limit touchstrip data to 13 bits backport: HID: wacom: Report 'strip2' values in ABS_RY backport: HID: wacom: Fix touchring value reporting backport: HID: wacom: Update vendor-defined usage names to better match standards backport: HID: wacom: Have WACOM_PEN_FIELD and WACOM_FINGER_FIELD recgonize more fields backport: HID: wacom: Refactor button-to-key translation into function backport: HID: wacom: Detect and correct descriptors missing HID_DG_BARRELSWITCH2 2.6.30/wacom_wac.c | 670 ++++++++++++++++++++++++--------------------------- 2.6.30/wacom_wac.h | 5 +- 2.6.36/wacom_wac.c | 689 ++++++++++++++++++++++++----------------------------- 2.6.36/wacom_wac.h | 5 +- 2.6.38/wacom_wac.c | 36 ++- 3.17/wacom_sys.c | 36 ++- 3.17/wacom_wac.c | 38 ++- 3.17/wacom_wac.h | 23 +- 3.7/wacom_wac.c | 36 ++- 9 files changed, 741 insertions(+), 797 deletions(-) -- 2.10.2 ------------------------------------------------------------------------------ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel