https://bugzilla.kernel.org/show_bug.cgi?id=219470 Bug ID: 219470 Summary: Add support for Apple USB-C Magic Trackpad 2 Product: Drivers Version: 2.5 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P3 Component: USB Assignee: drivers_usb@xxxxxxxxxxxxxxxxxxxxxx Reporter: callahankovacs@xxxxxxxxx Regression: No In October 2024, Apple released a USB-C model of the Magic Trackpad 2. As far as I know, the design is identical to the Trackpad 2 except for: 1. USB-C connector replaces the lightning connector 2. New hardware ID of 0324 The new hardware ID prevents the hid-magicmouse driver from being used. This means the trackpad doesn't handle features such as scrolling and right clicking. I believe this requires adding the HID to drivers/hid/hid-ids.h and handling it in drivers/hid/hid-magicmouse.c. I'm happy to submit a patch, thanks! -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.