index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2013-12-19
usb: gadget: should use u16 type variable to store MaxPower
Du, ChangbinX
1
-1
/
+1
2013-12-19
Merge tag 'v3.13-rc4' into next
Felipe Balbi
1
-0
/
+1
2013-11-26
usb: gadget: composite: redirect setup requests
Andrzej Pietrasiewicz
1
-1
/
+15
2013-11-25
usb: gadget: composite: reset delayed_status on reset_config
Michael Grzeschik
1
-0
/
+1
2013-10-12
usb: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2013-08-27
USB: gadget: audit sysfs attribute permissions
Greg Kroah-Hartman
1
-5
/
+3
2013-04-03
usb: gadget: the start of the configfs interface
Sebastian Andrzej Siewior
1
-0
/
+1
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-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
[next]