commit | 922a5eadd5a3aa0b806be0c18694b618d41d0784 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Sat Feb 27 20:54:59 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Mar 19 07:24:15 2010 -0700 |
tree | 25d6a630e5bd92ff0c900d94125481f53e9b377a | |
parent | 860e41a71c1731e79e1920dc42676bafc925af5e [diff] |
usb: cdc-wdm: Fix race between autosuspend and reading from the device While an available response is read the device must not be autosuspended. This requires a flag dedicated to that purpose. Signed-off-by: Oliver Neukum <neukum@b1-systems.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>