input: touchscreen: xiaomi: Add more THP mode types

Change-Id: I50fcf6a5a37bbc5f4105964d86920022cc780d5e
This commit is contained in:
Arian 2023-06-16 14:47:09 +02:00 committed by Jens Reidel
parent 1f69b2f2a5
commit 1426989329
No known key found for this signature in database
GPG Key ID: 23C1E5F512C12303

View File

@ -77,6 +77,16 @@ enum MODE_TYPE {
Touch_Power_Status = 19,
Touch_Mode_NUM = 20,
THP_LOCK_SCAN_MODE = THP_CMD_BASE + 0,
THP_FOD_DOWNUP_CTL = THP_CMD_BASE + 1,
THP_SELF_CAP_SCAN = THP_CMD_BASE + 2,
THP_REPORT_POINT_SWITCH = THP_CMD_BASE + 3,
THP_HAL_INIT_READY = THP_CMD_BASE + 4,
THP_HAL_VSYNC_MODE = THP_CMD_BASE + 9,
THP_HAL_CHARGING_STATUS = THP_CMD_BASE + 10,
THP_HAL_REPORT_RATE = THP_CMD_BASE + 11,
THP_HAL_DISPLAY_FPS = THP_CMD_BASE + 12,
THP_KNOCK_FRAME_COUNT = THP_CMD_BASE + 13,
THP_HAL_FILM_SENSOR = THP_CMD_BASE + 15,
};
struct xiaomi_touch_interface {