summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bouyack <mbouyack@google.com>2022-03-23 12:03:51 -0700
committerMatthew Bouyack <mbouyack@google.com>2022-03-23 12:03:51 -0700
commit27952765989d7a7636f84a9c006e7819ffc1d4cc (patch)
tree48891479048f6a1db4c8b6bc2235e32b664a5bc1
parentac1247210edbce10d7fef1ae41a601f0e3d8e3a5 (diff)
downloaddrivers-27952765989d7a7636f84a9c006e7819ffc1d4cc.tar.gz
Disable wake-on-RSB
This feature was found to cause a power regression Signed-off-by: Matthew Bouyack <mbouyack@google.com> Bug: 225919923 Change-Id: If7bc3369c68ea3c8df773285eca772941b99f008
-rw-r--r--input/misc/ots_pat9126/pat9126.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/misc/ots_pat9126/pat9126.c b/input/misc/ots_pat9126/pat9126.c
index 9be0845..321353d 100644
--- a/input/misc/ots_pat9126/pat9126.c
+++ b/input/misc/ots_pat9126/pat9126.c
@@ -46,7 +46,7 @@ struct pixart_pat9126_data {
struct mutex mtx;
};
-#define PAT9126_WAKE_IRQ
+//#define PAT9126_WAKE_IRQ
#define PAT9126_STATE_OFF 0
#define PAT9126_STATE_ON 1
#define PAT9126_STATE_RESUMING 2