• Duncan Sands's avatar
    [PATCH] USB speedtouch: let the tasklet do all processing of speedtouch receive urbs · b0e4361a
    Duncan Sands authored
      speedtouch: move all processing of receive urbs to udsl_atm_processqueue.  This has
      several advantages, as will be seen in the next few patches.  The most important is
      that it makes it easy to reuse of the urb's buffer (right now a new buffer is
      allocated every time the urb completes).  By the way, this patch is much smaller than
      it looks: most of the bulk is due to indentation changes.
    b0e4361a
speedtouch.c 25.8 KB