| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/usb annotations and fixes | Al Viro | 2008-04-28 | 1 | -2/+1 |
* | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-24 | 1 | -6/+6 |
* | USB: dummy-hcd: use dynamic allocation for platform_devices | Alan Stern | 2008-04-24 | 1 | -41/+29 |
* | USB: gadget: dummy_hcd.c: fix nested switch statements | Ingo van Lil | 2008-04-24 | 1 | -8/+6 |
* | USB: remove dev->power.power_state | Alan Stern | 2008-04-24 | 1 | -2/+0 |
* | USB: dummy_hcd: change the default power budget | Alan Stern | 2008-02-01 | 1 | -2/+3 |
* | USB: dummy_hcd: don't register drivers on the platform bus | Alan Stern | 2008-02-01 | 1 | -25/+8 |
* | USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> | David Brownell | 2007-10-12 | 1 | -1/+1 |
* | USB: fix location of statement label in dummy-hcd | Alan Stern | 2007-10-12 | 1 | -1/+1 |
* | USB: Eliminate urb->status usage! | Alan Stern | 2007-10-12 | 1 | -2/+1 |
* | USB: reorganize urb->status use in dummy-hcd | Alan Stern | 2007-10-12 | 1 | -29/+24 |
* | USB: add urb->unlinked field | Alan Stern | 2007-10-12 | 1 | -5/+3 |
* | USB: centralize -EREMOTEIO handling | Alan Stern | 2007-10-12 | 1 | -7/+2 |
* | USB: make HCDs responsible for managing endpoint queues | Alan Stern | 2007-10-12 | 1 | -5/+17 |
* | USB: remove DEBUG definition from dummy_hcd | Alan Stern | 2007-08-22 | 1 | -2/+0 |
* | usb gadget stack: remove usb_ep_*_buffer(), part 2 | David Brownell | 2007-07-12 | 1 | -36/+0 |
* | USB: Don't resume root hub if the controller is suspended | Alan Stern | 2007-07-12 | 1 | -2/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | USB: gadget driver unbind() is optional; section fixes; misc | David Brownell | 2006-12-20 | 1 | -3/+4 |
* | [PATCH] misc arm pt_regs fixes | Al Viro | 2006-10-08 | 1 | -1/+1 |
* | USB: dummy-hcd: fix "warn-unused-result" messages | Alan Stern | 2006-09-28 | 1 | -10/+23 |
* | usbcore: trim down usb_bus structure | Alan Stern | 2006-09-27 | 1 | -6/+2 |
* | USB: dummy-hcd: disable interrupts during req->complete | Alan Stern | 2006-08-02 | 1 | -2/+4 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] USB: kzalloc() conversion in drivers/usb/gadget | Eric Sesterhenn | 2006-03-20 | 1 | -2/+1 |
* | [PATCH] USB: Use ARRAY_SIZE macro | Tobias Klauser | 2006-01-04 | 1 | -1/+1 |
* | [PATCH] USB Gadget: dummy_hcd: updates to hcd->state | Alan Stern | 2006-01-04 | 1 | -12/+31 |
* | [PATCH] USB: dummy_hcd: rename variables | Alan Stern | 2006-01-04 | 1 | -25/+25 |
* | [PATCH] USB: fix build breakage in dummy_hcd.c | Greg Kroah-Hartman | 2005-11-17 | 1 | -2/+2 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-11-11 | 1 | -37/+39 |
|\ |
|
| * | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 1 | -37/+39 |
* | | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 1 | -1/+0 |
|/ |
|
* | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -1/+1 |
* | [PATCH] USB: gadget drivers - add .owner initialisation | Ben Dooks | 2005-10-28 | 1 | -0/+2 |
* | [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend | Alan Stern | 2005-10-28 | 1 | -18/+4 |
* | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 1 | -4/+4 |
|\ |
|
| * | [PATCH] gfp_t: drivers/usb | Al Viro | 2005-10-28 | 1 | -4/+4 |
* | | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 1 | -18/+4 |
|/ |
|
* | [PATCH] USB: Fix kmalloc's flags type in USB | Olav Kongas | 2005-07-12 | 1 | -4/+5 |
* | [PATCH] USB: dummy_hcd: add suspend/resume support | Alan Stern | 2005-06-27 | 1 | -17/+162 |
* | [PATCH] USB: dummy_hcd: sparse cleanups | Alan Stern | 2005-06-27 | 1 | -17/+23 |
* | [PATCH] USB: gadget driver updates (SETUP api change) | David Brownell | 2005-06-27 | 1 | -3/+0 |
* | [PATCH] USB dummy_hcd: Use root-hub interrupts instead of polling | Alan Stern | 2005-06-27 | 1 | -0/+10 |
* | [PATCH] USB dummy_hcd: Centralize link state computations | Alan Stern | 2005-06-27 | 1 | -92/+162 |
* | [PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC | Alan Stern | 2005-06-27 | 1 | -98/+133 |
* | [PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STAT | Alan Stern | 2005-06-27 | 1 | -27/+23 |
* | [PATCH] USB dummy_hcd: Partial OTG emulation | Alan Stern | 2005-06-27 | 1 | -2/+28 |
* | [PATCH] USB HCDs: no longer need to register root hub | Alan Stern | 2005-06-27 | 1 | -22/+2 |
* | [PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget | Alan Stern | 2005-06-27 | 1 | -3/+3 |