Bug 206897
Summary: | Huion tablet not recognized from kernel 5.3.1 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Hector (hebm12) |
Component: | USB | Assignee: | Default virtual assignee for Drivers/USB (drivers_usb) |
Status: | NEW --- | ||
Severity: | normal | CC: | andryandrew, florianmey, gdevenyi, hawk.it, henning, kernel.org, leho, mail, miren_radia, msdeleonpeque, passini.valerio |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | from 5.3.1 to 5.6-rc6 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg 20200408
trace 20200408 |
Description
Hector
2020-03-20 21:54:47 UTC
*** Bug 206921 has been marked as a duplicate of this bug. *** this is a regression, ef513be0a9057cc6baf5d29566aaaefa214ba344 is the first bad commit I recently bought the tablet. If there's testing to be done, I am willing to help with it Hello, please have look at bug 206897, they look related. Bug 206897, comment 21 asks to provide logs with the following procedure... maybe we can anticipate it here for our device. Let's see who gets the job done faster :-) ### Detailed log generation procedure from Bug 206897, comment 21 > Also traces and logs with more usb details enabled could be useful. > These can be taken with any recent kernel. > mount -t debugfs none /sys/kernel/debug > echo 'module xhci_hcd =p' >/sys/kernel/debug/dynamic_debug/control > echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control > echo 81920 > /sys/kernel/debug/tracing/buffer_size_kb > echo 1 > /sys/kernel/debug/tracing/events/xhci-hcd/enable > < connect the logitec device > > Send output of dmesg > Send content of /sys/kernel/debug/tracing/trace (In reply to Vincenzo Di Massa from comment #4) Hello, I am facing the same issue. Trace and dmesg uploaded. Cheers, Henning Created attachment 288281 [details]
dmesg 20200408
Created attachment 288283 [details]
trace 20200408
bug 207065, comment 7 contains two patches to fix the problem. thx (In reply to Vincenzo Di Massa from comment #8) > bug 207065, comment 7 contains two patches to fix the problem. Hi, I tried your patches and I can confirm that the graphical tablet is now recognized and the pen works; I've not tested all the features, but I think that you have probably hit the right spot. |