1. c67b0e4 usb, composite: after unregister gadget driver set composite to NULL by Heiko Schocher · 11 years ago
  2. 64cfd3f usb: gadget: add Faraday FOTG210 USB gadget support by Kuo-Jung Su · 11 years ago
  3. f6664ba usb: gadget: Use unaligned access for wMaxPacketSize by Vivek Gautam · 11 years ago
  4. e0e89e2 pxa27x_udc: remove call to unimplemented set_GPIO_mode() by Mike Dunn · 11 years ago
  5. b528f71 usb:gadget: USB Mass Storage Gadget support by Lukasz Majewski · 12 years ago
  6. b4d36f6 usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel by Piotr Wilczek · 12 years ago
  7. dee1d99 usb:composite: USB Mass Storage - storage_common.c from Linux kernel by Lukasz Majewski · 12 years ago
  8. f7b4162 usb:composite:fix Provide function data when addressing device with only one interface by Lukasz Majewski · 12 years ago
  9. a04983d usb: Fix bug when both DFU & ETHER are defined by Pantelis Antoniou · 12 years ago
  10. 80eb1bd dfu: Properly zero out timeout value by Pantelis Antoniou · 12 years ago
  11. 598cf60 g_dnl: Properly terminate string list. by Pantelis Antoniou · 12 years ago
  12. 5a413ca g_dnl: Issue connect/disconnect as appropriate by Pantelis Antoniou · 12 years ago
  13. 27460be pxa25x_udc: Remove usbdescriptors.h by Lukasz Dalek · 12 years ago
  14. 66dc452 Remove obsolete header file by Pantelis Antoniou · 12 years ago
  15. eb81955 musb-new: port of Linux musb driver by Ilya Yanok · 12 years ago
  16. 82651c3 linux/usb/ch9.h: update with the version from Linux tree by Ilya Yanok · 12 years ago
  17. 57a87a2 usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  18. b9f4bc3 Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  19. 3c09a28 pxa25x: Add support for USB ethernet gadget by Lukasz Dalek · 12 years ago
  20. 2bb3788 usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  21. 4c43cd5 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  22. 563aed2 usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  23. b819ddb dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget by Lukasz Majewski · 12 years ago
  24. 1d4a0b6 dfu:usb: Support for g_dnl composite download gadget. by Lukasz Majewski · 12 years ago
  25. 10cbe3b net: Fix remaining API interface breakage by Joe Hershberger · 12 years ago
  26. 6734b6b usb:udc:samsung Add functions for storing private gadget data in UDC driver by Lukasz Majewski · 12 years ago
  27. 7010f5b usb:gadget:composite USB composite gadget support by Lukasz Majewski · 12 years ago
  28. f3b05ca usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls by Lukasz Majewski · 12 years ago
  29. b930053 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · 12 years ago
  30. 6777a3c lin_gadget: use common linux/compat.h by Mike Frysinger · 12 years ago
  31. f9da0f8 Enable high speed support for USB device framework and usbtty by Vipin KUMAR · 13 years ago
  32. 7cf7bef usb:udc:samsung:fix Remove the req_config flag by Łukasz Majewski · 13 years ago
  33. f50dcd6 USB:gadget:designware Fix memory nonalignment issue by Shiraz Hashim · 13 years ago
  34. 4df4f3c USB:gadget:designware Make locally used functions static by Amit Virdi · 13 years ago
  35. 23b0e69 USB:gadget:designware Support high speed by Vipin KUMAR · 13 years ago
  36. dc3e773 USB:gadget:designware Device controller bugfixes by Vipin KUMAR · 13 years ago
  37. 2721551 USB:gadget:designware USB device controller (UDC) implementation by Vipin KUMAR · 13 years ago
  38. ea2d915 usb: s3c_udc_otg: fix GCC 4.6 build warnings by Anatolij Gustschin · 13 years ago
  39. 10879aa drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup by Wolfgang Denk · 13 years ago
  40. b2fb47f USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  41. 38517a7 usb:gadget:s5p USB Device Controller (UDC) implementation by Lukasz Majewski · 13 years ago
  42. bdbcdc8 pxa: convert pxa27x_udc to use read and write functions by Stefan Herbrechtsmeier · 13 years ago
  43. 26cc512 USB: gadaget: add Marvell controller support by Lei Wen · 13 years ago
  44. e6d55d2 drivers/usb/gadget/ep0.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  45. 5fea775 drivers/usb/gadget/core.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  46. abc20ab PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · 13 years ago
  47. 1466641 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 14 years ago
  48. e4ae666 USB-RNDIS: Send RNDIS state on disconnecting by Vitaly Kuzmichev · 14 years ago
  49. 7612a43 USB: Add USB RNDIS gadget protocol by Vitaly Kuzmichev · 14 years ago
  50. 8b6b66b USB-CDC: Move struct declaration before its use by Vitaly Kuzmichev · 14 years ago
  51. c85d70e USB-CDC: Port struct net_device_stats by Vitaly Kuzmichev · 14 years ago
  52. b3649f3 USB-CDC: handle interrupt after dropped pullup by Vitaly Kuzmichev · 14 years ago
  53. 58939fc USB-CDC: Move MAC addresses setting into usb_eth_init by Vitaly Kuzmichev · 14 years ago
  54. 8f7aa83 USB-CDC: Do not rename netdev after its registration by Vitaly Kuzmichev · 14 years ago
  55. 988ee3e usb_ether: register usb ethernet gadget at each eth init by Lei Wen · 14 years ago
  56. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  57. 071bc92 Coding Style cleanup by Wolfgang Denk · 14 years ago
  58. 98fae97 USB-CDC: Prevent rx_req being enqueued twice by Vitaly Kuzmichev · 14 years ago
  59. ac5d32d USB-CDC: Fix tx/rx_req memory leaks by Vitaly Kuzmichev · 14 years ago
  60. 6142e0a USB-CDC: Fix coding style issues by Vitaly Kuzmichev · 14 years ago
  61. a170f2c USB-CDC: called handle_interrupts inside usb_eth_send by Stefano Babic · 14 years ago
  62. 8046077 USB-CDC: correct wrong alignment in ether.c by Stefano Babic · 14 years ago
  63. c0ef513 USB-CDC: change simple_strtol to simple_strtoul by Vitaly Kuzmichev · 14 years ago
  64. d5292c1 USB-CDC: ethernet error path potential oops fix by Vitaly Kuzmichev · 14 years ago
  65. df559c1 USB-CDC: Correct stat_req initialization by Vitaly Kuzmichev · 14 years ago
  66. 2e12abe USB-CDC: Replace 'strcpy' by 'strlcpy' by Vitaly Kuzmichev · 14 years ago
  67. 0129e32 USB-CDC: Correct freeing usb requests by Vitaly Kuzmichev · 14 years ago
  68. 7de7318 USB-CDC: Use native debug printout macros by Vitaly Kuzmichev · 14 years ago
  69. 2721dbf USB-CDC: Add lost 'qmult' definition by Vitaly Kuzmichev · 14 years ago
  70. 7b2f390 USB-CDC: Restuct USB gadget Makefile by Vitaly Kuzmichev · 14 years ago
  71. 23cd138 Integrate USB gadget layer and USB CDC driver layer by Remy Bohmer · 15 years ago
  72. 5647f78 mod change 755 => 644 for multiple files by Thomas Weber · 15 years ago
  73. 62db1c0 SPEAr : usbd driver support for SPEAr SoCs by Vipin KUMAR · 15 years ago
  74. 3ccbfb2 Support for PXA27X UDC. by Remy Bohmer · 16 years ago
  75. 2731b9a drivers/usb: regorganisation by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago