summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
Commit message (Expand)AuthorAgeFilesLines
* usbtest: Add interrupt EP testcasesAmit Virdi2014-08-291-15/+98
* USB: usbtest: add a timeout for scatter-gather testsAlan Stern2014-06-171-1/+15
* usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui2014-05-271-0/+3
* usb: usbtest: fix unlink write error with pattern 1Huang Rui2014-05-271-0/+10
* Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-12-211-1/+1
|\
| * usbtest: Fix BOS control test for USB 2.01 devices.Sarah Sharp2013-12-171-1/+1
* | usb: usbtest: Always clear halt else further tests will failRoger Quadros2013-12-181-1/+10
* | usb: usbtest: Add timetout to simple_io()Roger Quadros2013-12-181-3/+11
|/
* usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui2013-12-081-1/+1
* usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui2013-12-081-2/+2
* usb: usbtest: add a test case to support bos for queue controlHuang Rui2013-12-081-1/+10
* usb: usbtest: support container id descriptor testHuang Rui2013-10-301-0/+27
* usb: usbtest: support superspeed device capbility descriptor testHuang Rui2013-10-301-0/+37
* usb: usbtest: support usb2 extension descriptor testHuang Rui2013-10-301-0/+77
* usb: usbtest: support bos descriptor test for usb 3.0Huang Rui2013-10-291-0/+13
* usb: usbtest: fix checkpatch warning as sizeof code styleHuang Rui2013-10-291-8/+8
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-09-251-1/+1
* USB: simplify the interface of usb_get_status()Alan Stern2013-07-311-5/+4
* USB: altsetting overrides for usbtestAlan Stern2013-01-311-1/+12
* USB: usbtest: fix test number in log messageAlan Stern2013-01-071-1/+1
* USB: usbtest: prevent a divide by zero bugDan Carpenter2012-11-211-0/+3
* usb: misc: usbtest: send ISO packets for g_zeroBoyan Nedeltchev2012-11-141-0/+1
* usb: usbtest: two super speed fixes for usbtestPaul Zimmerman2012-05-011-5/+12
* drivers/usb/misc/usbtest.c: add kfreesJulia Lawall2012-04-181-0/+2
* usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang2012-04-171-1/+1
* usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang2012-04-171-2/+3
* USB: remove BKL commentsDavidlohr Bueso2011-11-261-1/+0
* usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-19/+2
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-3/+3
* USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior2011-08-231-1/+3
* 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
OpenPOWER on IntegriCloud