Module Name: src Committed By: jmcneill Date: Thu Jan 30 10:51:39 UTC 2025
Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci: Do not clobber existing state in xhci_update_ep0_mps When updating the MPS field, make sure to preserve existing configuration. Without this, the XHCI IP on CIX CD8180 was returning a parameter error in response to the command. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.