-
Notifications
You must be signed in to change notification settings - Fork 5
Reference
Barryblueice edited this page Feb 10, 2026
·
4 revisions
- ESP32+P/S2 Synatics touchpad——https://gwliang.com/posts/esp32-touchpad/
- Source code from Linux kernel——https://github.com/torvalds/linux/blob/master/drivers/hid/hid-elan.c
- An old reference material——https://www.spinics.net/lists/kernel/msg1336681.html
- Windows I2C Over I2C HID——https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/hid-over-i2c-guide
- TouchPad Implementation Guide——https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/touchpad-implementation-guide
- TouchPad Protocol Implementation——https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/touchpad-protocol-implementation
- TouchPad Device Bus Connectivity——https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/touchpad-device-bus-connectivity
- TouchPad Tuning Guidelines——https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/touchpad-tuning-guidelines
- coreboot source code——https://github.com/coreboot/coreboot