• M
    USB: ftdi_sio: fix hi-speed device packet size calculation · 895f28ba
    Mark Adamson 提交于
    Added a function to set the packet size to be used based on the value from the
    device endpoint descriptor.  The FT2232H and FT4232H hi-speed devices will have
    wMaxPacketSize of 512 bytes when connected to a USB 2.0 hi-speed host, but will
    use alternative descriptors with wMaxPacketSize of 64 bytes if connected to a
    USB 1.1 host or hub.  All other FTDI devices have wMaxPacketSize of 64 bytes,
    except some FT232R and FT245R devices which customers have mistakenly
    programmed to have wMaxPacketSize of 0 - this is an error and will be
    overridden to use wMaxPacketSize of 64 bytes.  The packet size used is
    important as it determines where the driver removes the status bytes from the
    incoming data.  If it is incorrect, it will lead to data corruption.
    Signed-off-by: NMark J. Adamson <mark.adamson@ftdichip.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    
    895f28ba
ftdi_sio.c 87.4 KB