summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/usbtest.c
AgeCommit message (Expand)Author
2012-05-01usb: usbtest: two super speed fixes for usbtestPaul Zimmerman
2012-04-18drivers/usb/misc/usbtest.c: add kfreesJulia Lawall
2012-04-17usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang
2012-04-17usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang
2011-11-26USB: remove BKL commentsDavidlohr Bueso
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-23USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-05-10usb: fix warning in usbtest module v2Greg Dietsche
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-02usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior
2011-05-02usb/usbtest: print super on super speedSebastian Andrzej Siewior
2011-04-29USB: add queued-unlinks test case to usbtest driverAlan Stern
2011-01-22USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.Martin Fuzzey
2010-10-22USB: usbtest - ensure correct isoc data lengthMartin Fuzzey
2010-10-22USB: usbtest fix coding styleMartin Fuzzey
2010-08-10USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei
2010-08-10USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern
2010-03-02USB misc: make USB device id constantNémeth Márton
2010-03-02USB: convert to the runtime PM frameworkAlan Stern
2009-12-11usbtest: make module param pattern writeableVikram Pandita
2009-06-15USB: usbtest fix endless loop in unlink tests.Martin Fuzzey
2009-01-07USB: clean up redundant tests on unsignedroel kluin
2008-10-22USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-05-14usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz
2008-05-02USB: usbtest displays diagnostics againDavid Brownell
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: remove dev->power.power_stateAlan Stern
2008-04-24USB: use DIV_ROUND_UPJulia Lawall
2008-04-02USB: fix bug in sg initialization in usbtestAlan Stern
2008-02-01USB: Spelling fixesJoe Perches
2008-02-01USB: testing driver: don't free a locked mutexAndrew Morton
2008-02-01USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke
2008-02-01usb: fix usbtest halt check on big endian systemsJan Andersson
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-07-19USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-01USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-08-11USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of errorOrjan Friberg
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-21[PATCH] usbtest: report errors in iso testsAlan Stern
2006-06-21[PATCH] Fix a deadlock in usbtestFranck Bui-Huu