• Duncan Sands's avatar
    [PATCH] USB speedtouch: add a new speedtouch encoding function · 18855eaf
    Duncan Sands authored
      speedtouch: add a new encoding function, atmsar_encode.  Calling it amounts to doing
      atmsar_encode_aal5 followed by atmsar_encode_rawcell in one fell swoop.  It eliminates
      the need for intermediate buffers and reduces memory movement.  The following patches
      use it to simplify the send logic (and get rid of those annoying little oopsen).
    18855eaf
atmsar.h 3.23 KB