1. fac3a43 usb: gadget: move bind callback into driver struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  2. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  3. 4fefe9f usb composite: fix locking in usb_function_activate by Michael Grzeschik · 12 years ago
  4. b785ea7 usb: gadget: composite: fix ep->maxburst initialization by Felipe Balbi · 12 years ago
  5. cad4cd8 usb: gadget: composite: add iSerialNumber to usb_composite_driver by Andrzej Pietrasiewicz · 12 years ago
  6. 4fffd6e5 usb: gadget: composite: make module parameters accessible at runtime by Andrzej Pietrasiewicz · 12 years ago
  7. 02e8161 usb: gadget: composite: Initialize config->interface by Benoit Goby · 12 years ago
  8. 51cce6f usb: gadget: composite: Add usb_remove_config by Benoit Goby · 12 years ago
  9. 20c5e74 usb: gadget: add a sparse endian notation by Dan Carpenter · 13 years ago
  10. 124ef38 usb: gadget: composite: prevent a memory leak when configuration bind fails by Yongsul Oh · 13 years ago
  11. 9e878a6 usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too by Paul Zimmerman · 13 years ago
  12. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  13. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  14. 089b837 usb: gadget: fix typo for default U1/U2 exit latencies by Felipe Balbi · 13 years ago
  15. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  16. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  17. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  18. a8f2115 usb: gadget: composite: fix bMaxPacketSize for SuperSpeed by Sebastian Andrzej Siewior · 13 years ago
  19. 765f5b8 usb: gadget: defer setting maxpacket till ->setup() by Sebastian Andrzej Siewior · 13 years ago
  20. bdb64d7 usb: gadget: add SuperSpeed support to the Gadget Framework by Tatyana Brokhman · 13 years ago
  21. 35a0e0b usb: gadget: add max_speed to usb_composite_driver by Tatyana Brokhman · 13 years ago
  22. 7c884fe usb: gadget: coding style fix by Tatyana Brokhman · 13 years ago
  23. 48767a4 usb: gadget: configure endpoint according to gadget speed by Tatyana Brokhman · 13 years ago
  24. 1b9ba00 usb: gadget: composite: Allow function drivers to pause control transfers by Roger Quadros · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  26. 2edb11c usb: gadget: composite: fix req->length in composite_setup() by Maulik Mankad · 14 years ago
  27. 05c3eeb USB: Gadget: Reorder driver name assignment by Jassi Brar · 14 years ago
  28. ff085de USB: Gadget: Composite: Debug interface comparison by Jassi Brar · 14 years ago
  29. 3c47eb0 usb: gadget: composite: avoid access beyond array max length by Maulik Mankad · 14 years ago
  30. 2af1084 USB: Merge 2.6.37-rc5 into usb-next by Greg Kroah-Hartman · 14 years ago
  31. dbb442b Revert "USB: gadget: Allow function access to device ID data during bind()" by Greg Kroah-Hartman · 14 years ago
  32. daba580 USB: gadget: Remove suspended sysfs file before freeing cdev by Pavankumar Kondeti · 14 years ago
  33. b23f2f9 usb: composite gadget: set vbus_draw current limitation during suspend by Hao Wu · 14 years ago
  34. 78bff3c USB: gadget: composite: Typo fix. by Marek Belisko · 14 years ago
  35. 5c836e4 usb gadget: composite: prevent OOPS for non-standard control request by Roger Quadros · 14 years ago
  36. c9bfff9 usb gadget: don't save bind callback in struct usb_configuration by Uwe Kleine-König · 14 years ago
  37. 07a18bd usb gadget: don't save bind callback in struct usb_composite_driver by Michal Nazarewicz · 14 years ago
  38. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  39. ad1a810 USB: gadget: composite: Better string override handling by Michal Nazarewicz · 14 years ago
  40. 37b5801 USB Gadget: Verify VBUS current before setting the device self-powered bit by Parirajan Muthalagu · 14 years ago
  41. d187abb USB: gadget: fix composite kernel-doc warnings by Randy Dunlap · 14 years ago
  42. 3f3e12d USB: gadget: composite: added disconnect callback by Michal Nazarewicz · 14 years ago
  43. f2adc4f USB: gadget: composite: usb_string_ids_*() functions added by Michal Nazarewicz · 14 years ago
  44. 1ab8323 USB: gadget: Allow function access to device ID data during bind() by Robert Lukassen · 14 years ago
  45. 28824b1 USB: gadget: __init and __exit tags removed by Michal Nazarewicz · 14 years ago
  46. f48cf80 USB: Composite framework: Add suspended sysfs entry by Fabien Chouteau · 15 years ago
  47. dd0543e usb: gadget: Allow larger configuration descriptors by Robert Lukassen · 15 years ago
  48. 915c8be USB: composite: usb_composite_unregister() no longer __exit by Michal Nazarewicz · 15 years ago
  49. 5242658 USB gadget: Handle endpoint requests at the function level by Laurent Pinchart · 15 years ago
  50. 417b57b USB: gadget: Read buffer overflow by Roel Kluin · 15 years ago
  51. 8942939 USB: gadget: composite device-level suspend/resume hooks by David Brownell · 16 years ago
  52. b2bdf3a USB: composite: avoid inconsistent lock state by Felipe Balbi · 16 years ago
  53. 0888951 USB: composite: Fix bug: low byte of w_index is the usb interface number not the whole 2 bytes of w_index by Bryan Wu · 16 years ago
  54. dd4dff8 USB: composite: Fix bug: should test set_alt function pointer before use it by Bryan Wu · 16 years ago
  55. 36e893d usb gadget: USB_GADGET_VBUS_DRAW Kconfig option by David Brownell · 16 years ago
  56. 60beed9 usb gadget: function activation/deactivation by David Brownell · 16 years ago
  57. c24f422 usb gadget: minor USBCV fix for composite framework by David Lopo · 16 years ago
  58. 40982be usb gadget: composite gadget core by David Brownell · 16 years ago