1. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  2. c5c69f3 USB: dummy-hcd needs the has_tt flag by Alan Stern · 13 years ago
  3. 865835f usb/dummy_hcd: don't probe for udc if hcd failed by Sebastian Andrzej Siewior · 13 years ago
  4. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  5. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 14 years ago
  6. 8be8a9d usb: dummy_hcd code simplification by Tatyana Brokhman · 14 years ago
  7. 75d87cd usb: gadget: dummy_hcd: Fix error path by Rahul Ruikar · 14 years ago
  8. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  9. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  10. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  11. e923822 USB: dummy-hcd: accept mismatch between wLength and transfer length by Alan Stern · 15 years ago
  12. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  13. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  14. 851a526 USB: gadget: dummy_hcd: implement set_wedge by Alan Stern · 16 years ago
  15. c728df7 USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next should be next (ffff88003b8f82f8) by David Brownell · 16 years ago
  16. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  17. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  18. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  19. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  20. a89a2cd USB: dummy-hcd: use dynamic allocation for platform_devices by Alan Stern · 16 years ago
  21. 9063ff4 USB: gadget: dummy_hcd.c: fix nested switch statements by Ingo van Lil · 16 years ago
  22. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 16 years ago
  23. caf29f6 USB: dummy_hcd: change the default power budget by Alan Stern · 17 years ago
  24. 5933101 USB: dummy_hcd: don't register drivers on the platform bus by Alan Stern · 17 years ago
  25. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago
  26. 63f991b USB: fix location of statement label in dummy-hcd by Alan Stern · 17 years ago
  27. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  28. 4d2f110 USB: reorganize urb->status use in dummy-hcd by Alan Stern · 17 years ago
  29. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  30. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  31. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  32. 0bd307e USB: remove DEBUG definition from dummy_hcd by Alan Stern · 17 years ago
  33. c67ab13 usb gadget stack: remove usb_ep_*_buffer(), part 2 by David Brownell · 17 years ago
  34. cfa59da USB: Don't resume root hub if the controller is suspended by Alan Stern · 17 years ago
  35. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  36. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  37. 6bea476 USB: gadget driver unbind() is optional; section fixes; misc by David Brownell · 18 years ago
  38. 2843114 [PATCH] misc arm pt_regs fixes by Al Viro · 18 years ago
  39. efd54a3 USB: dummy-hcd: fix "warn-unused-result" messages by Alan Stern · 18 years ago
  40. 1720058 usbcore: trim down usb_bus structure by Alan Stern · 18 years ago
  41. b4dbda1 USB: dummy-hcd: disable interrupts during req->complete by Alan Stern · 18 years ago
  42. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  43. 7039f42 [PATCH] USB: kzalloc() conversion in drivers/usb/gadget by Eric Sesterhenn · 18 years ago
  44. 52950ed [PATCH] USB: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  45. 3cf0a22 [PATCH] USB Gadget: dummy_hcd: updates to hcd->state by Alan Stern · 19 years ago
  46. 8364d6b [PATCH] USB: dummy_hcd: rename variables by Alan Stern · 19 years ago
  47. cca2362 [PATCH] USB: fix build breakage in dummy_hcd.c by Greg Kroah-Hartman · 19 years ago
  48. 5643f00 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  49. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  50. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  51. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  52. d0d5049 [PATCH] USB: gadget drivers - add .owner initialisation by Ben Dooks · 19 years ago
  53. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  54. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  55. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  56. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  57. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  58. 391eca9 [PATCH] USB: dummy_hcd: add suspend/resume support by Alan Stern · 19 years ago
  59. cc095b0 [PATCH] USB: dummy_hcd: sparse cleanups by Alan Stern · 19 years ago
  60. 1bbc169 [PATCH] USB: gadget driver updates (SETUP api change) by David Brownell · 19 years ago
  61. 685eb93 [PATCH] USB dummy_hcd: Use root-hub interrupts instead of polling by Alan Stern · 19 years ago
  62. f1c39fa [PATCH] USB dummy_hcd: Centralize link state computations by Alan Stern · 19 years ago
  63. d9b7625 [PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC by Alan Stern · 19 years ago
  64. c2db8b5 [PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STAT by Alan Stern · 19 years ago
  65. 5742b0c [PATCH] USB dummy_hcd: Partial OTG emulation by Alan Stern · 19 years ago
  66. 247f310 [PATCH] USB HCDs: no longer need to register root hub by Alan Stern · 19 years ago
  67. bc96c0a [PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget by Alan Stern · 19 years ago
  68. 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
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago