• Duncan Sands's avatar
    [PATCH] USB speedtouch: allocate speedtouch send urbs in the USB probe routine · 905e6029
    Duncan Sands authored
      speedtouch: allocate send urbs in udsl_usb_probe rather than in udsl_usb_data_init.
      Since this diminishes udsl_usb_data_init down to almost nothing, roll it into the one
      place it was used.  Get rid of the semaphore Oliver put it - it is no longer needed.
    
    
     speedtouch.c |   86 ++++++++++++++++++++++++++---------------------------------
     1 files changed, 38 insertions(+), 48 deletions(-)
    905e6029
speedtouch.c 27.8 KB