1. 22 6月, 2006 1 次提交
  2. 21 3月, 2006 1 次提交
  3. 18 11月, 2005 1 次提交
  4. 29 10月, 2005 2 次提交
    • D
      [PATCH] usb-storage: Some minor shuttle_usbat cleanups · b7b1e655
      Daniel Drake 提交于
      A while ago, Matthew Dharm wrote:
      > Looks good.  Tho, I would like to see a future patch to do two things:
      > 	1) Change comments from C++ style to C-style
      > 	2) Make sure we're naming consistently everywhere SCM, USBAT,
      > 	USBAT-02 (most noticably needing fixing is the string used at
      > 	transport-selection time, but a sweep of all uses to be consistent
      > 	would be in order).
      
      Sorry for the long delay, here is a patch to address this. I also clarified
      some ATA/ATAPI wording + function names.
      Signed-off-by: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
       drivers/usb/storage/shuttle_usbat.c |  306 ++++++++++++++++++++----------------
       drivers/usb/storage/shuttle_usbat.h |   66 +++----
       drivers/usb/storage/transport.h     |    2
       drivers/usb/storage/unusual_devs.h  |   10 -
       drivers/usb/storage/usb.c           |    4
       5 files changed, 213 insertions(+), 175 deletions(-)
      b7b1e655
    • D
      [PATCH] USB Storage: HP8200: Another device type detection fix · a8798533
      Daniel Drake 提交于
      There appears to be one more case where the HP8200 CD writer devices are
      detected as flash readers - when the USB cable is replugged after use, with
      the power cable still connected.
      
      Oddly enough, the identify device command appears to 'fall through' when the
      devices are in this state, the status register reading exactly the same opcode
      as the command (0xA1) that was just executed.
      
      I think it's safe to label this behaviour as specific to HP8200 devices, I
      can't get the flash devices to respond like this.
      
      This patch should solve the last of the HP8200 issues which have cropped up
      recently.
      Signed-off-by: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
       drivers/usb/storage/shuttle_usbat.c |   12 ++++++------
       1 file changed, 6 insertions(+), 6 deletions(-)
      a8798533
  5. 09 9月, 2005 1 次提交
    • D
      [PATCH] USB: Fix HP8200 detection in shuttle_usbat · 68a6457e
      Daniel Drake 提交于
      Adding flash-device support to the shuttle_usbat driver in 2.6.11
      introduced the need to detect which type of device we are dealing with:
      CDRW drive, or flash media reader.
      
      The detection routine used turned out to not work for HP8200 CDRW users,
      who saw their devices being detected as a flash disk.
      
      This patch (which has been tested on both flash and cdrom) removes some
      unnecessary code, moves device detection to much later during
      initialization, and introduces a new detection routine which appears to
      work.
      Signed-off-by: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      68a6457e
  6. 04 5月, 2005 1 次提交
    • S
      [PATCH] USB: Spelling fixes for drivers/usb. · 093cf723
      Steven Cole 提交于
      Here are some spelling corrections for drivers/usb.
      
      cancelation -> cancellation
      succesful -> successful
      cancelation -> cancellation
      decriptor -> descriptor
      Initalize -> Initialize
      wierd -> weird
      Protocoll -> Protocol
      occured -> occurred
      successfull -> successful
      Procesing -> Processing
      devide -> divide
      Isochronuous -> Isochronous
      noticable -> noticeable
      Basicly -> Basically
      transfering -> transferring
      intialize -> initialize
      Incomming -> Incoming
      additionnal -> additional
      asume -> assume
      Unfortunatly -> Unfortunately
      retreive -> retrieve
      tranceiver -> transceiver
      Compatiblity -> Compatibility
      Incorprated -> Incorporated
      existance -> existence
      Ununsual -> Unusual
      Signed-off-by: NSteven Cole <elenstev@mesatop.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      093cf723
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4