libwacom icon indicating copy to clipboard operation
libwacom copied to clipboard

Huion Inspiroy H1060P device is not correctly recognized

Open stickgrinder opened this issue 4 months ago • 0 comments

  • Device name: Huion Inspiroy

  • Device model identifier: H1060P

  • libwacom version: 2.16.1

  • [x] 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:

DeviceMatch=usb|256c|006d|HUION Huion Tablet Pad;usb|256c|006d|HUION Huion

that seems not to match the description of my device.

If I change it to just

DeviceMatch=usb|256c|006d

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.

stickgrinder avatar Aug 18 '25 10:08 stickgrinder