From: Thomas Sailer Date: Fri, 9 Sep 2005 08:43:50 +0000 (+0200) Subject: [PATCH] usb: fix uss720 schedule with interrupts off X-Git-Tag: v2.6.14-rc1~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f36163d3abefbda1b21a330b3fdf3c2dc076d94;p=pandora-kernel.git [PATCH] usb: fix uss720 schedule with interrupts off This patch fixes the long standing schedule with interrupts off problem of the uss720 driver. The problem is caused by the parport layer calling the save and restore methods within a write_lock_irqsave guarded region. The fix is to issue the control transaction requests required by save and restore asynchronously. Signed-off-by: Thomas Sailer, Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed