drivers: fingerprint: Kill FEATURE_SPI_WAKELOCK

* Phone doesn't sleep at all with this "feature" enabled
* FP behavior is seemingly equivalent to cm-13 with this gone
* Yeah, hacky, but so is the driver implementation

Change-Id: Id2be5c6189b0ee18779e03d9d6a62014653c27a8
Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
This commit is contained in:
Kevin F. Haggerty 2016-09-28 05:48:24 -06:00 committed by Francescodario Cuzzocrea
parent 09afaae4cf
commit 586ff28144
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@
/* Timeout value for polling DRDY signal assertion */
#define DRDY_TIMEOUT_MS 40
#ifdef ENABLE_SENSORS_FPRINT_SECURE
#define FEATURE_SPI_WAKELOCK
#endif
/*
* Definitions of structures which are used by IOCTL commands
*/