Hi Uwe and linux-input folks, Commit 57ffe9d5 (Input: gpio-keys - optimize interrupt handler) moved into a rather unfortunate direction for me. Of course regardless of this change the whole gpio_keys module isn't (and wasn't) prepared to handle multiple GPIO keys on the same irq. Now I'd like to generalize to code to cope with this, but I'm not experienced in kernel hacking, so decided to ask for some commentary beforehand. Are there any land mines around? For a start, I need shared irqs, are they best requested with a lone IRQF_SHARED flag? Will they always be level triggered, or should I explicitly request that as well by additional flags? A sample is already working for me, but I'd like to shake it into acceptable form. (Please Cc me, I'm not subscribed.) -- Thanks, Feri. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html