summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeLines
* usb, composite: after unregister gadget driver set composite to NULLHeiko Schocher2013-06-12-0/+1
* usb: gadget: add Faraday FOTG210 USB gadget supportKuo-Jung Su2013-06-12-0/+957
* usb: gadget: Use unaligned access for wMaxPacketSizeVivek Gautam2013-06-12-7/+9
* pxa27x_udc: remove call to unimplemented set_GPIO_mode()Mike Dunn2013-05-05-1/+3
* usb:gadget: USB Mass Storage Gadget supportLukasz Majewski2013-03-18-0/+6
* usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernelPiotr Wilczek2013-03-18-0/+2793
* usb:composite: USB Mass Storage - storage_common.c from Linux kernelLukasz Majewski2013-03-18-0/+653
* usb:composite:fix Provide function data when addressing device with only one ...Lukasz Majewski2013-03-18-0/+19
* usb: Fix bug when both DFU & ETHER are definedPantelis Antoniou2013-03-16-2/+8
* dfu: Properly zero out timeout valuePantelis Antoniou2013-03-16-0/+3
* g_dnl: Properly terminate string list.Pantelis Antoniou2012-12-17-0/+1
* g_dnl: Issue connect/disconnect as appropriatePantelis Antoniou2012-12-17-1/+10
* pxa25x_udc: Remove usbdescriptors.hLukasz Dalek2012-12-17-1/+0
* Remove obsolete header filePantelis Antoniou2012-11-27-1/+0
* musb-new: port of Linux musb driverIlya Yanok2012-11-20-2/+2
* linux/usb/ch9.h: update with the version from Linux treeIlya Yanok2012-11-20-5/+0
* usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini2012-11-04-2/+2
* Remove lh7a40x cpu and serial driverAlbert ARIBAUD2012-10-16-21/+13
* pxa25x: Add support for USB ethernet gadgetLukasz Dalek2012-10-15-0/+2222
* usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek2012-10-15-45/+30
* usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek2012-10-15-5/+14
* usbether: Fixed bug when using with PXA25X chipsLukasz Dalek2012-10-15-1/+16
* dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadgetLukasz Majewski2012-09-01-0/+850
* dfu:usb: Support for g_dnl composite download gadget.Lukasz Majewski2012-09-01-0/+203
* net: Fix remaining API interface breakageJoe Hershberger2012-05-23-4/+3
* usb:udc:samsung Add functions for storing private gadget data in UDC driverLukasz Majewski2012-05-20-1/+14
* usb:gadget:composite USB composite gadget supportLukasz Majewski2012-05-20-0/+1082
* usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() callsLukasz Majewski2012-05-20-136/+188
* usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h fileLukasz Majewski2012-05-20-0/+5
* lin_gadget: use common linux/compat.hMike Frysinger2012-04-30-3/+4
* Enable high speed support for USB device framework and usbttyVipin KUMAR2012-03-28-5/+19
* usb:udc:samsung:fix Remove the req_config flagƁukasz Majewski2012-03-19-13/+5
* USB:gadget:designware Fix memory nonalignment issueShiraz Hashim2012-03-19-1/+11
* USB:gadget:designware Make locally used functions staticAmit Virdi2012-03-19-3/+3
* USB:gadget:designware Support high speedVipin KUMAR2012-03-19-0/+10
* USB:gadget:designware Device controller bugfixesVipin KUMAR2012-03-19-21/+38
* USB:gadget:designware USB device controller (UDC) implementationVipin KUMAR2012-03-19-30/+29
* usb: s3c_udc_otg: fix GCC 4.6 build warningsAnatolij Gustschin2011-12-20-104/+114
* drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanupWolfgang Denk2011-12-19-3/+2
* USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2011-12-16-7/+11
* usb:gadget:s5p USB Device Controller (UDC) implementationLukasz Majewski2011-12-11-0/+2611
* pxa: convert pxa27x_udc to use read and write functionsStefan Herbrechtsmeier2011-12-11-83/+100
* USB: gadaget: add Marvell controller supportLei Wen2011-12-11-0/+507
* drivers/usb/gadget/ep0.c: Fix GCC 4.6 warningAnatolij Gustschin2011-12-09-2/+0
* drivers/usb/gadget/core.c: Fix GCC 4.6 warningAnatolij Gustschin2011-12-09-2/+2
* PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2011-12-06-1/+1
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2011-03-27-1/+0
* USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev2011-02-19-0/+36
* USB: Add USB RNDIS gadget protocolVitaly Kuzmichev2011-02-19-60/+2362
* USB-CDC: Move struct declaration before its useVitaly Kuzmichev2011-02-19-34/+36