1. cea1c15 usb: gadget: legacy: set max_speed to super-speed by Roger Quadros · 4 years, 6 months ago
  2. 872ce51 usb: gadget: fix unused-but-set-variale warnings by Michal Nazarewicz · 8 years ago
  3. 0aecfc1 usb: gadget: composite: remove redundant bcdUSB setting in legacy by Igor Kotrasinski · 9 years ago
  4. 75c9310 usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  5. c41b33c usb: gadget: g_ffs: Fix counting of missing_functions by Krzysztof Opasiak · 9 years ago
  6. c94e289f usb: gadget: remove incorrect __init/__exit annotations by Arnd Bergmann · 9 years ago
  7. 2b87cd2 usb: gadget: gadgetfs: fix sparse warnings by Lad, Prabhakar · 9 years ago
  8. 8443f2d usb: gadget: Gadget directory cleanup - group legacy gadgets by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/g_ffs.c]
  9. d668b4f usb: gadget: FunctionFS: Return -ENOENT instead of -ENODEV when device not found. by Krzysztof Opasiak · 10 years ago
  10. 6f823cd usb: gadget: g_ffs: convert to new interface of f_fs by Andrzej Pietrasiewicz · 11 years ago
  11. 5920cda usb: gadget: FunctionFS: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 11 years ago
  12. 4b187fc usb: gadget: FunctionFS: add devices management code by Andrzej Pietrasiewicz · 11 years ago
  13. e72c39c usb: gadget: FunctionFS: create utility file by Andrzej Pietrasiewicz · 11 years ago
  14. 6e257b1 usb: gadget: g_ffs: convert to new interface of f_rndis by Andrzej Pietrasiewicz · 11 years ago
  15. 85aec59 usb: gadget: g_ffs: convert to new interface of f_subset by Andrzej Pietrasiewicz · 11 years ago
  16. f212ad4 usb: gadget: g_ffs: convert to new interface of f_ecm by Andrzej Pietrasiewicz · 11 years ago
  17. 1ec8f00 usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variable by Andrzej Pietrasiewicz · 11 years ago
  18. e81b1a6 usb: g_ffs: fix compilation warning by David Cohen · 11 years ago
  19. f466c63 usb: gadget: f_rndis: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 11 years ago
  20. 8cedba7 usb: gadget: f_subset: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 11 years ago
  21. fee562a usb: gadget: f_ecm: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 11 years ago
  22. cbbd14a usb: gadget: rndis: convert into module by Andrzej Pietrasiewicz · 11 years ago
  23. f1a1823 usb: gadget: u_ether: convert into module by Andrzej Pietrasiewicz · 11 years ago
  24. 64dc9e2 Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  25. d6a0143 usb: gadget: move the global the_dev variable to their users by Sebastian Andrzej Siewior · 12 years ago
  26. 3416905 usb: gadget: ffs: fix enable multiple instances by Andrzej Pietrasiewicz · 11 years ago
  27. 721e2e9 usb: gadget: libcomposite: move composite.c into libcomposite by Sebastian Andrzej Siewior · 12 years ago
  28. cc2683c usb: gadget: Provide a default implementation of default manufacturer string by Sebastian Andrzej Siewior · 12 years ago
  29. d33f74f usb: gadget: remove string override from struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  30. 276e2e4 usb: gadget: make sure each gadget is using same index for Product, Serial,… by Sebastian Andrzej Siewior · 12 years ago
  31. 7d16e8d usb: gadget: push VID/PID/USB BCD module option into gadgets by Sebastian Andrzej Siewior · 12 years ago
  32. dc995fc usb: gadget: libcomposite: add epautoconf.c to libcomposite by Sebastian Andrzej Siewior · 12 years ago
  33. 0ba16de usb: gadget: libcomposite: move config.c into libcomposite by Sebastian Andrzej Siewior · 12 years ago
  34. a84d9e5 usb: gadget: start with libcomposite by Sebastian Andrzej Siewior · 12 years ago
  35. 03e42bd usb: gadget: move bind() callback back to struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  36. c2ec75c usb: gadget: push all usb_composite_driver structs into __refdata by Sebastian Andrzej Siewior · 12 years ago
  37. 581791f FunctionFS: enable multiple functions by Andrzej Pietrasiewicz · 12 years ago
  38. 8545e60 usb: gadget: FunctionFS: make module init & exit __init & __exit by Andrzej Pietrasiewicz · 12 years ago
  39. 54b8360 usb: gadget: update Michal Nazarewicz's email address by Michal Nazarewicz · 12 years ago
  40. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  41. 35a0e0b usb: gadget: add max_speed to usb_composite_driver by Tatyana Brokhman · 13 years ago
  42. aa02f17 usb: gadget: g_fs: Fix compilation warning by Michal Nazarewicz · 14 years ago
  43. 5ab54cf usb: gadget: FunctionFS: fix typos and coding style by Michal Nazarewicz · 14 years ago
  44. c9bfff9 usb gadget: don't save bind callback in struct usb_configuration by Uwe Kleine-König · 14 years ago
  45. 07a18bd usb gadget: don't save bind callback in struct usb_composite_driver by Michal Nazarewicz · 14 years ago
  46. fc19de6 USB: gadget: functionfs: code cleanup by Michal Nazarewicz · 14 years ago
  47. ba0534b USB: gadget: g_ffs: fixed vendor and product ID by Michal Nazarewicz · 14 years ago
  48. f8dae53 USB: gadget: g_fs: code cleanup by Michal Nazarewicz · 14 years ago
  49. 7898aee USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config() by Michal Nazarewicz · 14 years ago
  50. f588c0d USB: gadget: g_fs: possible invalid pointer reference bug fixed by Michal Nazarewicz · 14 years ago
  51. c6c5600 USB: g_ffs: the FunctionFS gadget driver by Michal Nazarewicz · 14 years ago