Bug 60586
Summary: | USB/OHCI & HID - mouse polling at only half rate | ||
---|---|---|---|
Product: | Drivers | Reporter: | SGT CAPSLOCK (sgtcapslock) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | NEW --- | ||
Severity: | normal | CC: | dach, empire, martinstasik19, sgtcapslock, tnelis, veselu, virtuousfox |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.10.1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
SGT CAPSLOCK
2013-07-19 20:32:20 UTC
On Fri, Jul 19, 2013 at 08:32:20PM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > usbhid's mousepoll parameter is setting all of the gaming mice I've tested to > exactly 1/2 of the expected polling rate that I specify, but only if the > gaming > mice are using the ohci-hcd driver. Please send this to the linux-usb@vger.kernel.org mailing list > Please send this to the linux-usb@vger.kernel.org mailing list
Message deployed.
Same here on GA-990XA-UD3 with kernel 3.12. After reading this i worked it around by plugging the mouse into an USB3 port, which uses xhci_hcd instead. So, how's it going with merging that patch from the mailing list ? I too have the same problem with kernel 4.0.1. ehci-pci USB ports work correctly up to 1000hz whereas the uhci_hcd ones only go up to 500hz. Any chance this can be fixed? Same problem here with kernel 4.0.1. Any news there? It's already 4.8 and the bug is still there. I have mx518 and can't pass 500hz, (In reply to Sergey Kondakov from comment #3) > Same here on GA-990XA-UD3 with kernel 3.12. > After reading this i worked it around by plugging the mouse into an USB3 > port, which uses xhci_hcd instead. > > So, how's it going with merging that patch from the mailing list ? Just for completion and remembrance: https://www.mail-archive.com/linux-usb@vger.kernel.org/msg24948.html - this is what I was referring to. |