aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-04[PATCH] USB Gadget: dummy_hcd: updates to hcd->stateAlan Stern1-12/+31
2006-01-04[PATCH] USB Gadget: file_storage: remove "volatile" declarationsAlan Stern1-21/+38
2006-01-04[PATCH] USB: Cleanups for usb gadget mass-storagePavel Machek1-2/+2
2006-01-04[PATCH] USB: One potential problem in gadget/serial.cFengwei Yin1-0/+2
2006-01-04[PATCH] USB: dummy_hcd: rename variablesAlan Stern1-25/+25
2006-01-04[PATCH] USB: file-storage gadget: Add reference count for childrenAlan Stern1-13/+17
2005-11-17[PATCH] USB: fix build breakage in dummy_hcd.cGreg Kroah-Hartman1-2/+2
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds4-103/+106
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2-2/+0
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King4-103/+106
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering4-4/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King4-3/+5
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks9-0/+10
2005-10-28[PATCH] add usb transceiver set_suspend() methodJuha Yrj?l?1-0/+4
2005-10-28[PATCH] omap_udc dma off-by-one fixDavid Brownell1-3/+5
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-18/+4
2005-10-28[PATCH] g_file_storage: fix obscure race conditionAlan Stern1-12/+9
2005-10-28[PATCH] USB: File-Storage gadget: use the kthread APIAlan Stern1-19/+13
2005-10-28Merge ../bleed-2.6Greg KH10-50/+50
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King3-34/+14
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-5/+5
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro9-45/+45
2005-10-28[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for regist...Ian Campbell2-5/+5
2005-09-22[PATCH] USB: fix pxa2xx_udc compile warningsRichard Purdie2-6/+6
2005-09-12[PATCH] USB gadgetfs: fixes an error on writing to endpoint filePavol Kurina1-0/+1
2005-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell5-128/+92
2005-07-12[PATCH] USB: omap_udc tweaksdavid-b@pacbell.net1-2/+1
2005-07-12[PATCH] USB: gadget/ether build fixes.Ian Campbell1-0/+2
2005-07-12[PATCH] USB: gadget/ether fixesIan Campbell1-1/+1
2005-07-12[PATCH] USB: net2280 warning fixAndrew Morton1-1/+1
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas8-32/+33
2005-06-27[PATCH] USB: resolve ethernet gadget build glitch on pxaDavid Brownell1-0/+2
2005-06-27[PATCH] USB gadget: drain rndis response queue on disconnectDavid Brownell1-1/+7
2005-06-27[PATCH] USB: fix drivers/usb/gadget/ether.c compile errorDavid Brownell1-32/+21
2005-06-27[PATCH] USB: dummy_hcd: add suspend/resume supportAlan Stern1-17/+162
2005-06-27[PATCH] USB: dummy_hcd: sparse cleanupsAlan Stern1-17/+23
2005-06-27[PATCH] USB: pxa2xx_udc updatesDavid Brownell2-21/+32
2005-06-27[PATCH] USB: goku_udc updates (sparse, SETUP api change)David Brownell1-11/+17
2005-06-27[PATCH] USB: net2280 updates (sparse, SETUP api change)David Brownell1-22/+29
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell6-42/+40
2005-06-27[PATCH] USB: Kconfig fixes for usb/gadgetDavid Brownell1-1/+10
2005-06-27[PATCH] USB dummy_hcd: Use root-hub interrupts instead of pollingAlan Stern1-0/+10
2005-06-27[PATCH] USB dummy_hcd: Centralize link state computationsAlan Stern1-92/+162
2005-06-27[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDCAlan Stern1-98/+133
2005-06-27[PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STATAlan Stern1-27/+23
2005-06-27[PATCH] USB dummy_hcd: Partial OTG emulationAlan Stern1-2/+28
2005-06-27[PATCH] USB: more omap_udc updates (dma and omap1710)David Brownell2-41/+116
2005-06-27[PATCH] USB: ethernet gadget updates (mostly cleanup)David Brownell1-180/+107
2005-06-27[PATCH] USB: rndis updates (mostly cleanup)David Brownell4-344/+285
2005-06-27[PATCH] USB HCDs: no longer need to register root hubAlan Stern1-22/+2
2005-06-27[PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budgetAlan Stern1-3/+3
2005-06-27[PATCH] USB: omap_udc updates (mostly cleanups)David Brownell1-57/+93
2005-06-27[PATCH] USB: g_file_storage: export "stall" parameterAlan Stern1-13/+14
2005-06-27[PATCH] USB: g_file_storage: Consolidate min()sAlan Stern1-12/+9
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+1
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou4-10/+10
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole4-4/+4
2005-04-18[PATCH] usb gadget: ethernet/rndis updatesDavid Brownell3-54/+45
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-3/+2
2005-04-18[PATCH] USB: fix up remaining pm_message_t usagesPavel Machek1-7/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds25-0/+32007