aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2006-06-21[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell2-2/+2
2006-06-21[PATCH] USB: whitespace removal from usb/gadget/etherDavid Brownell3-250/+251
2006-06-21[PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platformMilan Svoboda1-1/+6
2006-06-21[PATCH] usb gadget: fix compile errorsMilan Svoboda1-0/+4
2006-06-21[PATCH] usb gadget: allow drivers support speeds higher than full speedMilan Svoboda1-1/+1
2006-06-21[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()Franck Bui-Huu1-10/+8
2006-06-21[PATCH] USB: gadget-serial: fix a deadlock when closing the serial deviceFranck Bui-Huu1-78/+17
2006-06-21[PATCH] USB: trivial DEBUG message correction in gadget ether driverMatt Reimer1-1/+1
2006-06-21[PATCH] gadgetfs: fix memory leaksAlan Stern1-22/+29
2006-06-21[PATCH] gadgetfs: fix AIO interface bugsAlan Stern1-6/+5
2006-06-21[PATCH] USB: net2280: add a shutdown routineAlan Stern1-0/+17
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller2-19/+6
2006-04-27[PATCH] USB: net2280: set driver data before it is usedAlan Stern1-3/+2
2006-04-27[PATCH] USB: net2280: check for shared IRQsAlan Stern1-0/+4
2006-04-27[PATCH] USB: net2280: send 0-length packets for ep0Alan Stern1-3/+1
2006-04-27[PATCH] USB: net2280: Handle STALLs for 0-length control-IN requestsAlan Stern1-1/+1
2006-04-26[PATCH] fix leak in activate_ep_files()Al Viro1-0/+1
2006-04-14[PATCH] USB: linux/usb/net2280.h common definitionsPete Zaitcev1-416/+1
2006-04-14[PATCH] USB: g_ether, highspeed conformance fixDavid Brownell1-3/+3
2006-04-14[PATCH] USB: at91 usb driver supend/resume fixesDavid Brownell1-2/+2
2006-04-14[PATCH] USB: gadget zero poisons OUT buffersDavid Brownell1-2/+5
2006-04-14[PATCH] USB: gadgetfs highspeed bugfixDavid Brownell1-12/+12
2006-04-14[PATCH] USB: net2280 short rx status fixDavid Brownell1-1/+2
2006-04-14[PATCH] USB: fix gadget_is_musbhdrc()David Brownell1-3/+3
2006-04-14[PATCH] USB: g_file_storage: use module_param_array_named macroAlan Stern1-9/+17
2006-04-14[PATCH] USB: g_file_storage: add comment about buffer allocationAlan Stern1-0/+9
2006-04-14[PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfersAlan Stern1-0/+3
2006-04-14[PATCH] USB: net2282 and net2280 software compatibilityGuennadi Liakhovetski3-23/+73
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-3/+3
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn9-22/+11
2006-03-20[PATCH] USB: ethernet gadget driver section fixupsAras Vaichas1-11/+27
2006-03-20[PATCH] USB: gadget driver section fixupsDavid Brownell4-10/+10
2006-03-20[PATCH] USB: Zero driver: Removed duplicated codeFranck Bui-Huu1-6/+0
2006-03-20[PATCH] recognize three more usb peripheral controllersDavid Brownell2-2/+36
2006-03-20[PATCH] USB: minor gadget/rndis tweakDavid Brownell1-1/+2
2006-03-20[PATCH] USB: add support for AT91 gadgetDavid Brownell4-0/+1972
2006-02-28[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)Shaun Tancheff1-4/+7
2006-02-28[PATCH] USB: lh7a40x gadget driver: Fixed a dead lockFranck Bui-Huu1-2/+4
2006-01-31[PATCH] USB: gadget zero and dma-coherent buffersDavid Brownell1-3/+5
2006-01-31[PATCH] USB: gadgetfs: set "zero" flag for short control-IN responseAlan Stern1-1/+7
2006-01-31[PATCH] USB: net2280 warning fixDavid Brownell1-0/+1
2006-01-13[PATCH] Remove usb gadget generic driver methodsRussell King4-12/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-11/+8
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2-4/+4
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