1. 07 Apr, 2003 4 commits
    • Matthew Dharm's avatar
      [PATCH] usb-storage: add info to /proc interface · 3fe52eb6
      Matthew Dharm authored
      This patch adds some information about the quirks of the device to the
      /proc interface.
      3fe52eb6
    • Matthew Dharm's avatar
      [PATCH] usb-storage: remove BUG/BUG_ON · bee95701
      Matthew Dharm authored
      This patch changes BUG and BUG_ON to print error messages.  It is done to
      be (a) a little more robust, and (b) complies with Linus' idea of no BUGs
      unless absolutely necessary.
      bee95701
    • Matthew Dharm's avatar
      [PATCH] usb-storage: variable renames · 684fa462
      Matthew Dharm authored
      This patch changes the struct us_data 'ss' to 'us' to be consistent with
      the rest of the code.  The old name was a legacy artifact.
      
      There are no functional changes here.
      684fa462
    • Matthew Dharm's avatar
      [PATCH] usb-storage: fix CB/CBI · aa397ac4
      Matthew Dharm authored
      When we fixed the error handling, we accidentally made a mistake.  A STALL
      on a control endpoint isn't necessarily a fatal thing -- it can be used to
      indicate a command failure.
      
      This fixes bugzilla bug #510.
      
       - A control endpoint stall when sending the command to a CB/CBI device is
         legal.  Our error handling was just a little too agressive.
      aa397ac4
  2. 04 Apr, 2003 15 commits
  3. 03 Apr, 2003 21 commits