• Matthew Dharm's avatar
    [PATCH] usb storage: remove duplicate functions · 7867bebb
    Matthew Dharm authored
    Once upon a time, the SCSI command structure could only hold a maximum of
    12 bytes.  Thus, the ISD-200 driver needed an entirely separate function to
    work with 16-byte commands.
    
    Now that 16-bytes is stored, we can cut the duplicates.
    7867bebb
isd200.c 43.9 KB