Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse matching is too strict #39

Open
gnusenpai opened this issue Dec 8, 2024 · 1 comment
Open

Mouse matching is too strict #39

gnusenpai opened this issue Dec 8, 2024 · 1 comment

Comments

@gnusenpai
Copy link
Contributor

gnusenpai commented Dec 8, 2024

I have a weird mouse (Logitech MX Ergo) that doesn't have the usual USBMOUSE HID type. Because of this, acceleration doesn't get applied.

Doing the really naive thing by changing:

return hdev->type == HID_TYPE_USBMOUSE;

to:

  return true;

seems to work.

I haven't noticed any adverse effects, but I don't have a ton of USB devices to test.

@Gnarus-G
Copy link
Owner

Maybe that's allright since the main driver doesn't "hijack" your device, but I don't know how I feel about that as a general solution. I'll consider it when I decide to throw away the usbmouse driver that binds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants