This repository was archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So that different devices can switch to high touch polling rate mode successfully. Devices like pdx203 only has 60Hz refresh rate, when pdx206 has 120Hz display. Those devices behave differently under the same polling rate setting: -------------------------------- | Device | Touch Rate Settings | |--------| Low | Medium | High | | pdx203 | 60 | 120 | 120 | | pdx206 | 60 | 120 | 240 | | pdx215 | 60 | 120 | 240 | -------------------------------- Modify the touch HAL accordingly so that it can work across all devices: - For low rate devices, report rate is set to 60 -> 120 Hz - For high rate devices, report rate is set to 120 -> 240 Hz Depends-On: Icb05fffc824ce427490c5efcb6ee3d83b5253088 Depends-On: I9bdb341ffd7bb803daa67a41081a537fe3b3ca85 Change-Id: I7ff68ab390352daaa797caaa5068a194cea4ae7b
- Loading branch information
Showing
1 changed file
with
51 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters