1. df6738d usb: gadget: Fix os desc test by Mario Schuknecht · 10 years ago
  2. 3a57187 usb: gadget: configfs: add suspend/resume by Andrzej Pietrasiewicz · 10 years ago
  3. a7c12ea usb: gadget: composite: conditionally dequeue os_desc and setup requests by Felipe Balbi · 10 years ago
  4. 5794371 usb: gadget: composite: set our req->context to cdev by Felipe Balbi · 10 years ago
  5. a661593 usb: gadget: composite: enable BESL support by Felipe Balbi · 10 years ago
  6. bf17eba Revert "usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup" by Felipe Balbi · 10 years ago
  7. 72a65a0 Revert "usb: gadget: composite: dequeue cdev->req before free its buffer" by Felipe Balbi · 10 years ago
  8. d8a816f usb: gadget: composite: add reset API at usb_gadget_driver by Peter Chen · 10 years ago
  9. be0a888 usb: gadget: composite: dequeue cdev->req before free its buffer by Li Jun · 10 years ago
  10. f226708 usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup by Li Jun · 10 years ago
  11. 849b133 usb: gadget: make return of 0 explicit by Julia Lawall · 11 years ago
  12. 37a3a53 usb: gadget: OS Feature Descriptors support by Andrzej Pietrasiewicz · 11 years ago
  13. 19824d5 usb: gadget: OS String support by Andrzej Pietrasiewicz · 11 years ago
  14. 6027f31 usb: gadget: set gadget state as configured by Peter Chen · 11 years ago
  15. dad4bab usb: gadget: composite: switch over to ERR_CAST() by Felipe Balbi · 11 years ago
  16. 56b1b90 usb: gadget: should use u16 type variable to store MaxPower by Du, ChangbinX · 11 years ago
  17. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  18. a01091e usb: gadget: composite: redirect setup requests by Andrzej Pietrasiewicz · 11 years ago
  19. 2bac51a usb: gadget: composite: reset delayed_status on reset_config by Michael Grzeschik · 11 years ago
  20. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  21. ce26bd2 USB: gadget: audit sysfs attribute permissions by Greg Kroah-Hartman · 11 years ago
  22. 88af8bb usb: gadget: the start of the configfs interface by Sebastian Andrzej Siewior · 12 years ago
  23. 43febb2 usb: gadget: composite: fix kernel-doc warnings by Nishanth Menon · 12 years ago
  24. 27a46633 usb: gadget: f_acm: use usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  25. 9bb2859 usb: gadget: composite: introduce usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  26. 2d5a889 usb: gadget: export composite's setup & disconnect function by Sebastian Andrzej Siewior · 12 years ago
  27. a592334 usb: gadget: factor out two helper functions from composite_bind() by Sebastian Andrzej Siewior · 12 years ago
  28. b4735778 usb: gadget: composite: add usb_remove_function() by Sebastian Andrzej Siewior · 12 years ago
  29. de53c25 usb: gadget: add some infracture to register/unregister functions by Sebastian Andrzej Siewior · 12 years ago
  30. 779d516 usb: gadget: composite: don't call driver's unbind() if bind() failed by Sebastian Andrzej Siewior · 12 years ago
  31. 8f900a9 usb: gadget: consider link speed for bMaxPower by Sebastian Andrzej Siewior · 12 years ago
  32. 10287ba usb: gadget: always update HS/SS descriptors and create a copy of them by Sebastian Andrzej Siewior · 12 years ago
  33. ed9cbda usb: gadget: remove usb_gadget_controller_number() by Sebastian Andrzej Siewior · 12 years ago
  34. d80c304 usb: gadget: libcomposite: move MODULE_VERSION to composite.c by Sebastian Andrzej Siewior · 12 years ago
  35. 721e2e9 usb: gadget: libcomposite: move composite.c into libcomposite by Sebastian Andrzej Siewior · 12 years ago
  36. cc2683c usb: gadget: Provide a default implementation of default manufacturer string by Sebastian Andrzej Siewior · 12 years ago
  37. d33f74f usb: gadget: remove string override from struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  38. 2d35ee4 usb: gadget: push iProduct into gadgets by Sebastian Andrzej Siewior · 12 years ago
  39. 03de9bf usb: gadget: push iManufacturer into gadgets by Sebastian Andrzej Siewior · 12 years ago
  40. 1cf0d26 usb: gadget: push iSerialNumber into gadgets by Sebastian Andrzej Siewior · 12 years ago
  41. 7d16e8d usb: gadget: push VID/PID/USB BCD module option into gadgets by Sebastian Andrzej Siewior · 12 years ago
  42. 7225849 usb: gadget: make composite module options readonly only by Sebastian Andrzej Siewior · 12 years ago
  43. 40bfef05 usb: gadget: remove bufsiz from struct usb_composite_dev by Sebastian Andrzej Siewior · 12 years ago
  44. e13f17f usb: gadget: move USB_BUFSIZ into global composite.h by Sebastian Andrzej Siewior · 12 years ago
  45. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  46. 9395295 usb: gadget: move bind() callback back to struct usb_gadget_driver by Sebastian Andrzej Siewior · 12 years ago
  47. 03e42bd usb: gadget: move bind() callback back to struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  48. fac3a43 usb: gadget: move bind callback into driver struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  49. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  50. 4fefe9f6 usb composite: fix locking in usb_function_activate by Michael Grzeschik · 12 years ago
  51. b785ea7 usb: gadget: composite: fix ep->maxburst initialization by Felipe Balbi · 13 years ago
  52. cad4cd8 usb: gadget: composite: add iSerialNumber to usb_composite_driver by Andrzej Pietrasiewicz · 13 years ago
  53. 4fffd6e5 usb: gadget: composite: make module parameters accessible at runtime by Andrzej Pietrasiewicz · 13 years ago
  54. 02e8161 usb: gadget: composite: Initialize config->interface by Benoit Goby · 13 years ago
  55. 51cce6f usb: gadget: composite: Add usb_remove_config by Benoit Goby · 13 years ago
  56. 20c5e74 usb: gadget: add a sparse endian notation by Dan Carpenter · 13 years ago
  57. 124ef38 usb: gadget: composite: prevent a memory leak when configuration bind fails by Yongsul Oh · 13 years ago
  58. 9e878a6 usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too by Paul Zimmerman · 13 years ago
  59. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  60. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  61. 089b837 usb: gadget: fix typo for default U1/U2 exit latencies by Felipe Balbi · 13 years ago
  62. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  63. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  64. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  65. a8f2115 usb: gadget: composite: fix bMaxPacketSize for SuperSpeed by Sebastian Andrzej Siewior · 13 years ago
  66. 765f5b8 usb: gadget: defer setting maxpacket till ->setup() by Sebastian Andrzej Siewior · 14 years ago
  67. bdb64d7 usb: gadget: add SuperSpeed support to the Gadget Framework by Tatyana Brokhman · 14 years ago
  68. 35a0e0b usb: gadget: add max_speed to usb_composite_driver by Tatyana Brokhman · 14 years ago
  69. 7c884fe usb: gadget: coding style fix by Tatyana Brokhman · 14 years ago
  70. 48767a4 usb: gadget: configure endpoint according to gadget speed by Tatyana Brokhman · 14 years ago
  71. 1b9ba00 usb: gadget: composite: Allow function drivers to pause control transfers by Roger Quadros · 14 years ago
  72. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  73. 2edb11c usb: gadget: composite: fix req->length in composite_setup() by Maulik Mankad · 14 years ago
  74. 05c3eeb USB: Gadget: Reorder driver name assignment by Jassi Brar · 14 years ago
  75. ff085de USB: Gadget: Composite: Debug interface comparison by Jassi Brar · 14 years ago
  76. 3c47eb0 usb: gadget: composite: avoid access beyond array max length by Maulik Mankad · 14 years ago
  77. 2af1084 USB: Merge 2.6.37-rc5 into usb-next by Greg Kroah-Hartman · 14 years ago
  78. dbb442b Revert "USB: gadget: Allow function access to device ID data during bind()" by Greg Kroah-Hartman · 14 years ago
  79. daba580 USB: gadget: Remove suspended sysfs file before freeing cdev by Pavankumar Kondeti · 14 years ago
  80. b23f2f9 usb: composite gadget: set vbus_draw current limitation during suspend by Hao Wu · 14 years ago
  81. 78bff3c USB: gadget: composite: Typo fix. by Marek Belisko · 14 years ago
  82. 5c836e4 usb gadget: composite: prevent OOPS for non-standard control request by Roger Quadros · 14 years ago
  83. c9bfff9 usb gadget: don't save bind callback in struct usb_configuration by Uwe Kleine-König · 14 years ago
  84. 07a18bd usb gadget: don't save bind callback in struct usb_composite_driver by Michal Nazarewicz · 14 years ago
  85. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  86. ad1a810 USB: gadget: composite: Better string override handling by Michal Nazarewicz · 14 years ago
  87. 37b5801 USB Gadget: Verify VBUS current before setting the device self-powered bit by Parirajan Muthalagu · 14 years ago
  88. d187abb USB: gadget: fix composite kernel-doc warnings by Randy Dunlap · 14 years ago
  89. 3f3e12d USB: gadget: composite: added disconnect callback by Michal Nazarewicz · 15 years ago
  90. f2adc4f USB: gadget: composite: usb_string_ids_*() functions added by Michal Nazarewicz · 15 years ago
  91. 1ab8323 USB: gadget: Allow function access to device ID data during bind() by Robert Lukassen · 15 years ago
  92. 28824b1 USB: gadget: __init and __exit tags removed by Michal Nazarewicz · 15 years ago
  93. f48cf80 USB: Composite framework: Add suspended sysfs entry by Fabien Chouteau · 15 years ago
  94. dd0543e usb: gadget: Allow larger configuration descriptors by Robert Lukassen · 15 years ago
  95. 915c8be USB: composite: usb_composite_unregister() no longer __exit by Michal Nazarewicz · 15 years ago
  96. 5242658 USB gadget: Handle endpoint requests at the function level by Laurent Pinchart · 15 years ago
  97. 417b57b USB: gadget: Read buffer overflow by Roel Kluin · 15 years ago
  98. 8942939 USB: gadget: composite device-level suspend/resume hooks by David Brownell · 16 years ago
  99. b2bdf3a USB: composite: avoid inconsistent lock state by Felipe Balbi · 16 years ago
  100. 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