• Duncan Sands's avatar
    [PATCH] USB speedtouch: receive code rewrite · 74265588
    Duncan Sands authored
    Main points:
    - receive buffers are decoupled from urbs, so an urb can be
    resubmitted with a new buffer before the old buffer is processed.
    - the packet reconstruction code is much simpler.
    - locking is simplified by the fact that only the tasklet launches
    receive urbs
    74265588
speedtch.c 35.2 KB