htcleo: changed the LS polling to 5s. Liblights is using now internal mictop bl.
The polling every second for backlight is much for the bus, so it's better to use the internal autobl functionality. The 5s is enough for other lightsensor applications.
This commit is contained in:
parent
76df0ff485
commit
ec2505f81c
@ -47,7 +47,7 @@ user may be able to adjust time in future
|
||||
//#define LSENSOR_ABLK_ONLY 2
|
||||
|
||||
|
||||
#define LSENSOR_POLL_PROMESHUTOK 1000
|
||||
#define LSENSOR_POLL_PROMESHUTOK 5000
|
||||
|
||||
#define D(x...) pr_debug(x)
|
||||
// pr_info(x)
|
||||
|
Loading…
Reference in New Issue
Block a user