1. 06 9月, 2012 1 次提交
  2. 31 3月, 2012 1 次提交
  3. 18 9月, 2011 1 次提交
  4. 09 7月, 2011 1 次提交
  5. 02 7月, 2011 1 次提交
  6. 12 3月, 2011 2 次提交
    • R
      usb-storage: fix menu ordering · e49c459c
      Randy Dunlap 提交于
      Move the USB_STORAGE_ENE_UB6250 entry so that it stays under the
      USB_STORAGE menu.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e49c459c
    • R
      usb-storage: ene_ub6250 depends on USB_STORAGE · 0074f59b
      Randy Dunlap 提交于
      Fix ene_ub6250 build: it uses usb_storage driver interfaces, so it
      should depend on USB_STORAGE.
      
      ene_ub6250.c:(.text+0x14ff19): undefined reference to `usb_stor_reset_resume'
      ene_ub6250.c:(.text+0x14ffb1): undefined reference to `usb_stor_bulk_transfer_buf'
      ene_ub6250.c:(.text+0x14ffdd): undefined reference to `usb_stor_bulk_srb'
      ene_ub6250.c:(.text+0x14fff1): undefined reference to `usb_stor_bulk_transfer_sg'
      ene_ub6250.c:(.text+0x1503dd): undefined reference to `usb_stor_set_xfer_buf'
      ene_ub6250.c:(.text+0x15048e): undefined reference to `usb_stor_access_xfer_buf'
      ene_ub6250.c:(.text+0x150723): undefined reference to `usb_stor_probe1'
      ene_ub6250.c:(.text+0x150795): undefined reference to `usb_stor_probe2'
      ene_ub6250.c:(.text+0x1507af): undefined reference to `usb_stor_disconnect'
      drivers/built-in.o:(.data+0x10224): undefined reference to `usb_stor_suspend'
      drivers/built-in.o:(.data+0x10230): undefined reference to `usb_stor_pre_reset'
      drivers/built-in.o:(.data+0x10234): undefined reference to `usb_stor_post_reset'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0074f59b
  7. 08 3月, 2011 1 次提交
  8. 23 1月, 2011 1 次提交
  9. 23 10月, 2010 1 次提交
  10. 18 10月, 2010 1 次提交
  11. 25 3月, 2009 12 次提交
  12. 08 1月, 2009 1 次提交
    • A
      USB: usb-storage: merge DPCM support into SDDR09 · c20b15fd
      Alan Stern 提交于
      The DPCM subdriver is a little peculiar, in that it's meant to support
      devices where LUN 0 is Compact Flash and uses the CB transport whereas
      LUN 1 is SmartMedia and uses the SDDR09 transport.  Thus DPCM isn't
      really a transport in itself; it's more like a demultiplexer.
      
      Much of the DPCM code is part of the SDDR09 subdriver already, and the
      remaining part is fairly small.  This patch (as1182) moves that extra
      piece into sddr09.c, thereby eliminating dpcm.c.  Also eliminated is
      the Kconfig entry for DPCM support; it is now listed as part of the
      SDDR09 entry.
      
      In order to make sure that the semantics are the same as before, each
      unusual_devs entry for DPCM is now present twice: once with DPCM
      support if SDDR09 is configured (as before), and once with the
      SINGLE_LUN flag and CB support otherwise.
      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>
      c20b15fd
  13. 14 11月, 2008 1 次提交
  14. 24 9月, 2008 1 次提交
  15. 14 8月, 2008 1 次提交
    • K
      USB Storage Sierra: TRU-Install feature update · 32fe5e39
      Kevin Lloyd 提交于
      This patch upgrades the support for the Sierra Wireless TRU-Install
      feature (i.e. zeroCD) to allow for future support of Linux enabled
      TRU-Install devices.
      
      By default all devices that do not have a Linux enabled TRU-Install
      device (i.e. the device does not have a Linux package on the virtual CD
      partition) will be switched into "modem mode." Devices that do contain a
      Linux package in the TRU-Install virtual CD will be allowed to enumerate
      as a CD-Rom so that either (a) a user can install the packaged software
      or (b) a user-space application (e.g. udev) can switch it to modem mode.
      
      This patch does allow for manual override by adding a usb-storage module
      parameter 'swi_tru_install' which can force the modem into either mode
      regardless of what packages it contains.
      Signed-off-by: NKevin Lloyd <klloyd@sierrawireless.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      32fe5e39
  16. 03 5月, 2008 1 次提交
  17. 25 4月, 2008 3 次提交
  18. 26 10月, 2007 1 次提交
    • A
      USB: isd200: sort out USB/IDE dependancy mess · 3794ade5
      Alan Cox 提交于
      The ISD200 driver imports a single trivial routine from the IDE layer and
      in doing so creates a mess of dependancies that drag in the entire old
      IDE layer. Even more sad - it does this for a routine which is usually
      (little endian) a null function!
      
      - Copy the function into ISD200
      - Rename it so it doesn't clash with the ide header prototype
      - Remove all the depend constraints
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3794ade5
  19. 04 10月, 2006 1 次提交
  20. 01 10月, 2006 1 次提交
  21. 28 9月, 2006 1 次提交
  22. 18 4月, 2006 1 次提交
  23. 05 1月, 2006 2 次提交
  24. 18 11月, 2005 1 次提交
  25. 29 10月, 2005 1 次提交