index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
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.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
dummy_hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB 3.0 Hub Changes
John Youn
2011-03-13
1
-2
/
+2
*
USB: Remove bitmap #define from hcd.h
Sarah Sharp
2011-03-13
1
-2
/
+2
*
usb: dummy_hcd code simplification
Tatyana Brokhman
2010-11-11
1
-116
/
+135
*
usb: gadget: dummy_hcd: Fix error path
Rahul Ruikar
2010-10-22
1
-3
/
+5
*
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
2010-10-22
1
-5
/
+5
*
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
2010-08-10
1
-3
/
+3
*
USB: make hcd.h public (drivers dependency)
Eric Lescouet
2010-05-20
1
-3
/
+1
*
USB: dummy-hcd: accept mismatch between wLength and transfer length
Alan Stern
2009-09-23
1
-5
/
+0
*
USB: make transfer_buffer_lengths in struct urb field u32
Greg Kroah-Hartman
2009-03-24
1
-1
/
+1
*
USB: replace uses of __constant_{endian}
Harvey Harrison
2009-03-24
1
-1
/
+1
*
USB: gadget: dummy_hcd: implement set_wedge
Alan Stern
2008-10-17
1
-6
/
+27
*
USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next sho...
David Brownell
2008-08-13
1
-2
/
+3
*
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
2008-07-21
1
-1
/
+1
*
USB: usb dev_name() instead of dev->bus_id
Kay Sievers
2008-07-21
1
-1
/
+1
*
drivers/usb annotations and fixes
Al Viro
2008-04-28
1
-2
/
+1
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-6
/
+6
*
USB: dummy-hcd: use dynamic allocation for platform_devices
Alan Stern
2008-04-24
1
-41
/
+29
*
USB: gadget: dummy_hcd.c: fix nested switch statements
Ingo van Lil
2008-04-24
1
-8
/
+6
*
USB: remove dev->power.power_state
Alan Stern
2008-04-24
1
-2
/
+0
*
USB: dummy_hcd: change the default power budget
Alan Stern
2008-02-01
1
-2
/
+3
*
USB: dummy_hcd: don't register drivers on the platform bus
Alan Stern
2008-02-01
1
-25
/
+8
*
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
2007-10-12
1
-1
/
+1
*
USB: fix location of statement label in dummy-hcd
Alan Stern
2007-10-12
1
-1
/
+1
*
USB: Eliminate urb->status usage!
Alan Stern
2007-10-12
1
-2
/
+1
*
USB: reorganize urb->status use in dummy-hcd
Alan Stern
2007-10-12
1
-29
/
+24
*
USB: add urb->unlinked field
Alan Stern
2007-10-12
1
-5
/
+3
*
USB: centralize -EREMOTEIO handling
Alan Stern
2007-10-12
1
-7
/
+2
*
USB: make HCDs responsible for managing endpoint queues
Alan Stern
2007-10-12
1
-5
/
+17
*
USB: remove DEBUG definition from dummy_hcd
Alan Stern
2007-08-22
1
-2
/
+0
*
usb gadget stack: remove usb_ep_*_buffer(), part 2
David Brownell
2007-07-12
1
-36
/
+0
*
USB: Don't resume root hub if the controller is suspended
Alan Stern
2007-07-12
1
-2
/
+1
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
USB: gadget driver unbind() is optional; section fixes; misc
David Brownell
2006-12-20
1
-3
/
+4
*
[PATCH] misc arm pt_regs fixes
Al Viro
2006-10-08
1
-1
/
+1
*
USB: dummy-hcd: fix "warn-unused-result" messages
Alan Stern
2006-09-28
1
-10
/
+23
*
usbcore: trim down usb_bus structure
Alan Stern
2006-09-27
1
-6
/
+2
*
USB: dummy-hcd: disable interrupts during req->complete
Alan Stern
2006-08-02
1
-2
/
+4
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
Eric Sesterhenn
2006-03-20
1
-2
/
+1
*
[PATCH] USB: Use ARRAY_SIZE macro
Tobias Klauser
2006-01-04
1
-1
/
+1
*
[PATCH] USB Gadget: dummy_hcd: updates to hcd->state
Alan Stern
2006-01-04
1
-12
/
+31
*
[PATCH] USB: dummy_hcd: rename variables
Alan Stern
2006-01-04
1
-25
/
+25
*
[PATCH] USB: fix build breakage in dummy_hcd.c
Greg Kroah-Hartman
2005-11-17
1
-2
/
+2
*
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
2005-11-11
1
-37
/
+39
|
\
|
*
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
2005-11-09
1
-37
/
+39
*
|
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
2005-11-09
1
-1
/
+0
|
/
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-1
/
+1
*
[PATCH] USB: gadget drivers - add .owner initialisation
Ben Dooks
2005-10-28
1
-0
/
+2
*
[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
Alan Stern
2005-10-28
1
-18
/
+4
[next]