Skip to content
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

Build badge #14

Merged
merged 3 commits into from
Sep 8, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable build badge.
  • Loading branch information
imbushuo committed Sep 8, 2017
commit e237ccd45ce9926e375827ecec5df95c3dd688c4
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Windows Precision Touchpad Implementation for Apple MacBook family/Magic Trackpad 2

[![Build Status](https://ligstd.visualstudio.com/_apis/public/build/definitions/7694e0d0-94e3-4fd2-b39a-ecd261e1ba2e/22/badge)](https://ligstd.visualstudio.com/Apple%20PTP%20Trackpad/)

**Warning: The project is under development, with some features incomplete yet. Currently it only works on Apple Magic Trackpad 2 with minor issues. A duly signed, working driver will be released in future. Stay tuned.**

This project aims to implement Windows Precision Touchpad Protocol for Apple MacBook family/Magic Trackpad 2 on Windows 10.
Expand All @@ -16,7 +18,7 @@ It is a user-mode driver, using UMDF Framework v2.15. Windows 10 Driver Developm
- [x] HID Protocol Implementation (PTP Touch)
- [x] HID Protocol Implementation (Configuration)
- [x] Device Test (Magic Trackpad 2)
- [ ] Refine input experience (tip switch detection and pressure)
- [x] Refine input experience (tip switch detection and pressure)
- [ ] Refine input experience (gesture experience)
- [ ] More Models (I need donation)

Expand Down