You can also write to the parameters via the /sys kernel interface:
$ ls /sys/module/hid_magicmouse/parameters/
emulate_3button emulate_scroll_wheel report_undeciphered scroll_acceleration scroll_speed
$ cat /sys/module/hid_magicmouse/parameters/scroll_speed
45
$ echo N | sudo tee /sys/module/hid_magicmouse/parameters/scroll_acceleration
N
At the moment only way is setup it directly in hid_magicmouse driver.
For testing run:
For permanent settings put to the /etc/modprobe.d/magicmouse.conf this:
You can also write to the parameters via the /sys kernel interface:
You can ogle the source here: http://lxr.free-electrons.com/source/drivers/hid/hid-magicmouse.c