]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Input: ucb1400_ts - IRQ probe fix
authorVernon Sauder <vernoninhand@gmail.com>
Mon, 21 Apr 2008 16:13:21 +0000 (12:13 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 24 Apr 2008 17:25:24 +0000 (13:25 -0400)
commit48bdce4a2e0b1d3be6ed6da14d25adfe9385d2dc
tree0ae11ac356f56415cce671b29d60b723d253eaa0
parenta22b4b2f408f7958ffb3a9e62defc5168db1e15e
Input: ucb1400_ts - IRQ probe fix

The UCB1400 driver IRQ probe code fails to find an interrupt if all
the interrupts in the range 0-31 are nonprobe-able. This patch
removes the check of the return value so interrupts above 31 can be
detected.

Tested on InHand Fingertip4 PXA270 board.

Signed-off-by: Vernon Sauder <vsauder@inhand.com>
Acked-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/ucb1400_ts.c