• L
    [PATCH] USB cypress_m8: update kernel driver with current source · 3cb4a4f7
    Lonnie Mendez 提交于
    Fixed problem where setting or retreiving the serial config would fail
    with EPIPE.  Removed CRTS toggling so the driver behaves more like other
    usbserial adapters.  Issued new interval of 1ms instead of the default
    bInterval.  As a result, transfer speed has been substantially
    increased.  From avg. 850bps to avg. 3300bps.  Also added new module
    parameter 'interval' to tweak the interval in case this change causes
    problems for someone.  Cleaned up code and formatting issues so source
    is more readable.  Replaced the C++ style comments.  Various other code
    cleanups.
    Signed-off-by: NLonnie Mendez <lmendez19@austin.rr.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    3cb4a4f7
cypress_m8.c 44.5 KB