summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
AgeCommit message (Expand)AuthorLines
2015-12-01usb: misc: usbtest: Remove timeval usageDeepa Dinamani-82/+147
2015-12-01usb: misc: usbtest: improve the description for error messagePeter Chen-2/+2
2015-10-13usb: misc: usbtest: add bulk queue testPeter Chen-31/+74
2015-09-27usb: misc: usbtest: format the data pattern according to max packet sizeAlan Stern-9/+26
2015-09-27usb: misc: usbtest: using the same data format among write/compare/outputPeter Chen-3/+3
2015-09-27usb: misc: usbtest: delete useless memset for urbs arrayPeter Chen-1/+0
2015-09-27usb: misc: usbtest: allocate size of urb array according to user parameterPeter Chen-4/+5
2015-08-18usb: misc: usbtest: format max packet size for iso transferPeter Chen-3/+4
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek-1/+1
2014-08-29usbtest: Add interrupt EP testcasesAmit Virdi-15/+98
2014-06-17USB: usbtest: add a timeout for scatter-gather testsAlan Stern-1/+15
2014-05-27usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui-0/+3
2014-05-27usb: usbtest: fix unlink write error with pattern 1Huang Rui-0/+10
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-1/+1
2013-12-18usb: usbtest: Always clear halt else further tests will failRoger Quadros-1/+10
2013-12-18usb: usbtest: Add timetout to simple_io()Roger Quadros-3/+11
2013-12-17usbtest: Fix BOS control test for USB 2.01 devices.Sarah Sharp-1/+1
2013-12-08usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui-1/+1
2013-12-08usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui-2/+2
2013-12-08usb: usbtest: add a test case to support bos for queue controlHuang Rui-1/+10
2013-10-30usb: usbtest: support container id descriptor testHuang Rui-0/+27
2013-10-30usb: usbtest: support superspeed device capbility descriptor testHuang Rui-0/+37
2013-10-30usb: usbtest: support usb2 extension descriptor testHuang Rui-0/+77
2013-10-29usb: usbtest: support bos descriptor test for usb 3.0Huang Rui-0/+13
2013-10-29usb: usbtest: fix checkpatch warning as sizeof code styleHuang Rui-8/+8
2013-09-25usb: usbtest: bmAttributes would better be maskedHuang Rui-1/+1
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern-5/+4
2013-01-31USB: altsetting overrides for usbtestAlan Stern-1/+12
2013-01-07USB: usbtest: fix test number in log messageAlan Stern-1/+1
2012-11-21USB: usbtest: prevent a divide by zero bugDan Carpenter-0/+3
2012-11-14usb: misc: usbtest: send ISO packets for g_zeroBoyan Nedeltchev-0/+1
2012-05-01usb: usbtest: two super speed fixes for usbtestPaul Zimmerman-5/+12
2012-04-18drivers/usb/misc/usbtest.c: add kfreesJulia Lawall-0/+2
2012-04-17usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang-1/+1
2012-04-17usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang-2/+3
2011-11-26USB: remove BKL commentsDavidlohr Bueso-1/+0
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz-19/+2
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto-3/+3
2011-08-23USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior-1/+3
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+126
2011-05-10usb: fix warning in usbtest module v2Greg Dietsche-3/+3
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock-1/+1
2011-05-02usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior-0/+2
2011-05-02usb/usbtest: print super on super speedSebastian Andrzej Siewior-0/+3
2011-04-29USB: add queued-unlinks test case to usbtest driverAlan Stern-2/+118
2011-01-22USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.Martin Fuzzey-24/+212
2010-10-22USB: usbtest - ensure correct isoc data lengthMartin Fuzzey-0/+2
2010-10-22USB: usbtest fix coding styleMartin Fuzzey-324/+341
2010-08-10USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei-1/+4
2010-08-10USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei-1/+5