rohitpid
rohitpid
@robotrovsky what tool did you use to discover the hex codes for various operations? Can you describe your process a little as I'm interested in trying to follow what you...
Please test https://github.com/rohitpid/Linux-Magic-Trackpad-2-Driver We now have: 1) Scrolling 2) Mouse middle click to paste selected text 3) Regular functionality like left, right clicks and mouse motion
@s3w47m88 Requires kernel 4.18 which you can install from http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18-rc6/ ``` sudo apt-get install dkms git clone https://github.com/rohitpid/Linux-Magic-Trackpad-2-Driver.git cd Linux-Magic-Trackpad-2-Driver/scripts chmod u+x install.sh sudo ./install.sh ```
@s3w47m88 updated README with better instructions and a new 3 finger middle click feature.
@svartalf I modified your code to update hid-magicmouse. This driver also has an easy dkms install script in this repo: https://github.com/rohitpid/Linux-Magic-Trackpad-2-Driver We now have: 1) Scrolling 2) Mouse middle click...
I need hid_generic loaded for my keyboard and the magicmouse2 (which I would like to port over to use hid_magicmouse but it isn't currently supported).
@satur9nine I haven't been having this issue on 4.18 since updating. Try it out with 4.18 if you can. If it persists on newer kernels, I'll try to debug further...
What tool did you use for to figure out the headers and length of finger report? I'd like to try to make the magicmouse2 work with this driver. Also, can...
I managed to get magic mouse 2 to register with hid_magicmouse now. However, scrolling isn't working. How did you reverse engineer that part of the protocol?
@robotrovsky I have basic working changes for magic mouse 2 now!