commit | 81e5b23cd206d46d4872d25f3d7ff67a0f355c71 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Tue Jul 21 08:47:34 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 23 06:46:29 2009 -0700 |
tree | 55f5c327daacc5feb91724c4294a61997817d103 | |
parent | 807fcb5e19877d339a4cc56f2c6ddaf3a147457a [diff] |
USB: fix wrong order of events in usb serial suspension if a subdriver has an additional suspend method, it must be called first to allow the subdriver to return -EBUSY, because the second half cannot be easily undone. Signed-off-by: Oliver Neukum <oliver@neukum.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>