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
I understand that libwacom does not affect whether the device works (see Troubleshooting)
Bug description
In Gnome 48 Wayland, Graphics Tablet settings area, the Inspiroy H1060P is not recognized, even if libwacom has the .tablet file definition.
libwacom-list-local-devices ouput follows:
/dev/input/event10 (usb:256c:006d - "HID 256c:006d Dial") is a tablet but not supported by libwacom
/dev/input/event9 (usb:256c:006d - "HID 256c:006d Touch Strip") is a tablet but not supported by libwacom
/dev/input/event8 (usb:256c:006d - "HID 256c:006d") is a tablet but not supported by libwacom
/dev/input/event7 (usb:256c:006d - "HID 256c:006d") is a tablet but not supported by libwacom
Looking at the .tablet file I see this DeviceMatch line:
Device name: Huion Inspiroy
Device model identifier: H1060P
libwacom version: 2.16.1
I understand that libwacom does not affect whether the device works (see Troubleshooting)
Bug description
In Gnome 48 Wayland, Graphics Tablet settings area, the Inspiroy H1060P is not recognized, even if libwacom has the .tablet file definition.
libwacom-list-local-devicesouput follows:Looking at the .tablet file I see this
DeviceMatchline:that seems not to match the description of my device.
If I change it to just
It matches the device correctly, so I guess it's a problem with the identifier.
I'm using digimend drivers, I'm not sure there is a connection.