On 08/11/14 19:37, Nick Hudson wrote:
Module Name: src Committed By: skrll Date: Mon Aug 11 10:37:59 UTC 2014 Modified Files: src/sys/dev/usb: xhci.c Log Message: PR/49091: xhci: wrong wMaxPacketSize value While this is correct according to the specification only fixed sizes are allowed, i.e. 512 for SS, etc. Maybe these should be used?
Thanks for fix this. I think fixed value 512 should be used and other value would be warned. oops, xhci_configure_endpoint uses 512 for all speed if !UE_INTERRUPT. -- t-hash