[PATCH 1/1] Bypass probe_on_irq in ucb1400_ts

From: Alex Raimondi
Date: Tue Oct 14 2008 - 15:36:43 EST


Irq probing in ucb1400_ts (drivers/input/touchscreen) fails (at least on
our AVR32 board). On irq probing system hangs.

This patch introduces a module parameter 'irq' to specify the irq line to
use. If modul is loaded with this parameter irq probing is bypassed,
otherwise irq is probed.

I don't know who is actually maintaining the ucb1400_ts code. But I didn't
want to sneak it in with our Hammerhead board code. Maybe you have an idea
why irq probing fails.


Alex