Skip to content
Commit af6f9e83 authored by Johan Hovold's avatar Johan Hovold
Browse files

USB: ftdi_sio: make port probe less verbose



There's no need to print the number of endpoints per interface or
endpoint wMaxPacketSize during port probe. This information is readily
available using lsusb should it ever be needed.

Note that this also fixes the wMaxPacketSize being incorrectly reported
on big-endian systems due to a missing le16_to_cpu().

Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent cd3de83f
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