summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* USB: s3c2410_udc: fix custom UDC command handlingViliam Mateicka2011-07-011-1/+1
* usb: gadget: Compilation warning fixTatyana Brokhman2011-07-011-1/+1
* USB: Gadget: Webcam: Return correct result of bindJassi Brar2011-07-011-1/+1
* USB: gadget: fix req length in sourcesink_setup()Bob Liu2011-07-011-0/+2
* usb: gadget: udc-core: wire up sysfs filesSebastian Andrzej Siewior2011-07-011-5/+4
* usb: gadget: dummy_hcd: convert to new-style udc-probeSebastian Andrzej Siewior2011-07-011-35/+15
* usb: gadget: udc-core: add "new-style" registration interfaceSebastian Andrzej Siewior2011-07-011-4/+71
* usb: gadget: dummy_hcd: move selection of speed into ->pullup()Sebastian Andrzej Siewior2011-07-011-25/+35
* usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()Sebastian Andrzej Siewior2011-07-011-7/+4
* usb: gadget: dummy_hcd: move ep initialisation HW setupSebastian Andrzej Siewior2011-07-011-23/+33
* usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior2011-07-016-17/+20
* usb: gadget: allow multiple gadgets to be builtFelipe Balbi2011-07-011-219/+66
* usb: gadget: dummy_hcd: move common bits of suspend/resume into one functionSebastian Andrzej Siewior2011-07-011-19/+18
* usb: gadget: remove net2280_set_fifo_mode()Sebastian Andrzej Siewior2011-07-012-66/+0
* usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPERSebastian Andrzej Siewior2011-07-011-16/+14
* usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possibleSebastian Andrzej Siewior2011-07-011-8/+3
* usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()Sebastian Andrzej Siewior2011-07-011-7/+8
* usb: gadget: dummy_hcd: use dummy_pullup() instead of open codingSebastian Andrzej Siewior2011-07-011-27/+7
* usb: gadget: chips: remove ifdef trickeryFelipe Balbi2011-07-011-149/+33
* usb: gadget: ci13xx_udc: fix usb_ep_enable() callFelipe Balbi2011-07-011-2/+5
* usb: gadget: s3c2410_udc: use platform ids insteadSebastian Andrzej Siewior2011-07-011-20/+9
* usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior2011-07-015-1/+5
* usb: gadget: net2272: cleanup pci_register_driver() error pathSebastian Andrzej Siewior2011-07-011-5/+26
* usb: gadget: dummy_hcd: add 'is_high_speed' parameterTatyana Brokhman2011-07-011-5/+15
* usb: gadget: dummy_hcd: add SuperSpeed supportTatyana Brokhman2011-07-012-88/+477
* usb: gadget: dummy_hcd: use the shared_hcd infrastructureTatyana Brokhman2011-07-011-237/+270
* usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman2011-07-013-21/+248
* usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman2011-07-0113-0/+14
* usb: gadget: add streams support to the gadget frameworkTatyana Brokhman2011-06-281-25/+100
* usb: gadget: coding style fixTatyana Brokhman2011-06-282-16/+48
* usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman2011-06-2814-294/+126
* usb: gadget: configure endpoint according to gadget speedTatyana Brokhman2011-06-282-0/+86
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-2825-108/+104
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-2824-133/+355
* usb: gadget: introduce UDC ClassFelipe Balbi2011-06-281-0/+418
* USB: deprecate g_file_storageAlan Stern2011-06-152-7/+9
* Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman2011-06-1411-24/+32
|\
| * USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern2011-06-071-4/+1
| * USB: dummy-hcd needs the has_tt flagAlan Stern2011-06-071-0/+1
| * usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior2011-06-061-2/+4
| * usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior2011-06-061-3/+2
| * usb/mv_udc_core: fix compileSebastian Andrzej Siewior2011-06-061-4/+4
| * usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu2011-06-065-0/+5
| * USB: s3c-hsotg: Tone down debuggingMark Brown2011-06-061-10/+12
| * usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov2011-06-061-1/+3
* | USB: net2272: driver for PLX NET2272 USB device controllerSeth Levy2011-06-065-0/+3357
* | usb/gadget: (fusb300_udc) Remove unused function fusb300_ep0_completeGuenter Roeck2011-06-061-5/+0
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-2319-298/+2107
|\
| * USB: gadget: f_audio: Fix invalid dereference of initdataMartin Jackson2011-05-171-1/+1
| * usb: gadget: rndis: don't test against req->lengthFelipe Balbi2011-05-131-2/+1
OpenPOWER on IntegriCloud