commit | 2f02bc8af3abb846823811af65ec6cc46a4d525d | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Nov 07 16:35:00 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 11 18:10:46 2012 -0800 |
tree | d2d5930a67122733e3af7aee09560eebd2a912b3 | |
parent | 2656a9abcf1ec8dd5fee6a75d6997a0f2fa0094e [diff] |
USB: report submission of active URBs This patch (as1633) changes slightly the way usbcore handled submissions of URBs that are already active. It will now return -EBUSY rather than -EINVAL, and it will call WARN_ONCE to draw people's attention to the bug. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>