1. 02 2月, 2008 1 次提交
    • A
      USB: usb-storage: new "lockable" subclass 0x07 · 676d3aa1
      Alan Stern 提交于
      This patch (as1011) adds a #define for the newly-created Lockable
      (i.e., password-protected) subclass 0x07 for USB mass-storage devices.
      The private ISD200 entry (which had been mapped to subclass 0x07) is
      moved to 0xf0, which is unlikely to conflict with any official
      subclass designation.
      
      The US_SC_MIN and US_SC_MAX constants aren't used anywhere, so the
      patch removes them.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      676d3aa1
  2. 18 12月, 2007 1 次提交
    • D
      usb-storage: Fix devices that cannot handle 32k transfers · 33abc04f
      Doug Maxey 提交于
      When a device cannot handle the smallest previously limited transfer
      size (64 blocks) without stalling, limit the device to the amount of
      packets that fit in a platform native page.
      
      The lowest possible limit is PAGE_CACHE_SIZE, so if the device is ever
      used on a platform that has larger than 8K pages, you lose unless you
      can convince the device firmware folks to fix the issue.
      
      Cc: Mathew Dharm <mdharm-scsi@one-eyed-alien.net>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Pete Zaitcev <zaitcev@redhat.com>
      Signed-off-by: NDoug Maxey <dwm@austin.ibm.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      33abc04f
  3. 17 2月, 2007 1 次提交
  4. 28 9月, 2006 1 次提交
  5. 03 8月, 2006 1 次提交
  6. 13 7月, 2006 1 次提交
  7. 26 4月, 2006 1 次提交
  8. 05 1月, 2006 2 次提交