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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-27
[PATCH] USB: net2280: set driver data before it is used
Alan Stern
1
-3
/
+2
2006-04-27
[PATCH] USB: net2280: check for shared IRQs
Alan Stern
1
-0
/
+4
2006-04-27
[PATCH] USB: net2280: send 0-length packets for ep0
Alan Stern
1
-3
/
+1
2006-04-27
[PATCH] USB: net2280: Handle STALLs for 0-length control-IN requests
Alan Stern
1
-1
/
+1
2006-04-26
[PATCH] fix leak in activate_ep_files()
Al Viro
1
-0
/
+1
2006-04-14
[PATCH] USB: linux/usb/net2280.h common definitions
Pete Zaitcev
1
-416
/
+1
2006-04-14
[PATCH] USB: g_ether, highspeed conformance fix
David Brownell
1
-3
/
+3
2006-04-14
[PATCH] USB: at91 usb driver supend/resume fixes
David Brownell
1
-2
/
+2
2006-04-14
[PATCH] USB: gadget zero poisons OUT buffers
David Brownell
1
-2
/
+5
2006-04-14
[PATCH] USB: gadgetfs highspeed bugfix
David Brownell
1
-12
/
+12
2006-04-14
[PATCH] USB: net2280 short rx status fix
David Brownell
1
-1
/
+2
2006-04-14
[PATCH] USB: fix gadget_is_musbhdrc()
David Brownell
1
-3
/
+3
2006-04-14
[PATCH] USB: g_file_storage: use module_param_array_named macro
Alan Stern
1
-9
/
+17
2006-04-14
[PATCH] USB: g_file_storage: add comment about buffer allocation
Alan Stern
1
-0
/
+9
2006-04-14
[PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfers
Alan Stern
1
-0
/
+3
2006-04-14
[PATCH] USB: net2282 and net2280 software compatibility
Guennadi Liakhovetski
3
-23
/
+73
2006-03-28
[PATCH] mark f_ops const in the inode
Arjan van de Ven
1
-3
/
+3
2006-03-20
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
Eric Sesterhenn
9
-22
/
+11
2006-03-20
[PATCH] USB: ethernet gadget driver section fixups
Aras Vaichas
1
-11
/
+27
2006-03-20
[PATCH] USB: gadget driver section fixups
David Brownell
4
-10
/
+10
2006-03-20
[PATCH] USB: Zero driver: Removed duplicated code
Franck Bui-Huu
1
-6
/
+0
2006-03-20
[PATCH] recognize three more usb peripheral controllers
David Brownell
2
-2
/
+36
2006-03-20
[PATCH] USB: minor gadget/rndis tweak
David Brownell
1
-1
/
+2
2006-03-20
[PATCH] USB: add support for AT91 gadget
David Brownell
4
-0
/
+1972
2006-02-28
[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)
Shaun Tancheff
1
-4
/
+7
2006-02-28
[PATCH] USB: lh7a40x gadget driver: Fixed a dead lock
Franck Bui-Huu
1
-2
/
+4
2006-01-31
[PATCH] USB: gadget zero and dma-coherent buffers
David Brownell
1
-3
/
+5
2006-01-31
[PATCH] USB: gadgetfs: set "zero" flag for short control-IN response
Alan Stern
1
-1
/
+7
2006-01-31
[PATCH] USB: net2280 warning fix
David Brownell
1
-0
/
+1
2006-01-13
[PATCH] Remove usb gadget generic driver methods
Russell King
4
-12
/
+0
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-11
/
+8
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2
-4
/
+4
2006-01-04
[PATCH] USB: Use ARRAY_SIZE macro
Tobias Klauser
1
-1
/
+1
2006-01-04
[PATCH] USB Gadget: dummy_hcd: updates to hcd->state
Alan Stern
1
-12
/
+31
2006-01-04
[PATCH] USB Gadget: file_storage: remove "volatile" declarations
Alan Stern
1
-21
/
+38
2006-01-04
[PATCH] USB: Cleanups for usb gadget mass-storage
Pavel Machek
1
-2
/
+2
2006-01-04
[PATCH] USB: One potential problem in gadget/serial.c
Fengwei Yin
1
-0
/
+2
2006-01-04
[PATCH] USB: dummy_hcd: rename variables
Alan Stern
1
-25
/
+25
2006-01-04
[PATCH] USB: file-storage gadget: Add reference count for children
Alan Stern
1
-13
/
+17
2005-11-17
[PATCH] USB: fix build breakage in dummy_hcd.c
Greg Kroah-Hartman
1
-2
/
+2
2005-11-11
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
4
-103
/
+106
2005-11-10
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Greg Kroah-Hartman
2
-2
/
+0
2005-11-09
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
4
-103
/
+106
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
4
-4
/
+0
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
4
-3
/
+5
2005-10-28
[PATCH] USB: gadget drivers - add .owner initialisation
Ben Dooks
9
-0
/
+10
2005-10-28
[PATCH] add usb transceiver set_suspend() method
Juha Yrj?l?
1
-0
/
+4
2005-10-28
[PATCH] omap_udc dma off-by-one fix
David Brownell
1
-3
/
+5
2005-10-28
[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
Alan Stern
1
-18
/
+4
2005-10-28
[PATCH] g_file_storage: fix obscure race condition
Alan Stern
1
-12
/
+9
[next]