On 09/18/2007 01:54 PM, Takashi Iwai wrote: > The other changes look good to me. But, honestly, I couldn't follow all > the pathes you sent in the right order. So, could you guys make a series > of patches to be applied to HG tree? That'll be really helpful for > review, too. Only split of from the rest since I'm not in fact sure what/why that drivers/input stuff is inside alsa-kernel. === alsa-kernel: schedule_timeout() fix for ucb1400_ts.c ucb14ts_ts.c is doing a (manual) schedule_timeout_uninterruptible, but is not actually checking for pending signals. An _uninterruptible() one will do then. Signed-off-by: Rene Herman