| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2013-12-21 | 1 | -1/+1 |
|\ |
|
| * | usbtest: Fix BOS control test for USB 2.01 devices. | Sarah Sharp | 2013-12-17 | 1 | -1/+1 |
* | | usb: usbtest: Always clear halt else further tests will fail | Roger Quadros | 2013-12-18 | 1 | -1/+10 |
* | | usb: usbtest: Add timetout to simple_io() | Roger Quadros | 2013-12-18 | 1 | -3/+11 |
|/ |
|
* | usb: usbtest: update bos test coverage to usb 2.1 device | Huang Rui | 2013-12-08 | 1 | -1/+1 |
* | usb: usbtest: fix the bit mask of usb 2.0 extension descriptor | Huang Rui | 2013-12-08 | 1 | -2/+2 |
* | usb: usbtest: add a test case to support bos for queue control | Huang Rui | 2013-12-08 | 1 | -1/+10 |
* | usb: usbtest: support container id descriptor test | Huang Rui | 2013-10-30 | 1 | -0/+27 |
* | usb: usbtest: support superspeed device capbility descriptor test | Huang Rui | 2013-10-30 | 1 | -0/+37 |
* | usb: usbtest: support usb2 extension descriptor test | Huang Rui | 2013-10-30 | 1 | -0/+77 |
* | usb: usbtest: support bos descriptor test for usb 3.0 | Huang Rui | 2013-10-29 | 1 | -0/+13 |
* | usb: usbtest: fix checkpatch warning as sizeof code style | Huang Rui | 2013-10-29 | 1 | -8/+8 |
* | usb: usbtest: bmAttributes would better be masked | Huang Rui | 2013-09-25 | 1 | -1/+1 |
* | USB: simplify the interface of usb_get_status() | Alan Stern | 2013-07-31 | 1 | -5/+4 |
* | USB: altsetting overrides for usbtest | Alan Stern | 2013-01-31 | 1 | -1/+12 |
* | USB: usbtest: fix test number in log message | Alan Stern | 2013-01-07 | 1 | -1/+1 |
* | USB: usbtest: prevent a divide by zero bug | Dan Carpenter | 2012-11-21 | 1 | -0/+3 |
* | usb: misc: usbtest: send ISO packets for g_zero | Boyan Nedeltchev | 2012-11-14 | 1 | -0/+1 |
* | usb: usbtest: two super speed fixes for usbtest | Paul Zimmerman | 2012-05-01 | 1 | -5/+12 |
* | drivers/usb/misc/usbtest.c: add kfrees | Julia Lawall | 2012-04-18 | 1 | -0/+2 |
* | usb: usbtest: avoid integer overflow in alloc_sglist() | Xi Wang | 2012-04-17 | 1 | -1/+1 |
* | usb: usbtest: avoid integer overflow in test_ctrl_queue() | Xi Wang | 2012-04-17 | 1 | -2/+3 |
* | USB: remove BKL comments | Davidlohr Bueso | 2011-11-26 | 1 | -1/+0 |
* | usb: Provide usb_speed_string() function | Michal Nazarewicz | 2011-09-18 | 1 | -19/+2 |
* | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 2011-08-23 | 1 | -3/+3 |
* | USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfers | Sebastian Andrzej Siewior | 2011-08-23 | 1 | -1/+3 |
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-05-23 | 1 | -5/+126 |
|\ |
|
| * | usb: fix warning in usbtest module v2 | Greg Dietsche | 2011-05-10 | 1 | -3/+3 |
| * | usb/usbtest: fix test10 on superpseed | Sebastian Andrzej Siewior | 2011-05-02 | 1 | -0/+2 |
| * | usb/usbtest: print super on super speed | Sebastian Andrzej Siewior | 2011-05-02 | 1 | -0/+3 |
| * | USB: add queued-unlinks test case to usbtest driver | Alan Stern | 2011-04-29 | 1 | -2/+118 |
* | | treewide: fix a few typos in comments | Justin P. Mattock | 2011-05-10 | 1 | -1/+1 |
|/ |
|
* | USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers. | Martin Fuzzey | 2011-01-22 | 1 | -24/+212 |
* | USB: usbtest - ensure correct isoc data length | Martin Fuzzey | 2010-10-22 | 1 | -0/+2 |
* | USB: usbtest fix coding style | Martin Fuzzey | 2010-10-22 | 1 | -324/+341 |
* | USB: usbtest: support test device with only one iso-in or iso-out endpoint | Ming Lei | 2010-08-10 | 1 | -1/+4 |
* | USB: usbtest: avoid to free coherent buffer in atomic context | Ming Lei | 2010-08-10 | 1 | -1/+5 |
* | USB-BKL: Convert usb_driver ioctl to unlocked_ioctl | Andi Kleen | 2010-08-10 | 1 | -1/+2 |
* | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2010-05-20 | 1 | -4/+4 |
* | USB: remove uses of URB_NO_SETUP_DMA_MAP | Alan Stern | 2010-05-20 | 1 | -7/+2 |
* | USB misc: make USB device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | USB: convert to the runtime PM framework | Alan Stern | 2010-03-02 | 1 | -4/+0 |
* | usbtest: make module param pattern writeable | Vikram Pandita | 2009-12-11 | 1 | -2/+5 |
* | USB: usbtest fix endless loop in unlink tests. | Martin Fuzzey | 2009-06-15 | 1 | -14/+25 |
* | USB: clean up redundant tests on unsigned | roel kluin | 2009-01-07 | 1 | -2/+0 |
* | USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative | roel kluin | 2008-10-22 | 1 | -2/+1 |
* | Rename WARN() to WARNING() to clear the namespace | Arjan van de Ven | 2008-07-25 | 1 | -2/+2 |
* | usbtest: comment on why this code "expects" negative and positive errnos | Marcin Slusarz | 2008-05-14 | 1 | -0/+5 |
* | USB: usbtest displays diagnostics again | David Brownell | 2008-05-02 | 1 | -143/+133 |
* | USB: remove unnecessary type casting of urb->context | Ming Lei | 2008-04-24 | 1 | -2/+2 |