Skip to content

Commit

Permalink
[PATCH] usb: fix uss720 schedule with interrupts off
Browse files Browse the repository at this point in the history
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, <sailer@ife.ee.ethz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Thomas Sailer authored and Greg Kroah-Hartman committed Sep 12, 2005
1 parent ce44159 commit 0f36163
Showing 1 changed file with 270 additions and 123 deletions.
Loading

0 comments on commit 0f36163

Please sign in to comment.