Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx> writes: > Use usb_endpoint_maxp() and usb_endpoint_maxp_mult() seperately > to get maxpacket and mult. > Meanwhile fix the bug that should use @mult but not @burst > to save mult value. I really think you should split this into two patches. One which *only* fixes the bug and another (patch 2) which *only* corrects the use usb_endpoint_maxp() -- balbi