index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: gadget: always update HS/SS descriptors and create a copy of them
Sebastian Andrzej Siewior
2012-10-31
1
-4
/
+4
*
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
2012-09-10
1
-0
/
+2
*
usb: gadget: libcomposite: move MODULE_VERSION to composite.c
Sebastian Andrzej Siewior
2012-09-10
1
-0
/
+3
*
usb: gadget: libcomposite: move composite.c into libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+13
*
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
2012-09-10
1
-45
/
+22
*
usb: gadget: remove string override from struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
1
-22
/
+7
*
usb: gadget: push iProduct into gadgets
Sebastian Andrzej Siewior
2012-09-10
1
-10
/
+11
*
usb: gadget: push iManufacturer into gadgets
Sebastian Andrzej Siewior
2012-09-10
1
-9
/
+11
*
usb: gadget: push iSerialNumber into gadgets
Sebastian Andrzej Siewior
2012-09-10
1
-7
/
+13
*
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
2012-09-10
1
-24
/
+39
*
usb: gadget: make composite module options readonly only
Sebastian Andrzej Siewior
2012-09-10
1
-12
/
+8
*
usb: gadget: remove bufsiz from struct usb_composite_dev
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: move USB_BUFSIZ into global composite.h
Sebastian Andrzej Siewior
2012-09-10
1
-6
/
+4
*
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
2012-09-10
1
-22
/
+30
*
usb: gadget: move bind() callback back to struct usb_gadget_driver
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+2
*
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
1
-7
/
+2
*
usb: gadget: move bind callback into driver struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
1
-4
/
+6
*
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
Michal Nazarewicz
2012-08-31
1
-8
/
+1
*
usb composite: fix locking in usb_function_activate
Michael Grzeschik
2012-08-23
1
-2
/
+3
*
usb: gadget: composite: fix ep->maxburst initialization
Felipe Balbi
2012-06-12
1
-2
/
+5
*
usb: gadget: composite: add iSerialNumber to usb_composite_driver
Andrzej Pietrasiewicz
2012-05-10
1
-2
/
+3
*
usb: gadget: composite: make module parameters accessible at runtime
Andrzej Pietrasiewicz
2012-05-10
1
-6
/
+12
*
usb: gadget: composite: Initialize config->interface
Benoit Goby
2012-05-10
1
-0
/
+1
*
usb: gadget: composite: Add usb_remove_config
Benoit Goby
2012-05-10
1
-20
/
+48
*
usb: gadget: add a sparse endian notation
Dan Carpenter
2012-05-04
1
-1
/
+1
*
usb: gadget: composite: prevent a memory leak when configuration bind fails
Yongsul Oh
2012-05-04
1
-0
/
+13
*
usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too
Paul Zimmerman
2012-01-24
1
-4
/
+3
*
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
2011-12-12
1
-4
/
+4
*
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
|
/
[next]