| Commit message (Expand) | Author | Age | Lines |
* | usb:gadget: USB Mass Storage Gadget support | Lukasz Majewski | 2013-03-18 | -0/+6 |
* | usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel | Piotr Wilczek | 2013-03-18 | -0/+2793 |
* | usb:composite: USB Mass Storage - storage_common.c from Linux kernel | Lukasz Majewski | 2013-03-18 | -0/+653 |
* | usb:composite:fix Provide function data when addressing device with only one ... | Lukasz Majewski | 2013-03-18 | -0/+19 |
* | usb: Fix bug when both DFU & ETHER are defined | Pantelis Antoniou | 2013-03-16 | -2/+8 |
* | dfu: Properly zero out timeout value | Pantelis Antoniou | 2013-03-16 | -0/+3 |
* | g_dnl: Properly terminate string list. | Pantelis Antoniou | 2012-12-17 | -0/+1 |
* | g_dnl: Issue connect/disconnect as appropriate | Pantelis Antoniou | 2012-12-17 | -1/+10 |
* | pxa25x_udc: Remove usbdescriptors.h | Lukasz Dalek | 2012-12-17 | -1/+0 |
* | Remove obsolete header file | Pantelis Antoniou | 2012-11-27 | -1/+0 |
* | musb-new: port of Linux musb driver | Ilya Yanok | 2012-11-20 | -2/+2 |
* | linux/usb/ch9.h: update with the version from Linux tree | Ilya Yanok | 2012-11-20 | -5/+0 |
* | usb gadget ether: Fix warning in is_eth_addr_valid() | Tom Rini | 2012-11-04 | -2/+2 |
* | Remove lh7a40x cpu and serial driver | Albert ARIBAUD | 2012-10-16 | -21/+13 |
* | pxa25x: Add support for USB ethernet gadget | Lukasz Dalek | 2012-10-15 | -0/+2222 |
* | usbether: Removed DEV_CONFIG_{CDC,SUBSET} | Lukasz Dalek | 2012-10-15 | -45/+30 |
* | usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} | Lukasz Dalek | 2012-10-15 | -5/+14 |
* | usbether: Fixed bug when using with PXA25X chips | Lukasz Dalek | 2012-10-15 | -1/+16 |
* | dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget | Lukasz Majewski | 2012-09-01 | -0/+850 |
* | dfu:usb: Support for g_dnl composite download gadget. | Lukasz Majewski | 2012-09-01 | -0/+203 |
* | net: Fix remaining API interface breakage | Joe Hershberger | 2012-05-23 | -4/+3 |
* | usb:udc:samsung Add functions for storing private gadget data in UDC driver | Lukasz Majewski | 2012-05-20 | -1/+14 |
* | usb:gadget:composite USB composite gadget support | Lukasz Majewski | 2012-05-20 | -0/+1082 |
* | usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls | Lukasz Majewski | 2012-05-20 | -136/+188 |
* | usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file | Lukasz Majewski | 2012-05-20 | -0/+5 |
* | lin_gadget: use common linux/compat.h | Mike Frysinger | 2012-04-30 | -3/+4 |
* | Enable high speed support for USB device framework and usbtty | Vipin KUMAR | 2012-03-28 | -5/+19 |
* | usb:udc:samsung:fix Remove the req_config flag | Ćukasz Majewski | 2012-03-19 | -13/+5 |
* | USB:gadget:designware Fix memory nonalignment issue | Shiraz Hashim | 2012-03-19 | -1/+11 |
* | USB:gadget:designware Make locally used functions static | Amit Virdi | 2012-03-19 | -3/+3 |
* | USB:gadget:designware Support high speed | Vipin KUMAR | 2012-03-19 | -0/+10 |
* | USB:gadget:designware Device controller bugfixes | Vipin KUMAR | 2012-03-19 | -21/+38 |
* | USB:gadget:designware USB device controller (UDC) implementation | Vipin KUMAR | 2012-03-19 | -30/+29 |
* | usb: s3c_udc_otg: fix GCC 4.6 build warnings | Anatolij Gustschin | 2011-12-20 | -104/+114 |
* | drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup | Wolfgang Denk | 2011-12-19 | -3/+2 |
* | USB: Use (get|put)_unaligned for accessing wMaxPacketSize | Tom Rini | 2011-12-16 | -7/+11 |
* | usb:gadget:s5p USB Device Controller (UDC) implementation | Lukasz Majewski | 2011-12-11 | -0/+2611 |
* | pxa: convert pxa27x_udc to use read and write functions | Stefan Herbrechtsmeier | 2011-12-11 | -83/+100 |
* | USB: gadaget: add Marvell controller support | Lei Wen | 2011-12-11 | -0/+507 |
* | drivers/usb/gadget/ep0.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-12-09 | -2/+0 |
* | drivers/usb/gadget/core.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-12-09 | -2/+2 |
* | PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X | Marek Vasut | 2011-12-06 | -1/+1 |
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2011-03-27 | -1/+0 |
* | USB-RNDIS: Send RNDIS state on disconnecting | Vitaly Kuzmichev | 2011-02-19 | -0/+36 |
* | USB: Add USB RNDIS gadget protocol | Vitaly Kuzmichev | 2011-02-19 | -60/+2362 |
* | USB-CDC: Move struct declaration before its use | Vitaly Kuzmichev | 2011-02-19 | -34/+36 |
* | USB-CDC: Port struct net_device_stats | Vitaly Kuzmichev | 2011-02-19 | -0/+39 |
* | USB-CDC: handle interrupt after dropped pullup | Vitaly Kuzmichev | 2011-02-19 | -0/+7 |
* | USB-CDC: Move MAC addresses setting into usb_eth_init | Vitaly Kuzmichev | 2011-01-19 | -36/+26 |
* | USB-CDC: Do not rename netdev after its registration | Vitaly Kuzmichev | 2011-01-19 | -3/+2 |