1. 17 Dec, 2007 3 commits
    • Jeff Long's avatar
      USB: cp2101: new device id · 8be27c2d
      Jeff Long authored
      This adds a device ID for the Aerocomm Radio Modem, which uses the
      cp2102.  I'm sure changing num_bulk_in/num_bulk_out to NUM_DONT_CARE
      is the wrong fix, but this is the only device I have with a cp2102,
      so I have no idea what a good global value would be, if there is one.
      Zero didn't work with this device.
      
      From: Jeff Long <JeffLong@mitre.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      8be27c2d
    • Doug Maxey's avatar
      usb-storage: Fix devices that cannot handle 32k transfers · 33abc04f
      Doug Maxey authored
      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: default avatarDoug Maxey <dwm@austin.ibm.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      33abc04f
    • agilmore@wirelessbeehive.com's avatar
      USB: sierra: fix product id · b9e13ac3
      agilmore@wirelessbeehive.com authored
      Attached is a patch to fix the addition of the new product ids I sent.
      
      It is against 2.6.24-rc4, as Linus included the broken version of the
      patch I sent you in that tree. :(
      
      Not sure if this is the right method to go about this, but hopefully I got
      it right this time.
      Signed-off-by: default avatarAndrew Gilmore <agilmore@wirelessbeehive.com>
      CC: Kevin Lloyd <klloyd@sierrawireless.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      b9e13ac3
  2. 12 Dec, 2007 12 commits
  3. 11 Dec, 2007 25 commits