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 tested this change on the HUION Kamvas 13 tablet. This solution works well on my computer. The computer configuration:
Distribution: openSUSE Tumbleweed, kernel 6.3.1, AMD Ryzen 7 3700, 64GB RAM. Plasma on X11.
The text was updated successfully, but these errors were encountered:
From the kernel 6.3, you must replace hid_is_using_ll_driver(hdev, &usb_hid_driver) with hid_is_usb(hdev).
I did it as follows:
Code:
I changed to:
I tested this change on the HUION Kamvas 13 tablet. This solution works well on my computer. The computer configuration:
Distribution: openSUSE Tumbleweed, kernel 6.3.1, AMD Ryzen 7 3700, 64GB RAM. Plasma on X11.
The text was updated successfully, but these errors were encountered: