commit | b15cf49b78edb74dc783a7cacbc8391cbc728edc | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Mar 31 17:14:23 2012 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Apr 26 12:21:17 2012 +0200 |
tree | 8a19755146312713d04fb4f9dec825cc5a96bd54 | |
parent | a0625c56e0db19029cb69e28859af56b2ae19f3f [diff] |
usb-redir: Not finding an async urb id is not an error We clear our pending async urb list on device disconnect and we may still receive "packet complete" packets from our peer after this, which will then refer to packet ids no longer in our list. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>