Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
29d277880f167a3cead6c1fe8b4eba58bc168a05
mac-precision-touchpad
/
src
/
AmtPtpDeviceUsbKm
/
include
下载当前目录
B
Bingxing Wang
T2: extended the sample region for
#242
d7a39920
创建于
2020年2月27日
历史提交
文件
最后提交记录
最后更新时间
hid
Initial T2-device support (#198) * T2 Devices: initial km touchpad project. Although this branch is named as "T2", it may be used for moving current USB um project into km in the future. Currently, I am only testing basic functions on a Magic Trackpad 2, as the T2 trackpad struct is not fully known (I guess pretty identical). It is capable to initialize the USB device and bring it into the desired mode for now. T2 VHCI device does not play well with UMDF USB driver framework, the NativeUSB dispatcher fails when retrieving USB configuration. * T2: remove README * T2 devices: HID foundation * T2 devices: input routine * Report proper status code for IOCTL * Remove get string IOCTL as not needed * Downgrade project target to 17134
6 年前
metadata
T2: extended the sample region for #242
6 年前
AppleDefinition.h
T2: extended the sample region for #242
6 年前
Hid.h
USB: Extending input report identifier to uint32_t Part of #227 We actually report the finger origin to Windows on Magic Trackpad 2 and it works good. We didn't do that on MacBook but this will eventually happen in the future. Since the origin identifier reported by MacBook trackpad is not very stable, we will track fingers on our own. To make the process easier, the report identifier field has been extended to uint32_t.
6 年前