summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeLines
* 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
* USB-CDC: Port struct net_device_statsVitaly Kuzmichev2011-02-19-0/+39
* USB-CDC: handle interrupt after dropped pullupVitaly Kuzmichev2011-02-19-0/+7
* USB-CDC: Move MAC addresses setting into usb_eth_initVitaly Kuzmichev2011-01-19-36/+26
* USB-CDC: Do not rename netdev after its registrationVitaly Kuzmichev2011-01-19-3/+2
* usb_ether: register usb ethernet gadget at each eth initLei Wen2011-01-19-4/+8
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* Coding Style cleanupWolfgang Denk2010-10-27-4/+0
* USB-CDC: Prevent rx_req being enqueued twiceVitaly Kuzmichev2010-10-13-0/+1
* USB-CDC: Fix tx/rx_req memory leaksVitaly Kuzmichev2010-10-13-13/+7
* USB-CDC: Fix coding style issuesVitaly Kuzmichev2010-09-20-330/+357