Age | Commit message (Expand) | Author | Files | Lines |
2011-06-28 | usb: gadget: convert all users to the new udc infrastructure | Sebastian Andrzej Siewior | 1 | -10/+21 |
2011-06-07 | USB: dummy-hcd needs the has_tt flag | Alan Stern | 1 | -0/+1 |
2011-04-30 | usb/dummy_hcd: don't probe for udc if hcd failed | Sebastian Andrzej Siewior | 1 | -1/+20 |
2011-03-14 | USB 3.0 Hub Changes | John Youn | 1 | -2/+2 |
2011-03-14 | USB: Remove bitmap #define from hcd.h | Sarah Sharp | 1 | -2/+2 |
2010-11-11 | usb: dummy_hcd code simplification | Tatyana Brokhman | 1 | -116/+135 |
2010-10-22 | usb: gadget: dummy_hcd: Fix error path | Rahul Ruikar | 1 | -3/+5 |
2010-10-22 | usb gadget: don't save bind callback in struct usb_gadget_driver | Uwe Kleine-König | 1 | -5/+5 |
2010-08-11 | USB: convert usb_hcd bitfields into atomic flags | Alan Stern | 1 | -3/+3 |
2010-05-21 | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 1 | -3/+1 |
2009-09-23 | USB: dummy-hcd: accept mismatch between wLength and transfer length | Alan Stern | 1 | -5/+0 |
2009-03-25 | USB: make transfer_buffer_lengths in struct urb field u32 | Greg Kroah-Hartman | 1 | -1/+1 |
2009-03-25 | USB: replace uses of __constant_{endian} | Harvey Harrison | 1 | -1/+1 |
2008-10-18 | USB: gadget: dummy_hcd: implement set_wedge | Alan Stern | 1 | -6/+27 |
2008-08-14 | USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next sho... | David Brownell | 1 | -2/+3 |
2008-07-22 | USB: usb dev_set_name() instead of dev->bus_id | Kay Sievers | 1 | -1/+1 |
2008-07-22 | USB: usb dev_name() instead of dev->bus_id | Kay Sievers | 1 | -1/+1 |
2008-04-28 | drivers/usb annotations and fixes | Al Viro | 1 | -2/+1 |
2008-04-25 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -6/+6 |
2008-04-25 | USB: dummy-hcd: use dynamic allocation for platform_devices | Alan Stern | 1 | -41/+29 |
2008-04-25 | USB: gadget: dummy_hcd.c: fix nested switch statements | Ingo van Lil | 1 | -8/+6 |
2008-04-25 | USB: remove dev->power.power_state | Alan Stern | 1 | -2/+0 |
2008-02-02 | USB: dummy_hcd: change the default power budget | Alan Stern | 1 | -2/+3 |
2008-02-02 | USB: dummy_hcd: don't register drivers on the platform bus | Alan Stern | 1 | -25/+8 |
2007-10-13 | USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> | David Brownell | 1 | -1/+1 |
2007-10-13 | USB: fix location of statement label in dummy-hcd | Alan Stern | 1 | -1/+1 |
2007-10-13 | USB: Eliminate urb->status usage! | Alan Stern | 1 | -2/+1 |
2007-10-13 | USB: reorganize urb->status use in dummy-hcd | Alan Stern | 1 | -29/+24 |
2007-10-13 | USB: add urb->unlinked field | Alan Stern | 1 | -5/+3 |
2007-10-13 | USB: centralize -EREMOTEIO handling | Alan Stern | 1 | -7/+2 |
2007-10-13 | USB: make HCDs responsible for managing endpoint queues | Alan Stern | 1 | -5/+17 |
2007-08-23 | USB: remove DEBUG definition from dummy_hcd | Alan Stern | 1 | -2/+0 |
2007-07-13 | usb gadget stack: remove usb_ep_*_buffer(), part 2 | David Brownell | 1 | -36/+0 |
2007-07-13 | USB: Don't resume root hub if the controller is suspended | Alan Stern | 1 | -2/+1 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2006-12-20 | USB: gadget driver unbind() is optional; section fixes; misc | David Brownell | 1 | -3/+4 |
2006-10-08 | [PATCH] misc arm pt_regs fixes | Al Viro | 1 | -1/+1 |
2006-09-29 | USB: dummy-hcd: fix "warn-unused-result" messages | Alan Stern | 1 | -10/+23 |
2006-09-27 | usbcore: trim down usb_bus structure | Alan Stern | 1 | -6/+2 |
2006-08-03 | USB: dummy-hcd: disable interrupts during req->complete | Alan Stern | 1 | -2/+4 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-03-21 | [PATCH] USB: kzalloc() conversion in drivers/usb/gadget | Eric Sesterhenn | 1 | -2/+1 |
2006-01-05 | [PATCH] USB: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -1/+1 |
2006-01-05 | [PATCH] USB Gadget: dummy_hcd: updates to hcd->state | Alan Stern | 1 | -12/+31 |
2006-01-05 | [PATCH] USB: dummy_hcd: rename variables | Alan Stern | 1 | -25/+25 |
2005-11-17 | [PATCH] USB: fix build breakage in dummy_hcd.c | Greg Kroah-Hartman | 1 | -2/+2 |
2005-11-11 | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 1 | -37/+39 |
2005-11-10 | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 1 | -37/+39 |
2005-11-09 | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 1 | -1/+0 |