index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
composite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-05
usb: gadget: composite: fix kernel-doc warnings
Nishanth Menon
1
-4
/
+1
2013-01-21
usb: gadget: f_acm: use usb_gstrings_attach()
Sebastian Andrzej Siewior
1
-5
/
+12
2013-01-21
usb: gadget: composite: introduce usb_gstrings_attach()
Sebastian Andrzej Siewior
1
-0
/
+135
2013-01-21
usb: gadget: export composite's setup & disconnect function
Sebastian Andrzej Siewior
1
-2
/
+2
2013-01-21
usb: gadget: factor out two helper functions from composite_bind()
Sebastian Andrzej Siewior
1
-31
/
+51
2013-01-21
usb: gadget: composite: add usb_remove_function()
Sebastian Andrzej Siewior
1
-0
/
+12
2013-01-21
usb: gadget: add some infracture to register/unregister functions
Sebastian Andrzej Siewior
1
-17
/
+30
2013-01-21
usb: gadget: composite: don't call driver's unbind() if bind() failed
Sebastian Andrzej Siewior
1
-4
/
+8
2013-01-10
usb: gadget: consider link speed for bMaxPower
Sebastian Andrzej Siewior
1
-4
/
+23
2012-10-31
usb: gadget: always update HS/SS descriptors and create a copy of them
Sebastian Andrzej Siewior
1
-4
/
+4
2012-09-10
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
1
-0
/
+2
2012-09-10
usb: gadget: libcomposite: move MODULE_VERSION to composite.c
Sebastian Andrzej Siewior
1
-0
/
+3
2012-09-10
usb: gadget: libcomposite: move composite.c into libcomposite
Sebastian Andrzej Siewior
1
-1
/
+13
2012-09-10
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
1
-45
/
+22
2012-09-10
usb: gadget: remove string override from struct usb_composite_driver
Sebastian Andrzej Siewior
1
-22
/
+7
2012-09-10
usb: gadget: push iProduct into gadgets
Sebastian Andrzej Siewior
1
-10
/
+11
2012-09-10
usb: gadget: push iManufacturer into gadgets
Sebastian Andrzej Siewior
1
-9
/
+11
2012-09-10
usb: gadget: push iSerialNumber into gadgets
Sebastian Andrzej Siewior
1
-7
/
+13
2012-09-10
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
1
-24
/
+39
2012-09-10
usb: gadget: make composite module options readonly only
Sebastian Andrzej Siewior
1
-12
/
+8
2012-09-10
usb: gadget: remove bufsiz from struct usb_composite_dev
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: move USB_BUFSIZ into global composite.h
Sebastian Andrzej Siewior
1
-6
/
+4
2012-09-10
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
1
-22
/
+30
2012-09-10
usb: gadget: move bind() callback back to struct usb_gadget_driver
Sebastian Andrzej Siewior
1
-1
/
+2
2012-09-10
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
1
-7
/
+2
2012-09-10
usb: gadget: move bind callback into driver struct usb_composite_driver
Sebastian Andrzej Siewior
1
-4
/
+6
2012-08-31
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
Michal Nazarewicz
1
-8
/
+1
2012-08-23
usb composite: fix locking in usb_function_activate
Michael Grzeschik
1
-2
/
+3
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-10-31
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-09
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-01
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
1
-2
/
+1
2011-07-01
usb: gadget: add SuperSpeed support to the Gadget Framework
Tatyana Brokhman
1
-18
/
+239
2011-07-01
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-10
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
[next]