Module Name: src Committed By: riastradh Date: Fri Feb 14 16:47:11 UTC 2020
Modified Files: src/sys/dev/usb: uhci.c Log Message: Initialize xfer->ux_status in uhci_root_intr_start. Otherwise, it will be USBD_NOT_STARTED, so usbd_ar_pipe will skip calling upm_abort. Candidate fix for PR kern/54963, same problem as reported at: https://mail-index.NetBSD.org/current-users/2020/02/13/msg037740.html To generate a diff of this commit: cvs rdiff -u -r1.290 -r1.291 src/sys/dev/usb/uhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.