CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/19 04:20:17
Modified files:
sys/dev/usb : usb_subr.c
Log message:
``bMaxPacketSize'' is reported as a power of 2 for super speed devices
as per section 4.8.2.1 of xHCI specification.
Note that we never got this correctly.
Spotted by and ok jsg@
