aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/dummy_hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
2011-07-01usb: gadget: dummy_hcd: convert to new-style udc-probeSebastian Andrzej Siewior1-35/+15
2011-07-01usb: gadget: dummy_hcd: move selection of speed into ->pullup()Sebastian Andrzej Siewior1-25/+35
2011-07-01usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()Sebastian Andrzej Siewior1-7/+4
2011-07-01usb: gadget: dummy_hcd: move ep initialisation HW setupSebastian Andrzej Siewior1-23/+33
2011-07-01usb: gadget: dummy_hcd: move common bits of suspend/resume into one functionSebastian Andrzej Siewior1-19/+18
2011-07-01usb: gadget: remove net2280_set_fifo_mode()Sebastian Andrzej Siewior1-10/+0
2011-07-01usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPERSebastian Andrzej Siewior1-16/+14
2011-07-01usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possibleSebastian Andrzej Siewior1-8/+3
2011-07-01usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()Sebastian Andrzej Siewior1-7/+8
2011-07-01usb: gadget: dummy_hcd: use dummy_pullup() instead of open codingSebastian Andrzej Siewior1-27/+7
2011-07-01usb: gadget: dummy_hcd: add 'is_high_speed' parameterTatyana Brokhman1-5/+15
2011-07-01usb: gadget: dummy_hcd: add SuperSpeed supportTatyana Brokhman1-88/+476
2011-07-01usb: gadget: dummy_hcd: use the shared_hcd infrastructureTatyana Brokhman1-237/+270
2011-06-28usb: gadget: coding style fixTatyana Brokhman1-12/+36
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-10/+21
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern1-0/+1
2011-04-29usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior1-1/+20
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2010-11-11usb: dummy_hcd code simplificationTatyana Brokhman1-116/+135
2010-10-22usb: gadget: dummy_hcd: Fix error pathRahul Ruikar1-3/+5
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+5
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-3/+3
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-3/+1
2009-09-23USB: dummy-hcd: accept mismatch between wLength and transfer lengthAlan Stern1-5/+0
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-1/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-10-17USB: gadget: dummy_hcd: implement set_wedgeAlan Stern1-6/+27
2008-08-13USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next should be next (ffff88003b8f82f8)David Brownell1-2/+3
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-2/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-04-24USB: dummy-hcd: use dynamic allocation for platform_devicesAlan Stern1-41/+29
2008-04-24USB: gadget: dummy_hcd.c: fix nested switch statementsIngo van Lil1-8/+6
2008-04-24USB: remove dev->power.power_stateAlan Stern1-2/+0
2008-02-01USB: dummy_hcd: change the default power budgetAlan Stern1-2/+3
2008-02-01USB: dummy_hcd: don't register drivers on the platform busAlan Stern1-25/+8
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: fix location of statement label in dummy-hcdAlan Stern1-1/+1
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-12USB: reorganize urb->status use in dummy-hcdAlan Stern1-29/+24
2007-10-12USB: add urb->unlinked fieldAlan Stern1-5/+3
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-7/+2
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-5/+17
2007-08-22USB: remove DEBUG definition from dummy_hcdAlan Stern1-2/+0
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-36/+0
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern1-2/+1