Skip to content

Releases: linuxwacom/input-wacom

v1.3.0

31 Jul 16:28
v1.3.0
Compare
Choose a tag to compare

This release of input-wacom removes 3.17 and 4.5 support and moves it up to 4.18. For the 3.17 and 4.5 kernels refer to the 1.2.0 release which still supports them.

Commits

Erick Archer (1):

  • Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)

Jason Gerecke (6):

  • github: Temporarily set -Wno-error=unused-result to bypass upstream warning
  • Input: wacom_w8001 - simplify device name generation
  • github: Fix incorrect 'version' file generation
  • Input: wacom_w8001 - correct device name generation
  • Revert "github: Temporarily set -Wno-error=unused-result to bypass upstream warning"
  • github: Clean up and update tagged-release workflow

Joshua Dickens (1):

  • input-wacom 1.3.0

Ping Cheng (15):

  • release.sh: update to take a --token value (#340)
  • release.sh: default to '.' if no module was given
  • release.sh: drop --force and --moduleset
  • release.sh: Drop the ancient x"foo" != x comparisons
  • Merge pull request #417 from Pinglinux/sync_release_script_with_xf86
  • Merge pull request #419 from jigpu/w8001-imports
  • Merge pull request #425 from Joshua-Dickens/backports
  • Merge pull request #427 from jigpu/w8001-import
  • Merge pull request #426 from jigpu/release-fix
  • A file path change is not an error
  • Remove 3.17 and move 4.5->4.18 directory
  • Clean up source code for 4.18+
  • Update workflow kernel versions
  • Merge pull request #430 from Pinglinux/remove_older_then_4.18
  • Merge pull request #435 from Gavin-Hsia/6.11

Tatsunosuke Tobita (2):

  • HID: wacom: Modify pen IDs
  • HID: wacom: more appropriate tool type categorization

Wolfram Sang (1):

  • Input: move from strlcpy with unused retval to strscpy

Release

git tag: v1.3.0
https://github.com/linuxwacom/input-wacom/releases/download/v1.3.0/input-wacom-1.3.0.tar.bz2
md5: 8b8453c359d11d65b967a575c9256f9f
sha1: 2c5da8eddad0a5a2b9e5cae484e5b6290adbf605
sha256: 00f39b06a3c29c2b8ae8592ef50791b6df31e91bf58b6e04e8dd0dadf78949c2
PGP: https://github.com/linuxwacom/input-wacom/releases/download/v1.3.0/input-wacom-1.3.0.tar.bz2.sig

v1.2.0

29 Feb 23:25
Compare
Choose a tag to compare

Commits

This release of input-wacom includes a few bug fixes which may cause issues in user experience, such as the input registration order, the serial ID update, and the clean-up of confidence bit logic.

Jason Gerecke (5):

  • Minimize permissions granted to automated workflows / jobs #400
  • wacom: Do not register input devices until after hid_hw_start
  • 3329c40: Merge branch 'for-6.9' into 'master'
  • HID: wacom: Do not register input devices until after hid_hw_start
  • Update to use 'checkout@v4' action to avoid Node.js warnings #411

Tatsunosuke Tobita (9):

  • wacom: generic: Avoid reporting a serial of '0' to userspace
  • wacom: Clean up use of struct->wacom_wac
  • HID: wacom: generic: Avoid reporting a serial of '0' to userspace
  • HID: wacom: Clean up use of struct->wacom_wac
  • wacom: Remove AES power_supply after extended inactivity #405
  • wacom: Correct behavior when processing some confidence == false touches #406
  • HID: wacom: Correct behavior when processing some confidence == false touches #408
  • 7ada989: git-version-gen: modify "TAG_PREFIX" content #413
  • 9cf3859: input-wacom 1.2.0

Jiri Slaby (2):

  • wacom: remove unused hid_data::pressure
  • HID: wacom: remove unused hid_data::pressure

git tag: v1.2.0
https://github.com/linuxwacom/input-wacom/releases/download/v1.2.0/input-wacom-1.2.0.tar.bz2
md5: 66d909c5e3de6b1a038da2a73f1461da
sha1: 48354a64c3c5800f83eb45401c48b1637e34b061
sha256: 7ef9ff7e14bb27e192d0aa6be98fd6381ffd2aa33a76c003db389bc64472d836
PGP: https://github.com/linuxwacom/input-wacom/releases/download/v1.2.0/input-wacom-1.2.0.tar.bz2.sig

v1.1.0

31 Aug 21:10
v1.1.0
Compare
Choose a tag to compare

This release of input-wacom has the major change of dropping support for the 3.7 branch. Anyone who still needs this support should use the last release of 1.0.0 where 3.7 is still present. Other than dropping support for 3.7 this release contains various fixes, tweaks, and additions such as a fix for the EKR battery not being removed when connection to the EKR is lost and various others detailed in commits below.

Commits

Jason Gerecke (14):

  • acd58c1: configure.ac: Use MODULE_LICENSE when compiling test code (Jason Gerecke) #368
  • 81387a5: 4.5: Replace version number check with WACOM_DEVM_OR_RESET check (Jason Gerecke) #368
  • b917053: 4.5: Check what API is available for determining bus type at configure time (Jason Gerecke) #368
  • 3f155c8: 4.5: Add include of config.h to wacom_i2c.c (Jason Gerecke) #368
  • a47088f: 4.5: Change signature of wacom_i2c_probe depending on available API (Jason Gerecke) #368
  • Install libelf-dev kernel compile dependency and fixup PIE #368 (Jason Gerecke)
  • Test-compile against the 6.3 kernel #368 (Jason Gerecke)
  • ab1275e: Makefile.in: Allow extra make flags to be passed to the kernel (Jason Gerecke) #368
  • Do not fail with error when modpost can't find symbols #368 (Jason Gerecke)
  • d95d4d8: 4.5: Check for input_set_timestamp at configure time (Jason Gerecke)
  • wacom: Use ktime_t rather than int when dealing with timestamps (Jason Gerecke)
  • f4e976f: Merge branch 'for-6.5' into 'master' (Jason Gerecke)
  • Run 'apt-get update' before 'apt-get install' #390 (Jason Gerecke)
  • Run 'apt-get update' before 'apt-get install' #388 (Jason Gerecke)

Ping Cheng (4):

  • 72cd1e6: Add Wacom modules to the same file and uninstall them all together (Ping Cheng) #377
  • 9da885b: Makefile.in: verify the custom kernel module path before setup (Ping Cheng) #377
  • 487f619: Remove 3.7 branch (Ping Cheng) #387
  • 6e5b80f: Remove 3.7 branch (Ping Cheng) #388

Tatsunosuke Tobita (1):

Aaron Armstrong Skomra (3):

Joshua Dickens (5):

  • 1575eb7: Update automated release workflow (Joshua) #372
  • 874a443: Updating main.yml with some extra versions to check (Joshua Dickens) #388
  • 950f0f1: Update checkpatch to run only when kernel files are touched (Joshua) #389
  • e905eb1: Merge branch 'master' into for-6.6 (Joshua Dickens) #391
  • d212d14: input-wacom 1.1.0 (Joshua Dickens)

git tag: v1.1.0

https://github.com/linuxwacom/input-wacom/releases/download/v1.1.0/input-wacom-1.1.0.tar.bz2
md5: 553e1367513f9925cf8fe2f125d6b032
sha1: e2745f79a4e8b01a4ad3b7017931a4305f40c988
sha256: e47752d8853e468fdbaaa758d9305565b9354b7377c32d53f52317489a6ab3f1
PGP: https://github.com/linuxwacom/input-wacom/releases/download/v1.1.0/input-wacom-1.1.0.tar.bz2.sig

v1.0.0

31 May 17:19
v1.0.0
Compare
Choose a tag to compare

This release of input-wacom includes various fixes, tweaks, and other low impact changes. Included is also an automated release workflow for github actions that will simplify the release process along with some changes to how we format our release names and version tags.

  • Jason Gerecke (12):

    • HID: wacom: Fix logic used for 3rd barrel switch emulation
    • backport: HID: wacom: Fix logic used for 3rd barrel switch emulation
    • backport: HID: wacom: Simplify comments
    • HID: wacom: Ensure bootloader PID is usable in hidraw mode
    • backport: HID: wacom: Ensure bootloader PID is usable in hidraw mode
    • HID: wacom: Lazy-init batteries
    • HID: wacom: generic: Set battery quirk only when we see battery data
    • Sync trivial changes from upstream into trees
    • backport: HID: wacom: Lazy-init batteries
    • backport: HID: wacom: generic: Set battery quirk only when we see battery data
    • 3.17: Change conditional compilation of devm_add_action_or_reset
    • HID: wacom: Check for string overflow from strscpy calls
  • Ping Cheng (3):

    • HID: wacom: insert timestamp to packed Bluetooth (BT) events
    • HID: wacom: Set a default resolution for older tablets
    • backport: HID: wacom: Set a default resolution for older tablets
  • Joshua Dickens (4):

    • Create new workflow to automate releases by tag
    • backport: HID: wacom: avoid integer overflow in wacom_intuos_inout()
    • backport: HID: wacom: Add error check to wacom_parse_and_register()
    • input-wacom 1.0.0
  • Denis Arefev (1):

    • HID: wacom: Add error check to wacom_parse_and_register()
  • Nikita Zhandarovich (1):

    • HID: wacom: avoid integer overflow in wacom_intuos_inout()
  • Wolfram Sang (1):

    • HID: move from strlcpy with unused retval to strscpy
  • Christophe Jaillet (1):

    • HID: wacom: Simplify comments

git tag: v1.0.0

https://github.com/linuxwacom/input-wacom/releases/download/v1.0.0/input-wacom-1.0.0.tar.bz2
md5: 7c07633b5fafbb0c97d1d00ffd4dd975
sha1: f4cda23b42eb436a67e5869b78aba6fac0368416
sha256: 625a73c1455cc61fc2becbad21ec32ee106f0b012755507f9058189b6d125541
PGP: https://github.com/linuxwacom/input-wacom/releases/download/v1.0.0/input-wacom-1.0.0.tar.bz2.sig

input-wacom-0.49.0

11 Oct 20:43
input-wacom-0.49.0
Compare
Choose a tag to compare

This release of input-wacom brings support to the new Cintiq Pro 27, a Cintiq Pro 16 refresh, a Intuos Pro Small ,and a One Pen Display 13. For RHEL 7.4+ users input-wacom will now build and install both 3.7 and 3.17 versions of the drivers. Also included are numerous tweaks and fixes to improve stability of operation for users of AES devices. The remaining changes are fairly low impact.

  • Jason Gerecke (21):

    • 3.7: Remove unused ac power_supply variables
    • 3.7: Support POWER_SUPPLY_PROP_MODEL_NAME
    • 3.7: Replace power_supply variable refs with WACOM_POWERSUPPLY_* macros
    • 3.7: Port legacy __wacom_initialize_battery from 3.17
    • 3.7: Backport WACOM_POWERSUPPLY_41 support from 3.17 for RHEL 7
    • Build and install both 3.7 and 3.17 trees on RHEL 7.4+
    • 3.7: Add support for the Cintiq Pro 16 refresh
    • backport: HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
    • HID: wacom: Reset expected and received contact counts at the same time
    • HID: wacom: Ignore the confidence flag when a touch is removed
    • HID: wacom: Avoid using stale array indicies to read contact count
    • backport: HID: wacom: Reset expected and received contact counts at the same time
    • backport: HID: wacom: Ignore the confidence flag when a touch is removed
    • backport: HID: wacom: Avoid using stale array indicies to read contact count
    • HID: wacom: Shrink critical section in wacom_add_shared_data\
    • backport: HID: wacom: Shrink critical section in wacom_add_shared_data
    • backport: HID: wacom: Make use of the helper function devm_add_action_or_reset()\
    • github: Work around kernel build error
    • HID: wacom: Force pen out of prox if no events have been received in a while
    • backport: HID: wacom: Force pen out of prox if no events have been received in a while
    • github: Add '-Wno-error=pointer-sign' to 4.5+ builds for I2C driver
  • Joshua Dickens (7):

    • configure: Fix improper version number
    • backport: HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
    • HID: wacom: Adding Support for new usages
    • Hid: wacom: Fix kernel test robot warning
    • backport: HID: wacom: Adding Support for new usages
    • backport: Hid: wacom: Fix kernel test robot warning
    • input-wacom 0.49.0
  • Ping Cheng (8):

    • Add support for a new "Wacom One Pen Display 13"
    • HID: wacom: Only report rotation for art pen
    • HID: wacom: Don't register pad_input for touch switch
    • backport: HID: wacom: Only report rotation for art pen
    • backport: HID: wacom: Don't register pad_input for touch switch
    • backport: HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
    • HID: wacom: add three styli to wacom_intuos_get_tool_type
    • backport: HID: wacom: add three styli to wacom_intuos_get_tool_type
  • Tatsunosuke Tobita (6):

    • Modify Makefile.in to compile wacom_i2c
    • wacom_i2c: Wacom comoponent device with I2C interface support
    • Undo Makefile.in
    • Modify Makefile.in in order to support for wacom_i2c.c
    • remove wacom_i2c which is not applicable for 4.5.
    • wacom_i2c: Wacom comoponent device with I2C interface support
  • Aaron Skomra (1):

    • Add the new PIDs to wacom_wac.c to support the new model in the Intuos Pro series
  • Greg Kroah-Hartman (2):

    • HID: wacom: fix problems when device is not a valid USB device
    • backport: HID: wacom: fix problems when device is not a valid USB device
  • Cai Huoqing (2):

    • HID: wacom: Make use of the helper function devm_add_action_or_reset()
    • backport: HID: wacom: Make use of the helper function devm_add_action_or_reset()
  • Bastien Nocera (2):

    • HID: wacom: Correct power_supply type
    • backport: HID: wacom: Correct power_supply type

git tag: input-wacom-0.49.0

https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.49.0/input-wacom-0.49.0.tar.bz2
MD5: c5ebc6f9d8f33da6e4544a62202fc301 input-wacom-0.49.0.tar.bz2
SHA1: 36a03b0e3cbf0e80501ed4d33f74c6df520918f2 input-wacom-0.49.0.tar.bz2
SHA256: 3cb754db50482392368d1965c5d0b2c63f0014aebf0c00c6ad7fdfcaecfa7526 input-wacom-0.49.0.tar.bz2
PGP: https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.49.0/input-wacom-0.49.0.tar.bz2.sig

input-wacom-0.48.0

27 Sep 20:46
Compare
Choose a tag to compare

This release of input-wacom removes the 2.6.32 and 2.6.38 branches due to no major Linux distros using such old kernels. It is recommended that those affected by their removal use the previous release. This release also adds support for a minor hardware revision to the Intuos BT (CTL4100WL/CTL-6100WL) tablets.

Important fixes includes a fix for a bug that may cause the driver to crash when connecting a tablet on 3.7-3.16 kernels, and a fix for a bug which may prevent RHEL and Fedora from loading the driver on boot. The remaining changes are fairly low impact.

  • Jason Gerecke (22):

    • HID: wacom: Ignore attempts to overwrite the touch_max value from HID
    • backport: HID: wacom: Ignore attempts to overwrite the touch_max value from HID
    • Fix incorrect references to 'wacom' in Makefile for RHEL 7.4+ systems
    • Add wacom_w8001 to the list of depmod overrides
    • Fix dracut command-line arguments to avoid boot issues
    • Correct syntax error preventing RHEL/Fedora initrd from being updated
    • Run dracut on uninstall to restore stock driver to initramfs on RHEL/Fedora
    • Configure dracut to install the input-wacom modules in the initramfs
    • HID: wacom: Correct base usage for capacitive ExpressKey status bits
    • backport: HID: wacom: Correct base usage for capacitive ExpressKey status bits
    • github: Add 5.10 kernel to list of versions we test-compile against
    • HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT
    • HID: wacom: Skip processing of touches with negative slot values
    • backport: HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT
    • backport: HID: wacom: Skip processing of touches with negative slot values
    • HID: wacom: Short-circuit processing of touch when it is disabled
    • HID: wacom: Avoid sending empty sync events
    • HID: wacom: Refactor touch input mute checks into a common function
    • backport: HID: wacom: Short-circuit processing of touch when it is disabled
    • backport: HID: wacom: Avoid sending empty sync events
    • backport: HID: wacom: Refactor touch input mute checks into a common function
    • 3.7: Prevent segfault when connecting recent tablets
  • Jiapeng Chong (1):

    • HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emit
  • Jiapeng Zhong (2):

    • HID: wacom: Assign boolean values to a bool variable
    • backport: HID: wacom: Assign boolean values to a bool variable
  • Joshua-Dickens (3):

    • HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
    • backport: HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
    • input-wacom 0.48.0
  • Lee Jones (1):

    • HID: wacom_sys: Demote kernel-doc abuse
  • Ping Cheng (7):

    • Remove 2.6.32 and 2.6.38 branches
    • HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices
    • backport: HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices
    • HID: wacom: Setup pen input capabilities to the targeted tools
    • backport: HID: wacom: Setup pen input capabilities to the targeted tools
    • HID: wacom: set initial hardware touch switch state to 'off'
    • backport: HID: wacom: set initial hardware touch switch state to 'off'

git tag: input-wacom-0.48.0

https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.48.0/input-wacom-0.48.0.tar.bz2
MD5: 9653e464b25339cfedcc681af3b50a05 input-wacom-0.48.0.tar.bz2
SHA1: 97bc13086bbb88fa4e42726049faccd3b21fd10f input-wacom-0.48.0.tar.bz2
SHA256: 7c085ff20f4751c4366d2aa6b38635157782c7c2b808a40de330f230b25797c8 input-wacom-0.48.0.tar.bz2
PGP: https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.48.0/input-wacom-0.48.0.tar.bz2.sig

input-wacom-0.47.0

01 Feb 22:10
input-wacom-0.47.0
Compare
Choose a tag to compare

This release of input-wacom syncs code codebase back up with the upstream driver, which has seen several minor fixes in the past 9 months. The most relevant change is the addition of support for the Cintiq 16 and DTK-1660E for 3.7 and earlier kernels. The remaining changes are fairly low impact.

  • Aaron Armstrong Skomra (1):
    • backport: HID: wacom: Bamboo One Medium does not have touch
  • Gustavo A. R. Silva (2):
    • treewide: Use fallthrough pseudo-keyword
    • backport: treewide: Use fallthrough pseudo-keyword
  • Jason Gerecke (12):
    • Add additional entries to gitignore
    • Add 'fallthrough' pseudo keyword
    • HID: wacom: Avoid entering wacom_wac_pen_report for pad / battery
    • backport: HID: wacom: Avoid entering wacom_wac_pen_report for pad / battery
    • Remove spurious newlines that aren't upstream
    • HID: wacom: Correct NULL dereference on AES pen proximity
    • configure: Force use of '-fno-pie' flag when test-compiling
    • Use "-isystem" for kernel include directories
    • Add workflows for automated testing via Github Actions
    • Remove travis integration
    • backport: HID: wacom: Correct NULL dereference on AES pen proximity
    • input-wacom 0.47.0
  • Ping Cheng (4):
    • Add support for the second generation of Cintiq 16 and DTK-1660E
    • HID: wacom: Fix memory leakage caused by kfifo_alloc
    • backport: HID: wacom: Fix memory leakage caused by kfifo_alloc
    • backport: HID: wacom: Fix memory leakage caused by kfifo_alloc
  • Rikard Falkeborn (2):
    • HID: wacom: Constify attribute_groups
    • backport: HID: wacom: Constify attribute_groups

git tag: input-wacom-0.47.0

https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.47.0/input-wacom-0.47.0.tar.bz2

input-wacom-0.46.0

08 May 15:58
input-wacom-0.46.0
Compare
Choose a tag to compare

This new release of input-wacom contains a trio of fixes for issues introduced in Linux 5.3, as well as support for the new "Wacom One Creative Pen Display".

Of the fixes, the most important is likely a fix for a bug affecting the Cintiq Pro and other display tablets. Touch input should no longer randomly cause the pen to stop working. A second fix for Intuos Pro S users allows their center button to work properly over Bluetooth. The final fix corrects an issue which caused touch input to be completely disabled for a limited number of ISD sensors.

  • Aaron Armstrong Skomra (1):

    • Add support for "Wacom One Pen Display 13"
  • Jason Gerecke (7):

    • HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices
    • backport: HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices
    • Revert "HID: wacom: generic: read the number of expected touches on a per collection basis"
    • HID: wacom: Report 2nd-gen Intuos Pro S center button status over BT
    • backport: Revert "HID: wacom: generic: read the number of expected touches on a per collection basis"
    • backport: HID: wacom: Report 2nd-gen Intuos Pro S center button status over BT
    • input-wacom 0.46.0

git tag: input-wacom-0.46.0

https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.46.0/input-wacom-0.46.0.tar.bz2

input-wacom-0.45.0

23 Dec 02:03
input-wacom-0.45.0
Compare
Choose a tag to compare

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

A new release of our backported input-wacom kernel driver just before
the end of 2019. This release primarily fixes two widespread issues: a
kernel panic for some users when rebooting with a "One by Wacom" plugged
in, and the reporting of bad serial number information for tablet PC
AES pens. In addition to these fixes we also include support for new
hardware.

This release has been signed with a new key: 0x5B4EA609784983CA. While
the tag cannot be cross-signed with both the old and new key, I have
signed this message with both keys to provide a degree of key continuity.
The new key itself is also signed by the old key as well. Please ensure
that everything continues to validate correctly.

Key Details:

pub   ed25519/0x5B4EA609784983CA 2019-12-20 [SC] [expires: 2021-02-01]
      Key fingerprint = FBE0 7878 1106 933D 3DDC  F93E 5B4E A609 7849 83CA
uid                   [ultimate] Jason Gerecke <[email protected]>
uid                   [ultimate] Jason Gerecke <[email protected]>
sub   cv25519/0x8EE1B70A92763609 2019-12-20 [E] [expires: 2021-02-01]

Aaron Armstrong Skomra (2):
backport: HID: wacom: Don't add ghost interface as shared data
backport: HID: wacom: call _query_tablet_data() for BAMBOO_TOUCH

Jason Gerecke (6):
Error out if the build path has a space in it
HID: wacom: generic: Treat serial number and related fields as unsigned
backport: HID: wacom: generic: Treat serial number and related fields as unsigned
HID: wacom: Recognize new MobileStudio Pro PID
backport: HID: wacom: Recognize new MobileStudio Pro PID
input-wacom 0.45.0

git tag: input-wacom-0.45.0

https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.45.0/input-wacom-0.45.0.tar.bz2
MD5: 19ff3bf7fc3123691924baa4d5a6dd61 input-wacom-0.45.0.tar.bz2
SHA1: fd98dd07820c22028743b1a793c7d81934bedd52 input-wacom-0.45.0.tar.bz2
SHA256: a4ca0d959acd5094716f796de849ccf81a9ab5b2cbdc092e4f35892386ea8929 input-wacom-0.45.0.tar.bz2
PGP: https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.45.0/input-wacom-0.45.0.tar.bz2.sig

-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQT74Hh4EQaTPT3c+T5bTqYJeEmDygUCXgAszgAKCRBbTqYJeEmD
yqbLAQC4AsxbFGfSOG6dC5U86QurliEo0KMAyJDl0I4qfclETwEAm2xFqLc3SS9v
AvSEOkOnSK9EsbbNv7jILWZBGGqXvAaJATMEAQEIAB0WIQRvJndk+EgT9HYbBHoN
rZ1sYNkkrAUCXgAs1gAKCRANrZ1sYNkkrK6LCACT/Ec2bD/9NPrtXQDXX/YbQcVA
oeECtKKeY4EFxPpChokhO2Z4Zbvywmy9b96Wlf0M2EYyJIHWeI1/AOdRI09P6hPh
XqMoSRifjDojw35yzAjba4scwRovVPEVF7Mlxg8khQBxio+1IOnTqIWx6+oyTzC4
zV1vu4Afx0U78cojRTnGauSnsMpmJgLPUz0ZQ2TEumAaHOqbPLlI8ST6U0zntLZc
9lPc/aUSob3D/jOGocgZGZiQ19PDuL9PeFajNohvORNRMU5SBI+vLqg2AugCbEtx
XM3gYeacixM+Z0di1xrmqHNT/8Ytb6P2c1NasGfUSv9yshvN3pDvWu5aLV0i
=Fy1i
-----END PGP SIGNATURE-----

input-wacom-0.44.0

18 Sep 21:59
Compare
Choose a tag to compare

Subject: [ANNOUNCE] input-wacom 0.44.0

This release adds support for the following new devices:

  1. DTK-1660E
  2. Cintiq 22
  3. 2nd gen Mobile Studio Pro

It also contains numerous bugfixes.

Aaron Armstrong Skomra (16):
Add support for the DTK-1660E on older kernels
Remove oVid from Cintiq 16 and DTK-1660E
release.sh: remove references to Sourceforge from project
Add support for the Cintiq 22
HID: wacom: generic: add touchring adjustment for 2nd Gen Pro Small
HID: wacom: fix bit shift for Cintiq Companion 2
HID: wacom: generic: add touchring adjustment for 2nd Gen Pro Small
HID: wacom: fix bit shift for Cintiq Companion 2
backport: HID: wacom: generic: add touchring adjustment for 2nd Gen Pro Small
backport: HID: wacom: fix bit shift for Cintiq Companion 2
backport: HID: wacom: fix bit shift for Cintiq Companion 2
HID: wacom: support named keys on older devices
HID: wacom: correct misreported EKR ring values
backport: HID: wacom: correct misreported EKR ring values
backport: HID: wacom: support named keys on older devices
input-wacom 0.44.0

Benjamin Tissoires (1):
HID: wacom: do not call hid_set_drvdata(hdev, NULL)

Jason Gerecke (13):
travis: Scan every commit for style issues
travis: Properly handle commits pushed/merged to master
travis: Disable warnings about duplicate "Signed-off-by" statements
2.6.32: Remove execute permission from source files
travis: Move the running of checkpatch to its own stage
travis: Disable some of the noisier checkpatch warnings
2.6.32: Fix incorrect case fall-through
HID: wacom: Correct distance scale for 2nd-gen Intuos devices
backport: HID: wacom: Correct distance scale for 2nd-gen Intuos devices
HID: wacom: Fix several minor compiler warnings
backport: HID: wacom: Fix several minor compiler warnings
Input: wacom_w8001 - allocate additional space for 'phys'
backport: Input: wacom_w8001 - allocate additional space for 'phys'

Peter Hutterer (3):
release.sh: drop sourceforge release bits
release.sh: don't release to github in dry-run mode
release.sh: pass the module name to the github release function

Ping Cheng (5):
HID: wacom: add new MobileStudio Pro support
HID: wacom: add new MobileStudio Pro support
backport: HID: wacom: add new MobileStudio Pro support
HID: wacom: add new MobileStudio Pro 13 support
backport: HID: wacom: add new MobileStudio Pro support

Thomas Gleixner (2):
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
backport: treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152

git tag: input-wacom-0.44.0

https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.44.0/input-wacom-0.44.0.tar.bz2
MD5: 5fe01f195e7e346a84c5cab0f6a8dcb6 input-wacom-0.44.0.tar.bz2
SHA1: f3be31d0c8268b2f229a76d7e89ac571ed8b86a5 input-wacom-0.44.0.tar.bz2
SHA256: f009a6b6cd2d9b04a4bb3fd94dc035efe496bc6bce8181368de4084c6fdc2745 input-wacom-0.44.0.tar.bz2
PGP: https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.44.0/input-wacom-0.44.0.tar.bz2.sig