[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cdi-devel] [PATCH 00/10] usb: Some fixes



Several generic fixes for the USB bus driver, and one for usb-storage.

Some usb patches (like the last one) are not strictly fixes, but are
nice to have anyway; the same applies to the ehci patch.


Max Reitz (10):
  usb: extern "C" {}
  usb: Add necessary recovery intervals
  usb: Ignore hub power switching errors
  usb: Make descriptors inherit from a common base
  usb: Store hub and hub_port for each usb_device
  usb: Create provide_virtual_devices()
  usb: Fix and simplify debugging code
  usb: Clear ENDPOINT_HALT on stalling bulk transfer
  usb-storage: Drop bulk_only_reset()'s return value
  ehci: Use __attribute__((aligned()))

 ehci/ehci.c                  |   3 +
 ehci/ehci.h                  |  33 ++--
 include/cdi/usb-structures.h |  26 ++-
 include/cdi/usb.h            |   8 +
 usb-storage/usb-storage.c    |  18 +-
 usb/usb.c                    | 380 ++++++++++++++++++++++++++-----------------
 usb/usb.h                    |   2 +
 7 files changed, 282 insertions(+), 188 deletions(-)

-- 
2.6.4