summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
Commit message (Expand)AuthorAgeFilesLines
* USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin2008-10-221-2/+1Star
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-2/+2
* usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz2008-05-141-0/+5
* USB: usbtest displays diagnostics againDavid Brownell2008-05-021-143/+133Star
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-2/+2
* USB: remove dev->power.power_stateAlan Stern2008-04-251-1/+2
* USB: use DIV_ROUND_UPJulia Lawall2008-04-251-1/+1
* USB: fix bug in sg initialization in usbtestAlan Stern2008-04-031-1/+2
* USB: Spelling fixesJoe Perches2008-02-011-1/+1
* USB: testing driver: don't free a locked mutexAndrew Morton2008-02-011-2/+0Star
* USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke2008-02-011-8/+9
* usb: fix usbtest halt check on big endian systemsJan Andersson2008-02-011-0/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-2/+2
* USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman2007-07-201-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-14/+14
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-4/+4
* USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of errorOrjan Friberg2006-08-111-2/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] usbtest: report errors in iso testsAlan Stern2006-06-221-7/+29
* [PATCH] Fix a deadlock in usbtestFranck Bui-Huu2006-06-221-0/+2
* [PATCH] USB: usbtest: scatterlist OUT data pattern testingDavid Brownell2006-04-141-0/+13
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-201-6/+3Star
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0Star
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-3/+0Star
* [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-5/+2Star
* [PATCH] Missing transfer_flags setting in usbtestAlan Stern2005-10-291-0/+1
* [PATCH] usb_interface power stateDavid Brownell2005-10-291-10/+0Star
* [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-091-2/+0Star
* [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-051-1/+1
* [PATCH] USB: usbtest updatesDavid Brownell2005-06-271-8/+52
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2140