ponyfleisch / hid-magictrackpad2

An attempt to get solid Magic Trackpad 2 support on linux.
GNU General Public License v2.0
32 stars 4 forks source link

New driver with bluetooth and USB #7

Open mwyborski opened 6 years ago

mwyborski commented 6 years ago

Hi @ponyfleisch , i modified the hid-magicmouse driver to add the Magic Trackpad 2 functionality. It works now with USB and bluetooth. Currently i only tested it with mtrack and it looks good.

I just wanted to say thank you, i looked at your driver to get bluetooth support going. When i finished testing it with xf86-libinput and xf86-synaptics, i will send the path to the LKML. I will reference your work and would like to put a Signed-off-by: Claudio Mettler your@email into the patch. Would this be ok with you? Which email would you want me to put into?

BTW: You can find the new driver here: https://github.com/robotrovsky/Linux-Magic-Trackpad-2-Driver

Thank you!

ponyfleisch commented 6 years ago

@robotrovsky That's great news! Will try the driver out soon-ish, i'm currently mostly on OSX. I've also tried to create a proper HID driver but couldn't find enough time to do it. I'm happy that i can now inform the people who have opened issues here to use your driver instead.

As for my e-mail, you can use claudio@ponyfleisch.ch (and yes, it's okay to include my sign off)

mwyborski commented 6 years ago

@ponyfleisch Perfect!

When i send the patch to the LKML i will CC you. I hope it will be later this month, after some testing and cleaning up the code.

I am curious: Which sniffer did you use to analyze the bluetooth traffic?

ponyfleisch commented 6 years ago

On MacOS i used a tool provided by apple, i think it's called Packet Logger. On Linux IIRC i mostly used Wireshark.

mwyborski commented 6 years ago

Thank you, i will have a look into Packet Logger.