-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kindly Request for Support for the New USB-C Touchpad #548
Comments
I too have run into this issue. It appears the official Bootcamp drivers also are unable to properly make use of the new device... unless there is a new release from Apple I am not aware of. Hoping support can be added to this driver! |
Whether the author no longer intends to update? |
建议继续用lighting版,不推荐USBC版 |
硬件不变,兼容性倒退,不支持15.0以下macos系统。 |
The new trackpad seem does not support multi-touch on Windows, including iPad and Mac (unless you upgrade to latest system). |
What I wonder is does a new version of bootcamp support it... I wonder if
someone could pull the driver from a newer Mac if so.
…On Wed, Nov 6, 2024, 12:13 a.m. noahhhi ***@***.***> wrote:
The new trackpad seem does not support multi-touch on Windows, including
iPad and Mac (unless you upgrade to latest system).
—
Reply to this email directly, view it on GitHub
<#548 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIATVDSJ6AZAPE74D2GLVOTZ7GQNZAVCNFSM6AAAAABQ4CPO2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJYG4ZTSNRSGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
well magic utilities is able to get it working so im gonna assume its possible Edit: has anyone tried contacting the developer directly? |
Does someone check the USB Device ID of the USB-C Magic Trackpad? In many cases, simply adding the USB Device ID to the driver INF file and reinstalling the driver resolves compatibility issues with the newer model of the device. |
I think i found the device id info for the usbc touchpad (VID_05AC&PID_0324) and i tried replacing it in the driver but i got a hash catalog file error and i have no idea how to fix that (im a complete amateur) |
As far as I checked, the hardware ID was shown as follows However, when I check the source code, in Device.c of the AmtPtpHidFilter project, it works like sending STATUS_NOT_SUPPORTED to TraceEvents if it is not a VID / PID of TRACKPAD_2. mac-precision-touchpad/src/AmtPtpHidFilter/Device.c Lines 306 to 317 in 29d2778
Since other VID / PID definitions were found, it appears that we will have to add definitions to these files and modify the associated code, then re-build entire of solutions. This may indicate that simply appending the pid and vid to the inf file will not work. ( I have never developed driver 😢 I hope the new Trackpad will work on Windows as well.) |
I saw that nobody can make releases because they're unable to sign - would there by any way for us to make changes and attempt to create an unsigned driver? I have never worked with drivers, but I'm more than willing to help modify the code to work. The MT3 working is very ideal for people, who, like myself, need to have all of their peripherals working on USB-C. |
I don't have this product but if you follow the instruction of this link, you can install any unsigned drivers. |
Also, and maybe I'm doing something wrong here, Magic Utilities doesn't have full features - they're missing three finger swipe-up and swipe-to-side and pinching (although they claim this is because there's no Windows equivalent to the pinch-to-zoom action). |
Pre-report checks
Is your feature request related to a problem? Please describe.
We sincerely request support for the newly released touchpad with a USB-C interface, launched on October 28, 2024.
Hello, I am a user of both Windows and macOS. On October 28, 2024, I purchased Apple's newly released touchpad with a USB-C interface.
However, I noticed that this new touchpad does not seem to be supported by the Release 3979 driver. On the same machine, the older version of the touchpad with a Lightning interface is well-supported.
My system is Windows 11 Pro 23H3.
Describe the solution you'd like
Add support for the new touchpad with USB-C interface.
The text was updated successfully, but these errors were encountered: