Skip to content
Commit abb62184 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: ch9: make usb_endpoint_maxp() return only packet size



Now that we have a helper to gather periodic
endpoints' multiplier bits from wMaxPacketSize and
every driver is using it, we can safely make sure
that usb_endpoint_maxp() returns only bits 10:0 of
wMaxPacketSize which is where the actual packet size
lies.

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 6ddcabc2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment