aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei1-1/+4
2010-08-10USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei1-1/+5
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-1/+2
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-4/+4
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-7/+2
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-4/+0
2009-12-11usbtest: make module param pattern writeableVikram Pandita1-2/+5
2009-06-15USB: usbtest fix endless loop in unlink tests.Martin Fuzzey1-14/+25
2009-01-07USB: clean up redundant tests on unsignedroel kluin1-2/+0
2008-10-22USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin1-2/+1
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-2/+2
2008-05-14usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz1-0/+5
2008-05-02USB: usbtest displays diagnostics againDavid Brownell1-143/+133
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24USB: remove dev->power.power_stateAlan Stern1-1/+2
2008-04-24USB: use DIV_ROUND_UPJulia Lawall1-1/+1
2008-04-02USB: fix bug in sg initialization in usbtestAlan Stern1-1/+2
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: testing driver: don't free a locked mutexAndrew Morton1-2/+0
2008-02-01USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke1-8/+9
2008-02-01usb: fix usbtest halt check on big endian systemsJan Andersson1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-2/+2
2007-07-19USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-14/+14
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-4/+4
2006-12-01USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-08-11USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of errorOrjan Friberg1-2/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] usbtest: report errors in iso testsAlan Stern1-7/+29
2006-06-21[PATCH] Fix a deadlock in usbtestFranck Bui-Huu1-0/+2
2006-04-14[PATCH] USB: usbtest: scatterlist OUT data pattern testingDavid Brownell1-0/+13
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-6/+3
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-3/+0
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-5/+2
2005-10-28[PATCH] Missing transfer_flags setting in usbtestAlan Stern1-0/+1
2005-10-28[PATCH] usb_interface power stateDavid Brownell1-10/+0
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-2/+0
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-1/+1
2005-06-27[PATCH] USB: usbtest updatesDavid Brownell1-8/+52
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2140