1. 18 12月, 2008 1 次提交
  2. 18 10月, 2008 3 次提交
  3. 24 9月, 2008 1 次提交
  4. 17 9月, 2008 2 次提交
  5. 14 8月, 2008 2 次提交
    • O
      USB: update to Documentation · f0fa7463
      Oliver Neukum 提交于
      this mentions a new deadlock due to advanced power management.
      Signed-off-by: NOliver Neukum <oneukum@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f0fa7463
    • W
      usb: auerswald: remove driver (obsolete) · 88d987d6
      Wolfgang Mües 提交于
      This patch removes the auerswald USB driver from the linux kernel
      2.6.26.
      
      This driver was included into the kernel mainly to connect to the ISDN
      framework. This was done in linux 2.4.x. For 2.6.x, due to the fragile
      and moving ISDN support, this connection was never realized, and the
      only use of this driver was for device configuration. In the age of DSL,
      the demand of ISDN support is getting very low.
      
      Meanwhile, with the advent of libusb, an userspace driver was done for
      the device configuration which works fine for linux and mac. (Thanks to
      the libusb developers!). The userspace driver is downloadable from the
      auerswald web site.
      
      So this driver is obsolete now and has to be removed. Many thanks to all
      developers which helped me to bring this driver up and working.
      Signed-off-by: NWolfgang Muees <wolfgang@iksw-muees.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      88d987d6
  6. 27 7月, 2008 1 次提交
  7. 22 7月, 2008 3 次提交
  8. 25 4月, 2008 5 次提交
  9. 11 3月, 2008 1 次提交
  10. 02 2月, 2008 2 次提交
  11. 29 11月, 2007 1 次提交
  12. 20 10月, 2007 1 次提交
  13. 13 10月, 2007 4 次提交
  14. 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
  15. 09 5月, 2007 1 次提交
  16. 05 5月, 2007 1 次提交
  17. 28 4月, 2007 1 次提交
  18. 08 2月, 2007 2 次提交
  19. 24 1月, 2007 1 次提交
  20. 06 1月, 2007 1 次提交
  21. 30 11月, 2006 2 次提交
  22. 04 11月, 2006 1 次提交