aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
Commit message (Expand)AuthorAge
* usb: usbtest: support container id descriptor testHuang Rui2013-10-30
* usb: usbtest: support superspeed device capbility descriptor testHuang Rui2013-10-30
* usb: usbtest: support usb2 extension descriptor testHuang Rui2013-10-30
* usb: usbtest: support bos descriptor test for usb 3.0Huang Rui2013-10-29
* usb: usbtest: fix checkpatch warning as sizeof code styleHuang Rui2013-10-29
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-09-25
* USB: simplify the interface of usb_get_status()Alan Stern2013-07-31
* USB: altsetting overrides for usbtestAlan Stern2013-01-31
* USB: usbtest: fix test number in log messageAlan Stern2013-01-07
* USB: usbtest: prevent a divide by zero bugDan Carpenter2012-11-21
* usb: misc: usbtest: send ISO packets for g_zeroBoyan Nedeltchev2012-11-14
* usb: usbtest: two super speed fixes for usbtestPaul Zimmerman2012-05-01
* drivers/usb/misc/usbtest.c: add kfreesJulia Lawall2012-04-18
* usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang2012-04-17
* usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang2012-04-17
* USB: remove BKL commentsDavidlohr Bueso2011-11-26
* usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-18
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior2011-08-23
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-23
|\
| * usb: fix warning in usbtest module v2Greg Dietsche2011-05-10
| * usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior2011-05-02
| * usb/usbtest: print super on super speedSebastian Andrzej Siewior2011-05-02
| * USB: add queued-unlinks test case to usbtest driverAlan Stern2011-04-29
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-10
|/
* USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.Martin Fuzzey2011-01-22
* USB: usbtest - ensure correct isoc data lengthMartin Fuzzey2010-10-22
* USB: usbtest fix coding styleMartin Fuzzey2010-10-22
* USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei2010-08-10
* USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei2010-08-10
* USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-10
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-20
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-20
* USB misc: make USB device id constantNémeth Márton2010-03-02
* USB: convert to the runtime PM frameworkAlan Stern2010-03-02
* usbtest: make module param pattern writeableVikram Pandita2009-12-11
* USB: usbtest fix endless loop in unlink tests.Martin Fuzzey2009-06-16
* USB: clean up redundant tests on unsignedroel kluin2009-01-07
* USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin2008-10-22
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-25
* usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz2008-05-14
* USB: usbtest displays diagnostics againDavid Brownell2008-05-02
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-25
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: remove dev->power.power_stateAlan Stern2008-04-25
* USB: use DIV_ROUND_UPJulia Lawall2008-04-25
* USB: fix bug in sg initialization in usbtestAlan Stern2008-04-02
* USB: Spelling fixesJoe Perches2008-02-01
* USB: testing driver: don't free a locked mutexAndrew Morton2008-02-01
* USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke2008-02-01