index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
composite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: Add module.h to drivers/usb consumers who really use it.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
usb: gadget: fix typo for default U1/U2 exit latencies
Felipe Balbi
2011-10-13
1
-2
/
+2
*
usb: Provide usb_speed_string() function
Michal Nazarewicz
2011-09-18
1
-19
/
+3
*
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
2011-09-09
1
-9
/
+0
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-1
/
+1
*
usb: gadget: composite: fix bMaxPacketSize for SuperSpeed
Sebastian Andrzej Siewior
2011-08-01
1
-2
/
+4
*
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
2011-07-01
1
-2
/
+1
*
usb: gadget: add SuperSpeed support to the Gadget Framework
Tatyana Brokhman
2011-07-01
1
-18
/
+239
*
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
2011-07-01
1
-0
/
+2
*
usb: gadget: coding style fix
Tatyana Brokhman
2011-06-28
1
-4
/
+12
*
usb: gadget: configure endpoint according to gadget speed
Tatyana Brokhman
2011-06-28
1
-0
/
+85
*
usb: gadget: composite: Allow function drivers to pause control transfers
Roger Quadros
2011-05-10
1
-1
/
+61
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
usb: gadget: composite: fix req->length in composite_setup()
Maulik Mankad
2011-02-25
1
-1
/
+1
*
USB: Gadget: Reorder driver name assignment
Jassi Brar
2011-02-17
1
-3
/
+3
*
USB: Gadget: Composite: Debug interface comparison
Jassi Brar
2011-02-17
1
-3
/
+3
*
usb: gadget: composite: avoid access beyond array max length
Maulik Mankad
2011-01-22
1
-2
/
+3
*
USB: Merge 2.6.37-rc5 into usb-next
Greg Kroah-Hartman
2010-12-22
1
-9
/
+9
|
\
|
*
Revert "USB: gadget: Allow function access to device ID data during bind()"
Greg Kroah-Hartman
2010-12-16
1
-8
/
+8
|
*
USB: gadget: Remove suspended sysfs file before freeing cdev
Pavankumar Kondeti
2010-12-16
1
-1
/
+1
*
|
usb: composite gadget: set vbus_draw current limitation during suspend
Hao Wu
2010-11-30
1
-0
/
+8
*
|
USB: gadget: composite: Typo fix.
Marek Belisko
2010-11-11
1
-1
/
+1
|
/
*
usb gadget: composite: prevent OOPS for non-standard control request
Roger Quadros
2010-10-22
1
-1
/
+2
*
usb gadget: don't save bind callback in struct usb_configuration
Uwe Kleine-König
2010-10-22
1
-6
/
+8
*
usb gadget: don't save bind callback in struct usb_composite_driver
Michal Nazarewicz
2010-10-22
1
-4
/
+11
*
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
2010-10-22
1
-2
/
+1
*
USB: gadget: composite: Better string override handling
Michal Nazarewicz
2010-10-22
1
-32
/
+64
*
USB Gadget: Verify VBUS current before setting the device self-powered bit
Parirajan Muthalagu
2010-10-22
1
-1
/
+7
*
USB: gadget: fix composite kernel-doc warnings
Randy Dunlap
2010-08-23
1
-2
/
+2
*
USB: gadget: composite: added disconnect callback
Michal Nazarewicz
2010-08-10
1
-0
/
+2
*
USB: gadget: composite: usb_string_ids_*() functions added
Michal Nazarewicz
2010-08-10
1
-4
/
+67
*
USB: gadget: Allow function access to device ID data during bind()
Robert Lukassen
2010-05-20
1
-8
/
+8
*
USB: gadget: __init and __exit tags removed
Michal Nazarewicz
2010-05-20
1
-11
/
+10
*
USB: Composite framework: Add suspended sysfs entry
Fabien Chouteau
2010-05-20
1
-0
/
+21
*
usb: gadget: Allow larger configuration descriptors
Robert Lukassen
2010-05-20
1
-1
/
+1
*
USB: composite: usb_composite_unregister() no longer __exit
Michal Nazarewicz
2009-12-11
1
-2
/
+3
*
USB gadget: Handle endpoint requests at the function level
Laurent Pinchart
2009-12-11
1
-8
/
+46
*
USB: gadget: Read buffer overflow
Roel Kluin
2009-09-23
1
-1
/
+1
*
USB: gadget: composite device-level suspend/resume hooks
David Brownell
2009-03-24
1
-2
/
+6
*
USB: composite: avoid inconsistent lock state
Felipe Balbi
2009-03-24
1
-2
/
+3
*
USB: composite: Fix bug: low byte of w_index is the usb interface number not ...
Bryan Wu
2009-01-27
1
-3
/
+4
*
USB: composite: Fix bug: should test set_alt function pointer before use it
Bryan Wu
2009-01-27
1
-1
/
+1
*
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
David Brownell
2008-10-17
1
-2
/
+2
*
usb gadget: function activation/deactivation
David Brownell
2008-10-17
1
-0
/
+64
*
usb gadget: minor USBCV fix for composite framework
David Lopo
2008-07-21
1
-0
/
+1
*
usb gadget: composite gadget core
David Brownell
2008-07-21
1
-0
/
+1040