You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #636 where we have the first case of a tool apparently sending a tool id (0x1) but it's a 0x27C6 Goodix device rather than a Wacom device. Our stylus description for 0x1 doesn't match the
device in question.
This is going to be rather interesting because our APIs implicitly assume a Wacom vendor ID.
This tablet supports a stylus with id 0x1 but right now libwacom isn't ready to support stylus ids for devices that aren't Wacom devices. So comment it out, to be fixed at some point in the future (see #639)
See #636 where we have the first case of a tool apparently sending a tool id (
0x1
) but it's a 0x27C6 Goodix device rather than a Wacom device. Our stylus description for 0x1 doesn't match thedevice in question.
This is going to be rather interesting because our APIs implicitly assume a Wacom vendor ID.
cc @Neolanco
The text was updated successfully, but these errors were encountered: