index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
composite.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-01-28
USB: composite: Fix bug: should test set_alt function pointer before use it
Bryan Wu
1
-1
/
+1
2008-10-18
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
David Brownell
1
-2
/
+2
2008-10-18
usb gadget: function activation/deactivation
David Brownell
1
-0
/
+64
2008-07-22
usb gadget: minor USBCV fix for composite framework
David Lopo
1
-0
/
+1
2008-07-22
usb gadget: composite gadget core
David Brownell
1
-0
/
+1040