1. 628ef0d usb: udc: add usb_udc_vbus_handler by Peter Chen · 10 years ago
  2. dfea9c9 usb: udc: store usb_udc pointer in struct usb_gadget by Peter Chen · 10 years ago
  3. 06ed0de usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml by Masanari Iida · 10 years ago
  4. 80b2502 usb: gadget: introduce is_selfpowered for usb_gadget by Peter Chen · 10 years ago
  5. 02e8c96 usb: gadget: udc: core: prepend udc_attach_driver with usb_ by Felipe Balbi · 10 years ago
  6. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  7. 3fc2aa5 usb: gadget: Introduce usb_gadget_giveback_request() by Michal Sojka · 10 years ago
  8. 974a70b usb: gadget: udc-core: add utility for bus reset by Peter Chen · 10 years ago
  9. ef979a2 usb: gadget: add reset API at usb_gadget_driver by Peter Chen · 10 years ago
  10. 8913dc0 usb: gadget: document a usb_ep_dequeue() requirement by Paul Zimmerman · 10 years ago
  11. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  12. 0b2d2bb usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadget by David Cohen · 11 years ago
  13. d8318d7 usb: gadget: move bitflags to the end of usb_gadget struct by David Cohen · 11 years ago
  14. 5702f75 usb: gadget: udc-core: move sysfs_notify() to a workqueue by Felipe Balbi · 11 years ago
  15. de97f25 Correct typo "supperspeed" to "superspeed". by Robert P. J. Day · 12 years ago
  16. 792bfcf usb: gadget: udc-core: introduce usb_add_gadget_udc_release() by Felipe Balbi · 12 years ago
  17. 49401f4 usb: gadget: introduce gadget state tracking by Felipe Balbi · 13 years ago
  18. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  19. f07bd56b usb: gadget: udc-core: allow udc class register gadget device by Felipe Balbi · 12 years ago
  20. 2d7ebbb usb: gadget: completely remove ->start/->stop by Felipe Balbi · 12 years ago
  21. 9bb2859 usb: gadget: composite: introduce usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  22. 4c49a5f usb: gadget: udc-core: introduce UDC binding by name by Sebastian Andrzej Siewior · 12 years ago
  23. 10287ba usb: gadget: always update HS/SS descriptors and create a copy of them by Sebastian Andrzej Siewior · 12 years ago
  24. e87bb71 usb: gadget: move global vars from epautoconf into struct usb_gadget by Sebastian Andrzej Siewior · 12 years ago
  25. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  26. 9395295 usb: gadget: move bind() callback back to struct usb_gadget_driver by Sebastian Andrzej Siewior · 12 years ago
  27. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  28. a698908 usb: gadget: add generic map/unmap request utilities by Felipe Balbi · 13 years ago
  29. 898c608 usb: gadget: introduce support for sg lists by Felipe Balbi · 13 years ago
  30. a7250db usb: gadget: enlarge maxburst bit width. by Yu Xu · 13 years ago
  31. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  32. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  33. 089b837 usb: gadget: fix typo for default U1/U2 exit latencies by Felipe Balbi · 13 years ago
  34. 352c2dc usb: gadget: udc-core: add "new-style" registration interface by Sebastian Andrzej Siewior · 14 years ago
  35. e9c23a2 usb: gadget: add missing #include's by Sergei Shtylyov · 14 years ago
  36. bdb64d7 usb: gadget: add SuperSpeed support to the Gadget Framework by Tatyana Brokhman · 14 years ago
  37. a59d6b9 usb: gadget: add streams support to the gadget framework by Tatyana Brokhman · 14 years ago
  38. ea2a1df usb: gadget: use config_ep_by_speed() instead of ep_choose() by Tatyana Brokhman · 14 years ago
  39. 48767a4 usb: gadget: configure endpoint according to gadget speed by Tatyana Brokhman · 14 years ago
  40. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 14 years ago
  41. 2ccea03 usb: gadget: introduce UDC Class by Felipe Balbi · 14 years ago
  42. 325fd18 USB: gadget.h depends on ch9.h so include ch9.h directly by Mark Brown · 14 years ago
  43. 3ab810f usb gadget: fix all Section mismatch warnings by Randy Dunlap · 14 years ago
  44. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  45. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  46. 0858a3a USB: include/usb/*.h checkpatch cleanup by Greg Kroah-Hartman · 15 years ago
  47. f48cf80 USB: Composite framework: Add suspended sysfs entry by Fabien Chouteau · 15 years ago
  48. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  49. c2344f1 USB: gpio_vbus: add delayed vbus_session calls by Robert Jarzmik · 16 years ago
  50. f579c2b USB Gadget: documentation update by Alan Stern · 17 years ago
  51. a4c39c4 usb gadget: descriptor copying support by David Brownell · 17 years ago
  52. a5e54b0 USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance by David Lopo · 17 years ago
  53. dda43a0 USB: Standardize inclusion protection and add where missing. by Robert P. J. Day · 17 years ago
  54. 20f590d USB: Remove __KERNEL__ check from non-exported gadget.h. by Robert P. J. Day · 17 years ago
  55. 41dceed USB: fix codingstyle issues in include/linux/usb/ by Greg Kroah-Hartman · 17 years ago
  56. fd39c86 docbook: fix usb content by Randy Dunlap · 17 years ago
  57. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago[Renamed (99%) from include/linux/usb_gadget.h]
  58. a4e3ef5 USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup by David Brownell · 17 years ago
  59. efc9052 USB: usb_gadget.h whitespace fixes by David Brownell · 17 years ago
  60. c67ab13 usb gadget stack: remove usb_ep_*_buffer(), part 2 by David Brownell · 18 years ago
  61. 9d8bab5 usb gadget stack: remove usb_ep_*_buffer(), part 1 by David Brownell · 18 years ago
  62. a353678 [PATCH] USB: gadget section fixups by David Brownell · 18 years ago
  63. 329af28 [PATCH] USB: gadget driver section fixups by David Brownell · 19 years ago
  64. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  65. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 20 years ago
  66. 1bbc169 [PATCH] USB: gadget driver updates (SETUP api change) by David Brownell · 20 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago