Releases: RicardoEPRodrigues/magicmouse-hid
Version 2.1.0-0 - Stop scrolling when moving mouse
This update brings a feature that allows you to stop scrolling if the mouse is moving. It is still very rough, but it works.
The /etc/modprobe.d/hid-magicmouse.conf
was also modified to have a better feeling of the mouse.
Remember to remove the previous versions before installing a new one.
Warning
In kernel version 5.15 support was added for the magic mouse 2. Meaning that this driver is only necessary for prior versions of the kernel (<= 5.14
). If you want the mouse to "just work" either install a more recent kernel or proceed with this driver installation.
Furthermore, this repository is in Maintenance mode, meaning that no new features are planned.
Version 2.0.0-0 - Simplified code base
This new version brings a fix that removes the need for external files to load the driver. It turns out the driver already loaded itself, but without a delay, it would fail. This is now fixed. This is based on the work of @johnchen902.
Remove the old versions when installing this new one.
Version 1.1.0-0 - Position relative Scroll delay
This new version introduces a scroll delay relative to finger position. This should help avoid small finger motion being converted into annoying scrolls.
Some small code improvements were added as well.
Version 1.0.0-0 (DEB support)
This version brings improvements to the way we install the package.
For Debian and Ubuntu users, you can now download the .deb
file and install it. Please report any errors so that I may improve on the packaging.
For all users, you now have install.sh
and remove.sh
that eases the installing process (if any of you want to make a pull-request for other packaging systems let me know).
NOTE: if you had previously installed the driver through install.sh
, please run remove.sh
before installing the .deb
file.