-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intuos pro S (PTH-460) touch ring center button does nothing #169
Comments
I assume you're using the GNOME desktop, which is consuming these events before xev sees them. You should be able to see them if you use something like |
Thank you for your response, I'm using xfce here. Here is some more information: If I understand well, it maybe a problem with Output of
For the central button press+release:
Debug info from
Center button press+release:
|
The state of the center button was not reported to userspace for the 2nd-gen Intuos Pro S when used over Bluetooth due to the pad handling code not being updated to support its reduced number of buttons. This patch uses the actual number of buttons present on the tablet to assemble a button state bitmap. Link: https://github.com/linuxwacom/xf86-input-wacom/issues/112 Fixes: cd47de4 ("HID: wacom: Add 2nd gen Intuos Pro Small support") Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com> Cc: stable@vger.kernel.org # v5.3+
Looks like this is an issue specific to the Bluetooth connection. I believe I've pinned down the problem and pushed a fix to my repository in the "fix-112" branch. Please install git (
Next, follow the input-wacom build instructions, skipping the "Download" section and instead using the code cloned from git. Once the driver has been built and installed, please either reboot or follow the "Module Loading" instructions to ensure the driver is loaded. Connect your tablet as normal and test to see if you see button events from the center button now. |
You where right, the problem was bluetooth specific. The problem is fixed by this patch. Nice job, thank you! |
Thanks -- I'll go ahead and forward the fix off to the Linux kernel for integration. |
Fixed with commit dcce8ef8f70a8e38e6c47c1bae8b312376c04420 in both stable (v5.3+) and upstream kernel (v5.7+) trees. |
The center button generates no event (tested with xev).
xserver-xorg-input-wacom 1:0.39.0-0ubuntu1
The text was updated successfully, but these errors were encountered: