NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54963 CVS commit: src/sys/dev/usb



The following reply was made to PR kern/54963; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54963 CVS commit: src/sys/dev/usb
Date: Fri, 14 Feb 2020 16:47:11 +0000

 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.
 


Home | Main Index | Thread Index | Old Index