aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/file_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-7/+7
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-2/+2
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-05-02USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-feature ignoreDavid Lopo1-1/+24
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-24USB: g_file_storage: ignore bulk-out data after invalid CBWAlan Stern1-13/+15
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-5/+3
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-9/+5
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: less-restrictive command checking in g-file-storageAlan Stern1-1/+1
2007-10-12USB: cleanups for g_file_storageAlan Stern1-67/+62
2007-10-12USB: gadget: file storage gadget cleanupsDavid Brownell1-73/+45
2007-08-22USB: g_file_storage: fix bug in DMA buffer handlingAlan Stern1-3/+0
2007-08-22USB: Stall control endpoint when file storage class request wValue != 0Luis Lloret1-3/+4
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+3
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell1-14/+5
2007-07-12USB: Disable file_storage USB_CONFIG_ATT_WAKEUPTony Lindgren1-2/+1
2007-06-25USB: g_file_storage: call allow_signal()Oleg Nesterov1-7/+5
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+1
2007-02-07USB Gadget file_storage.c: remove unnecessary castsJohn Daiker1-16/+15
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-1/+1
2006-12-08[PATCH] struct path: convert usbJosef Sipek1-8/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-09-28USB: g_file_storage: Set sense info Valid bit only when neededAlan Stern1-1/+15
2006-09-28USB: g_file_storage: fix "ignoring return value" warningsAlan Stern1-7/+12
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-2/+0
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-03-20[PATCH] USB: gadget driver section fixupsDavid Brownell1-2/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
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: file-storage gadget: Add reference count for childrenAlan Stern1-13/+17
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks1-0/+1
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-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell1-26/+7
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell1-10/+9
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_udc.c: update device attribute callbacksYani Ioannou1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+4139