aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
Commit message (Expand)AuthorAgeFilesLines
* usb: usbtest: two super speed fixes for usbtestPaul Zimmerman2012-06-011-5/+12
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-5/+126
|\
| * usb: fix warning in usbtest module v2Greg Dietsche2011-05-101-3/+3
| * usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior2011-05-021-0/+2
| * usb/usbtest: print super on super speedSebastian Andrzej Siewior2011-05-021-0/+3
| * USB: add queued-unlinks test case to usbtest driverAlan Stern2011-04-291-2/+118
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
|/
* USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.Martin Fuzzey2011-01-221-24/+212
* USB: usbtest - ensure correct isoc data lengthMartin Fuzzey2010-10-221-0/+2
* USB: usbtest fix coding styleMartin Fuzzey2010-10-221-324/+341
* USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei2010-08-101-1/+4
* USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei2010-08-101-1/+5
* USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-101-1/+2
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-4/+4
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-7/+2
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-4/+0
* usbtest: make module param pattern writeableVikram Pandita2009-12-111-2/+5
* USB: usbtest fix endless loop in unlink tests.Martin Fuzzey2009-06-151-14/+25
* USB: clean up redundant tests on unsignedroel kluin2009-01-071-2/+0
* USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin2008-10-221-2/+1
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-2/+2
* usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz2008-05-141-0/+5
* USB: usbtest displays diagnostics againDavid Brownell2008-05-021-143/+133
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-2/+2
* USB: remove dev->power.power_stateAlan Stern2008-04-241-1/+2
* USB: use DIV_ROUND_UPJulia Lawall2008-04-241-1/+1
* USB: fix bug in sg initialization in usbtestAlan Stern2008-04-021-1/+2
* USB: Spelling fixesJoe Perches2008-02-011-1/+1
* USB: testing driver: don't free a locked mutexAndrew Morton2008-02-011-2/+0
* USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke2008-02-011-8/+9
* usb: fix usbtest halt check on big endian systemsJan Andersson2008-02-011-0/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-2/+2
* USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman2007-07-191-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-14/+14
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-4/+4
* USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of errorOrjan Friberg2006-08-111-2/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] usbtest: report errors in iso testsAlan Stern2006-06-211-7/+29
* [PATCH] Fix a deadlock in usbtestFranck Bui-Huu2006-06-211-0/+2
* [PATCH] USB: usbtest: scatterlist OUT data pattern testingDavid Brownell2006-04-141-0/+13
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-201-6/+3
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-3/+0
* [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-5/+2
* [PATCH] Missing transfer_flags setting in usbtestAlan Stern2005-10-281-0/+1
* [PATCH] usb_interface power stateDavid Brownell2005-10-281-10/+0