1. 25 4月, 2008 5 次提交
  2. 11 3月, 2008 1 次提交
  3. 02 2月, 2008 2 次提交
  4. 29 11月, 2007 1 次提交
  5. 20 10月, 2007 1 次提交
  6. 13 10月, 2007 4 次提交
  7. 13 7月, 2007 3 次提交
    • D
      USB: usb/dma doc updates · fbf54dd3
      David Brownell 提交于
      This patch updates some of the documentation about DMA buffer management
      for USB, and ways to avoid extra copying.  Our understanding of the issues
      has improved over time.
      
       - Most drivers should *avoid* the dma-coherent allocators.  There are
         a few exceptions (like the HID driver).
      
       - Some methods are currently commented out; it seems folk writing
         USB drivers aren't doing performance tuning at that level yet.
      
       - Just avoid highmem; there's no good way to pass an "I can do highmem
         DMA" capability through a driver stack.  This is easy, everything
         already avoids highmem.  But it'd be nice if x86_32 systems with much
         physical memory could use it directly with network adapters and mass
         storage devices.  (Patch, anyone?)
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      fbf54dd3
    • A
      USB: add power/persist device attribute · b41a60ec
      Alan Stern 提交于
      This patch (as920) adds an extra level of protection to the
      USB-Persist facility.  Now it will apply by default only to hubs; for
      all other devices the user must enable it explicitly by setting the
      power/persist device attribute.
      
      The disconnect_all_children() routine in hub.c has been removed and
      its code placed inline.  This is the way it was originally as part of
      hub_pre_reset(); the revised usage in hub_reset_resume() is
      sufficiently different that the code can no longer be shared.
      Likewise, mark_children_for_reset() is now inline as part of
      hub_reset_resume().  The end result looks much cleaner than before.
      
      The sysfs interface is updated to add the new attribute file, and
      there are corresponding documentation updates.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b41a60ec
    • A
      USB: add USB-Persist facility · 0458d5b4
      Alan Stern 提交于
      This patch (as886) adds the controversial USB-persist facility,
      allowing USB devices to persist across a power loss during system
      suspend.
      
      The facility is controlled by a new Kconfig option (with appropriate
      warnings about the potential dangers); when the option is off the
      behavior will remain the same as it is now.  But when the option is
      on, people will be able to use suspend-to-disk and keep their USB
      filesystems intact -- something particularly valuable for small
      machines where the root filesystem is on a USB device!
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0458d5b4
  8. 09 5月, 2007 1 次提交
  9. 05 5月, 2007 1 次提交
  10. 28 4月, 2007 1 次提交
  11. 08 2月, 2007 2 次提交
  12. 24 1月, 2007 1 次提交
  13. 06 1月, 2007 1 次提交
  14. 30 11月, 2006 2 次提交
  15. 04 11月, 2006 1 次提交
  16. 04 10月, 2006 6 次提交
  17. 28 9月, 2006 2 次提交
  18. 03 8月, 2006 2 次提交
  19. 13 7月, 2006 1 次提交
    • P
      [PATCH] USB: Addition of vendor/product id pair for pl2303 driver · 3d861494
      Peter Moulder 提交于
      Text from the back of the box, for your information/amusement:
      
       USB DATA CABLE
         FOR K700 Series
      
       The USB Cable is an ideal link between your mobile phone and PC. Employing
       the user-friendiy [sic] USB standard,its capacity for rapid data transfer enables functions
       such as synchronization of phone book and calendar,as well as Internet browsing via
       a modem-enabled phone.Autual [sic] connection speed is dependent on phone capacity.
      
       MADE IN CHINA
      
      From: Peter Moulder <Peter.Moulder@infotech.monash.edu.au>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3d861494
  20. 22 6月, 2006 1 次提交
  21. 02 4月, 2006 1 次提交