1. aafe5bd [PATCH] USB: g_file_storage: use module_param_array_named macro by Alan Stern · 18 years ago
  2. 14cd5f8 [PATCH] USB: g_file_storage: add comment about buffer allocation by Alan Stern · 18 years ago
  3. 70ffe6e [PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfers by Alan Stern · 18 years ago
  4. 950ee4c [PATCH] USB: net2282 and net2280 software compatibility by Guennadi Liakhovetski · 18 years ago
  5. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  6. 7039f42 [PATCH] USB: kzalloc() conversion in drivers/usb/gadget by Eric Sesterhenn · 18 years ago
  7. 1afc64a [PATCH] USB: ethernet gadget driver section fixups by Aras Vaichas · 18 years ago
  8. 329af28 [PATCH] USB: gadget driver section fixups by David Brownell · 18 years ago
  9. 0eb8c7c [PATCH] USB: Zero driver: Removed duplicated code by Franck Bui-Huu · 18 years ago
  10. 1c05ad4 [PATCH] recognize three more usb peripheral controllers by David Brownell · 18 years ago
  11. 7802ac5 [PATCH] USB: minor gadget/rndis tweak by David Brownell · 19 years ago
  12. bae4bd8 [PATCH] USB: add support for AT91 gadget by David Brownell · 19 years ago
  13. 8763716 [PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow) by Shaun Tancheff · 18 years ago
  14. d5ec334 [PATCH] USB: lh7a40x gadget driver: Fixed a dead lock by Franck Bui-Huu · 18 years ago
  15. 69396dc [PATCH] USB: gadget zero and dma-coherent buffers by David Brownell · 19 years ago
  16. 9790636 [PATCH] USB: gadgetfs: set "zero" flag for short control-IN response by Alan Stern · 19 years ago
  17. 682d4c8 [PATCH] USB: net2280 warning fix by David Brownell · 19 years ago
  18. d78967f [PATCH] Remove usb gadget generic driver methods by Russell King · 19 years ago
  19. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  20. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  21. 52950ed [PATCH] USB: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  22. 3cf0a22 [PATCH] USB Gadget: dummy_hcd: updates to hcd->state by Alan Stern · 19 years ago
  23. a21d4fe [PATCH] USB Gadget: file_storage: remove "volatile" declarations by Alan Stern · 19 years ago
  24. 3aea4a7 [PATCH] USB: Cleanups for usb gadget mass-storage by Pavel Machek · 19 years ago
  25. 949bf64 [PATCH] USB: One potential problem in gadget/serial.c by Fengwei Yin · 19 years ago
  26. 8364d6b [PATCH] USB: dummy_hcd: rename variables by Alan Stern · 19 years ago
  27. 87c4252 [PATCH] USB: file-storage gadget: Add reference count for children by Alan Stern · 19 years ago
  28. cca2362 [PATCH] USB: fix build breakage in dummy_hcd.c by Greg Kroah-Hartman · 19 years ago
  29. 5643f00 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  30. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  31. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  32. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  33. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  34. d0d5049 [PATCH] USB: gadget drivers - add .owner initialisation by Ben Dooks · 19 years ago
  35. 4e67185 [PATCH] add usb transceiver set_suspend() method by Juha Yrj?l? · 19 years ago
  36. cb97c5c [PATCH] omap_udc dma off-by-one fix by David Brownell · 19 years ago
  37. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  38. a922c68 [PATCH] g_file_storage: fix obscure race condition by Alan Stern · 19 years ago
  39. 22efcf4 [PATCH] USB: File-Storage gadget: use the kthread API by Alan Stern · 19 years ago
  40. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  41. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  42. 83928e1 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  43. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  44. 63a4b52 [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defined in pxa-regs.h by Ian Campbell · 19 years ago
  45. 2ba08e8 [PATCH] USB: fix pxa2xx_udc compile warnings by Richard Purdie · 19 years ago
  46. 4809ecc [PATCH] USB gadgetfs: fixes an error on writing to endpoint file by Pavol Kurina · 19 years ago
  47. 91e79c9 [PATCH] USB: Gadget library: centralize gadget controller numbers by David Brownell · 19 years ago
  48. 1d7beee [PATCH] USB: omap_udc tweaks by david-b@pacbell.net · 19 years ago
  49. e828264 [PATCH] USB: gadget/ether build fixes. by Ian Campbell · 19 years ago
  50. 05f3340 [PATCH] USB: gadget/ether fixes by Ian Campbell · 19 years ago
  51. 30e6959 [PATCH] USB: net2280 warning fix by Andrew Morton · 19 years ago
  52. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  53. 822e14a [PATCH] USB: resolve ethernet gadget build glitch on pxa by David Brownell · 19 years ago
  54. 486e2df [PATCH] USB gadget: drain rndis response queue on disconnect by David Brownell · 19 years ago
  55. 45e45ab [PATCH] USB: fix drivers/usb/gadget/ether.c compile error by David Brownell · 19 years ago
  56. 391eca9 [PATCH] USB: dummy_hcd: add suspend/resume support by Alan Stern · 19 years ago
  57. cc095b0 [PATCH] USB: dummy_hcd: sparse cleanups by Alan Stern · 19 years ago
  58. 9198769 [PATCH] USB: pxa2xx_udc updates by David Brownell · 19 years ago
  59. 988199f [PATCH] USB: goku_udc updates (sparse, SETUP api change) by David Brownell · 19 years ago
  60. 320f345 [PATCH] USB: net2280 updates (sparse, SETUP api change) by David Brownell · 19 years ago
  61. 1bbc169 [PATCH] USB: gadget driver updates (SETUP api change) by David Brownell · 19 years ago
  62. 028b271 [PATCH] USB: Kconfig fixes for usb/gadget by David Brownell · 19 years ago
  63. 685eb93 [PATCH] USB dummy_hcd: Use root-hub interrupts instead of polling by Alan Stern · 19 years ago
  64. f1c39fa [PATCH] USB dummy_hcd: Centralize link state computations by Alan Stern · 19 years ago
  65. d9b7625 [PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC by Alan Stern · 19 years ago
  66. c2db8b5 [PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STAT by Alan Stern · 19 years ago
  67. 5742b0c [PATCH] USB dummy_hcd: Partial OTG emulation by Alan Stern · 19 years ago
  68. 6511108 [PATCH] USB: more omap_udc updates (dma and omap1710) by David Brownell · 19 years ago
  69. 907cba3 [PATCH] USB: ethernet gadget updates (mostly cleanup) by David Brownell · 19 years ago
  70. 340600a [PATCH] USB: rndis updates (mostly cleanup) by David Brownell · 19 years ago
  71. 247f310 [PATCH] USB HCDs: no longer need to register root hub by Alan Stern · 19 years ago
  72. bc96c0a [PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget by Alan Stern · 19 years ago
  73. 313980c [PATCH] USB: omap_udc updates (mostly cleanups) by David Brownell · 19 years ago
  74. d794ac7 [PATCH] USB: g_file_storage: export "stall" parameter by Alan Stern · 19 years ago
  75. 76f4af8 [PATCH] USB: g_file_storage: Consolidate min()s by Alan Stern · 19 years ago
  76. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  77. 10523b3 [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  78. 093cf72 [PATCH] USB: Spelling fixes for drivers/usb. by Steven Cole · 19 years ago
  79. 6cdee10 [PATCH] usb gadget: ethernet/rndis updates by David Brownell · 19 years ago
  80. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 19 years ago
  81. ba9d35f [PATCH] USB: fix up remaining pm_message_t usages by Pavel Machek · 19 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago