CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/10 09:47:34
Modified files:
sys/dev/usb : usbdi.c
Log message:
Revert r1.61 and partially 1.60. The resulting logic is currently a
noop and prevent us from fixing real use-after-free.
Since xfer->status is reset by *_device_intr_done(), checking for
USBD_IOERROR cannot be true.
Problem reported by tb@ because ubcmtp(4) triggers some I/O errors
when multiple fingers are used.
