Age | Commit message (Expand) | Author | Files | Lines |
2012-06-12 | usb: gadget: composite: fix ep->maxburst initialization | Felipe Balbi | 1 | -2/+5 |
2012-05-10 | usb: gadget: composite: add iSerialNumber to usb_composite_driver | Andrzej Pietrasiewicz | 1 | -2/+3 |
2012-05-10 | usb: gadget: composite: make module parameters accessible at runtime | Andrzej Pietrasiewicz | 1 | -6/+12 |
2012-05-10 | usb: gadget: composite: Initialize config->interface | Benoit Goby | 1 | -0/+1 |
2012-05-10 | usb: gadget: composite: Add usb_remove_config | Benoit Goby | 1 | -20/+48 |
2012-05-04 | usb: gadget: add a sparse endian notation | Dan Carpenter | 1 | -1/+1 |
2012-05-04 | usb: gadget: composite: prevent a memory leak when configuration bind fails | Yongsul Oh | 1 | -0/+13 |
2012-01-24 | usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too | Paul Zimmerman | 1 | -4/+3 |
2011-12-12 | usb: gadget: rename usb_gadget_driver::speed to max_speed | Michal Nazarewicz | 1 | -4/+4 |
2011-11-01 | usb: Add module.h to drivers/usb consumers who really use it. | Paul Gortmaker | 1 | -0/+1 |
2011-10-13 | usb: gadget: fix typo for default U1/U2 exit latencies | Felipe Balbi | 1 | -2/+2 |
2011-09-18 | usb: Provide usb_speed_string() function | Michal Nazarewicz | 1 | -19/+3 |
2011-09-10 | usb gadget: clean up FSF boilerplate text | Klaus Schwarzkopf | 1 | -9/+0 |
2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -1/+1 |
2011-08-01 | usb: gadget: composite: fix bMaxPacketSize for SuperSpeed | Sebastian Andrzej Siewior | 1 | -2/+4 |
2011-07-02 | usb: gadget: defer setting maxpacket till ->setup() | Sebastian Andrzej Siewior | 1 | -2/+1 |
2011-07-02 | usb: gadget: add SuperSpeed support to the Gadget Framework | Tatyana Brokhman | 1 | -18/+239 |
2011-07-02 | usb: gadget: add max_speed to usb_composite_driver | Tatyana Brokhman | 1 | -0/+2 |
2011-06-28 | usb: gadget: coding style fix | Tatyana Brokhman | 1 | -4/+12 |
2011-06-28 | usb: gadget: configure endpoint according to gadget speed | Tatyana Brokhman | 1 | -0/+85 |
2011-05-11 | usb: gadget: composite: Allow function drivers to pause control transfers | Roger Quadros | 1 | -1/+61 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
2011-02-25 | usb: gadget: composite: fix req->length in composite_setup() | Maulik Mankad | 1 | -1/+1 |
2011-02-17 | USB: Gadget: Reorder driver name assignment | Jassi Brar | 1 | -3/+3 |
2011-02-17 | USB: Gadget: Composite: Debug interface comparison | Jassi Brar | 1 | -3/+3 |
2011-01-23 | usb: gadget: composite: avoid access beyond array max length | Maulik Mankad | 1 | -2/+3 |
2010-12-22 | USB: Merge 2.6.37-rc5 into usb-next | Greg Kroah-Hartman | 1 | -9/+9 |
2010-12-17 | Revert "USB: gadget: Allow function access to device ID data during bind()" | Greg Kroah-Hartman | 1 | -8/+8 |
2010-12-17 | USB: gadget: Remove suspended sysfs file before freeing cdev | Pavankumar Kondeti | 1 | -1/+1 |
2010-12-01 | usb: composite gadget: set vbus_draw current limitation during suspend | Hao Wu | 1 | -0/+8 |
2010-11-11 | USB: gadget: composite: Typo fix. | Marek Belisko | 1 | -1/+1 |
2010-10-22 | usb gadget: composite: prevent OOPS for non-standard control request | Roger Quadros | 1 | -1/+2 |
2010-10-22 | usb gadget: don't save bind callback in struct usb_configuration | Uwe Kleine-König | 1 | -6/+8 |
2010-10-22 | usb gadget: don't save bind callback in struct usb_composite_driver | Michal Nazarewicz | 1 | -4/+11 |
2010-10-22 | usb gadget: don't save bind callback in struct usb_gadget_driver | Uwe Kleine-König | 1 | -2/+1 |
2010-10-22 | USB: gadget: composite: Better string override handling | Michal Nazarewicz | 1 | -32/+64 |
2010-10-22 | USB Gadget: Verify VBUS current before setting the device self-powered bit | Parirajan Muthalagu | 1 | -1/+7 |
2010-08-24 | USB: gadget: fix composite kernel-doc warnings | Randy Dunlap | 1 | -2/+2 |
2010-08-11 | USB: gadget: composite: added disconnect callback | Michal Nazarewicz | 1 | -0/+2 |
2010-08-11 | USB: gadget: composite: usb_string_ids_*() functions added | Michal Nazarewicz | 1 | -4/+67 |
2010-05-21 | USB: gadget: Allow function access to device ID data during bind() | Robert Lukassen | 1 | -8/+8 |
2010-05-21 | USB: gadget: __init and __exit tags removed | Michal Nazarewicz | 1 | -11/+10 |
2010-05-21 | USB: Composite framework: Add suspended sysfs entry | Fabien Chouteau | 1 | -0/+21 |
2010-05-21 | usb: gadget: Allow larger configuration descriptors | Robert Lukassen | 1 | -1/+1 |
2009-12-11 | USB: composite: usb_composite_unregister() no longer __exit | Michal Nazarewicz | 1 | -2/+3 |
2009-12-11 | USB gadget: Handle endpoint requests at the function level | Laurent Pinchart | 1 | -8/+46 |
2009-09-23 | USB: gadget: Read buffer overflow | Roel Kluin | 1 | -1/+1 |
2009-03-25 | USB: gadget: composite device-level suspend/resume hooks | David Brownell | 1 | -2/+6 |
2009-03-25 | USB: composite: avoid inconsistent lock state | Felipe Balbi | 1 | -2/+3 |
2009-01-28 | USB: composite: Fix bug: low byte of w_index is the usb interface number not ... | Bryan Wu | 1 | -3/+4 |