Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
drivers/input: oplus-ts-v2: hardcode touchscreen gesture support
Browse files Browse the repository at this point in the history
Change-Id: Iceff8f4fa78d05934967cbc60d9f468552dd1df7
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Mar 16, 2023
1 parent 6521e93 commit ef8168b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,8 @@
#undef TP_ALL_GESTURE_ENABLE
#endif

#define TP_ALL_GESTURE_SUPPORT \
(ts->black_gesture_support || ts->fingerprint_underscreen_support)
#define TP_ALL_GESTURE_ENABLE \
((ts->gesture_enable & 0x01) == 1 || ts->fp_enable)
#define TP_ALL_GESTURE_SUPPORT 1
#define TP_ALL_GESTURE_ENABLE 1


/*********PART3:Struct Area**********************/
Expand Down

0 comments on commit ef8168b

Please sign in to comment.