Bug 215341 - [REGRESSION] Holtek mouse stopped working after kernel upgrade to 5.15.8
Summary: [REGRESSION] Holtek mouse stopped working after kernel upgrade to 5.15.8
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Input Devices (show other bugs)
Hardware: x86-64 Linux
: P1 normal
Assignee: drivers_input-devices
URL: https://bugs.archlinux.org/task/73048
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 16:47 UTC by Tomasz C.
Modified: 2022-01-24 17:10 UTC (History)
4 users (show)

See Also:
Kernel Version: 5.15.8
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments

Description Tomasz C. 2021-12-16 16:47:01 UTC
After updating kernel from 5.15.7 to 5.15.8 on ArchLinux distribution, Holtek USB mouse stopped working.
Exact model:
04d9:a067 Holtek Semiconductor, Inc. USB Gaming Mouse

The dmesg output for this device from kernel version 5.15.8:

[    2.501958] usb 2-1.2.3: new full-speed USB device number 6 using ehci-pci
[    2.624369] usb 2-1.2.3: New USB device found, idVendor=04d9, idProduct=a067, bcdDevice= 1.16
[    2.624376] usb 2-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.624379] usb 2-1.2.3: Product: USB Gaming Mouse
[    2.624382] usb 2-1.2.3: Manufacturer: Holtek

After disconnecting and connecting the USB:

[   71.976731] usb 2-1.2.3: USB disconnect, device number 6
[   75.013021] usb 2-1.2.3: new full-speed USB device number 8 using ehci-pci
[   75.135865] usb 2-1.2.3: New USB device found, idVendor=04d9, idProduct=a067, bcdDevice= 1.16
[   75.135873] usb 2-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   75.135877] usb 2-1.2.3: Product: USB Gaming Mouse
[   75.135880] usb 2-1.2.3: Manufacturer: Holtek


On kernel version 5.15.7:

[    2.280515] usb 2-1.2.3: new full-speed USB device number 6 using ehci-pci
[    2.379777] usb 2-1.2.3: New USB device found, idVendor=04d9, idProduct=a067, bcdDevice= 1.16
[    2.379784] usb 2-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.379787] usb 2-1.2.3: Product: USB Gaming Mouse
[    2.379790] usb 2-1.2.3: Manufacturer: Holtek
[    2.398578] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.0/0003:04D9:A067.0005/input/input11
[    2.450977] holtek_mouse 0003:04D9:A067.0005: input,hidraw4: USB HID v1.10 Keyboard [Holtek USB Gaming Mouse] on usb-0000:00:1d.0-1.2.3/input0
[    2.451013] holtek_mouse 0003:04D9:A067.0006: Fixing up report descriptor
[    2.452189] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.1/0003:04D9:A067.0006/input/input12
[    2.468510] usb 2-1.2.4: new high-speed USB device number 7 using ehci-pci
[    2.503913] holtek_mouse 0003:04D9:A067.0006: input,hiddev96,hidraw5: USB HID v1.10 Mouse [Holtek USB Gaming Mouse] on usb-0000:00:1d.0-1.2.3/input1
[    2.504105] holtek_mouse 0003:04D9:A067.0007: hiddev97,hidraw6: USB HID v1.10 Device [Holtek USB Gaming Mouse] on usb-0000:00:1d.0-1.2.3/input2

Rolling back the kernel to version 5.15.7 solves the problem.
Comment 1 The Linux kernel's regression tracker (Thorsten Leemhuis) 2021-12-17 07:07:24 UTC
Forwarded this to the list, which seems the better place for this: 
https://lore.kernel.org/regressions/e4efbf13-bd8d-0370-629b-6c80c0044b15@leemhuis.info/
Comment 2 beyhappycamper 2022-01-24 16:48:05 UTC
Just wanted to add that I have the same issue since an update to 5.15.11. It's also a "Holtek USB Gaming Mouse" according to log. It's mentioned in my kern.log  but the cursor doesn't move.
Physically on the mouse it says model:Drakonia from Sharkoon Technologies

Jan 24 17:29:34 pop-os kernel: [ 2525.803880] usb 1-2.3: USB disconnect, device number 9
Jan 24 17:29:36 pop-os kernel: [ 2527.579610] usb 1-2.3: new full-speed USB device number 10 using xhci_hcd
Jan 24 17:29:36 pop-os kernel: [ 2527.692365] usb 1-2.3: New USB device found, idVendor=04d9, idProduct=a067, bcdDevice= 1.24
Jan 24 17:29:36 pop-os kernel: [ 2527.692378] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 24 17:29:36 pop-os kernel: [ 2527.692384] usb 1-2.3: Product: USB Gaming Mouse
Jan 24 17:29:36 pop-os kernel: [ 2527.692388] usb 1-2.3: Manufacturer: Holtek
Comment 3 gregkh 2022-01-24 17:10:03 UTC
On Mon, Jan 24, 2022 at 04:48:05PM +0000, bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=215341
> 
> beyhappycamper@hotmail.com changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |beyhappycamper@hotmail.com
> 
> --- Comment #2 from beyhappycamper@hotmail.com ---
> Just wanted to add that I have the same issue since an update to 5.15.11.
> It's
> also a "Holtek USB Gaming Mouse" according to log. It's mentioned in my
> kern.log  but the cursor doesn't move.
> Physically on the mouse it says model:Drakonia from Sharkoon Technologies
> 
> Jan 24 17:29:34 pop-os kernel: [ 2525.803880] usb 1-2.3: USB disconnect,
> device
> number 9
> Jan 24 17:29:36 pop-os kernel: [ 2527.579610] usb 1-2.3: new full-speed USB
> device number 10 using xhci_hcd
> Jan 24 17:29:36 pop-os kernel: [ 2527.692365] usb 1-2.3: New USB device
> found,
> idVendor=04d9, idProduct=a067, bcdDevice= 1.24
> Jan 24 17:29:36 pop-os kernel: [ 2527.692378] usb 1-2.3: New USB device
> strings: Mfr=1, Product=2, SerialNumber=0
> Jan 24 17:29:36 pop-os kernel: [ 2527.692384] usb 1-2.3: Product: USB Gaming
> Mouse
> Jan 24 17:29:36 pop-os kernel: [ 2527.692388] usb 1-2.3: Manufacturer: Holtek

Should be fixed in newer 5.15 releases, please try 5.15.16 or newer.

thanks,

greg k-h

Note You need to log in before you can comment on or make changes to this bug.