]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00140391 ISL29023:Keep int thresholds in interrupt handler
authorLiu Ying <Ying.Liu@freescale.com>
Tue, 8 Mar 2011 06:59:21 +0000 (14:59 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:32:44 +0000 (08:32 +0200)
commitc5b66304ce25f5d1f8c79df2bd81830d49fc5b5e
tree48d27ec7db9a5d9b3df1d376745ef6dff2f9a8c6
parent48a0b2721e02d0ddb49418171812c5f8b3f0c272
ENGR00140391 ISL29023:Keep int thresholds in interrupt handler

We used to set the interrupt thresholds to the measure range
of the light sensor in the interrupt handler, this potentially
makes user poll on the input event and never be waken up.

This patch keeps the interrupt thresholds in the interrupt
handler and is tested on MX53 SMD.

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
drivers/input/misc/isl29023.c