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 sensitivity/resolution #5

Open
clehner opened this issue Nov 5, 2020 · 3 comments
Open

Mouse sensitivity/resolution #5

clehner opened this issue Nov 5, 2020 · 3 comments

Comments

@clehner
Copy link

clehner commented Nov 5, 2020

Using a Magic Mouse 2 with this driver, the minimum I can move the mouse seems to be in jumps of about 4 pixels. Could there be a way to adjust this driver to allow for more fine-grained movement?

@RicardoEPRodrigues
Copy link
Owner

I could try to create a sensitivity parameter, but for now, I don't have the time.

I'll get back to you when I can.

@sirkalmi
Copy link

This feature would be good for me too

@tycho-kirchner
Copy link

Was looking for this as well. Had to compile my own kernel anyway, so I just applied the hid-patches from linux git. For linux 5.4 something like this was enough:

$ git checkout v5.15
$ mkdir -p  tk-patches; idx=1; while read -r row; do  git format-patch -1 "$row" --stdout > tk-patches/$idx.patch ; ((++idx)); done  < <( git log  --no-merges  --grep 'HID: magicmouse'  --format="%H" | head -8 | tac)
# and apply with:   git apply --reject --whitespace=fix {1....8}.patch

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

4 participants