Re: [linux-usb-devel] [PATCH]race condition in appledisplay

2006-09-30 Thread Michael Hanselmann
On Fri, Sep 29, 2006 at 09:49:13PM +0200, Oliver Neukum wrote: > there's a race condition upon disconnect in appledisplay. > If a button is touched during disconnect there's a window during > which the delayed work may be running. In this case the delayed > work will be scheduled again. This patch

[linux-usb-devel] [PATCH]race condition in appledisplay

2006-09-29 Thread Oliver Neukum
Hi, there's a race condition upon disconnect in appledisplay. If a button is touched during disconnect there's a window during which the delayed work may be running. In this case the delayed work will be scheduled again. This patch fixes that. Regards Oliver Signed-off-by