Skip to content
Commit 0f36163d authored by Thomas Sailer's avatar Thomas Sailer Committed by Greg Kroah-Hartman
Browse files

[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: default avatarThomas Sailer, <sailer@ife.ee.ethz.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ce441594
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment