I just recently picked up a Magic Mouse 2 after trying out my friends Magic Mouse 1. The MM has touch capabilities, and I wanted to make sure that those features worked on my Arch laptop, and they did! Well, for MM1 they did, but for the MM2, the touch scrolling does not work. Apparently there is no driver support for the MM2 yet, only for the MM1.
I figured out how to modify the existing driver (thanks to repo) so that it would load for my MM2, but the touch functionality still does not work.
I read that you need to enable the touch feature of the MM2 when you connect to it, and it is off by default, so there are no touch events coming in. You only get events when you click left or right or move the mouse.
Thus, I'm looking for some guidance on how to make this mouse work. I found some bluetooth packet logs from Mac that can be used where I think 'pair.txt' is the most valuable. This file has the important hid packets filtered out, but I'm not sure what to look for.
There is very little documentation on this subject so, if someone could show me da wae, it would be very much appreciated.