]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r348631:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 10 Jun 2019 13:37:38 +0000 (13:37 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 10 Jun 2019 13:37:38 +0000 (13:37 +0000)
commit8c13793f25d93719b96f57e2bc007c019bba802e
tree11d7c6a681de22f1543cdf334ca4a57a003ae09e
parentb93700c0448e92ccf929b78b159f577e446fd982
MFC r348631:
In usb(4) fix a lost completion event issue towards libusb(3). It may happen
if a USB transfer is cancelled that we need to fake a completion event.
Implement missing support in ugen_fs_copy_out() to handle this.

This fixes issues with webcamd(8) and firefox.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@348857 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/usb_generic.c