summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/usbtest.c
AgeCommit message (Expand)Author
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-05-14usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz
2008-05-02USB: usbtest displays diagnostics againDavid Brownell
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: remove dev->power.power_stateAlan Stern
2008-04-24USB: use DIV_ROUND_UPJulia Lawall
2008-04-02USB: fix bug in sg initialization in usbtestAlan Stern
2008-02-01USB: Spelling fixesJoe Perches
2008-02-01USB: testing driver: don't free a locked mutexAndrew Morton
2008-02-01USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke
2008-02-01usb: fix usbtest halt check on big endian systemsJan Andersson
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-07-19USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-01USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-08-11USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of errorOrjan Friberg
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-21[PATCH] usbtest: report errors in iso testsAlan Stern
2006-06-21[PATCH] Fix a deadlock in usbtestFranck Bui-Huu
2006-04-14[PATCH] USB: usbtest: scatterlist OUT data pattern testingDavid Brownell
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman
2005-10-28[PATCH] Missing transfer_flags setting in usbtestAlan Stern
2005-10-28[PATCH] usb_interface power stateDavid Brownell
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek
2005-06-27[PATCH] USB: usbtest updatesDavid Brownell
2005-03-27[PATCH] drivers/usb/misc/usbtest.c: fix a NULL dereferenceAdrian Bunk
2005-03-07[PATCH] usb/usbtest: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan
2005-01-14[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer contextAlexey Dobriyan
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman
2004-12-20USB: change wTotalLength field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman
2004-12-15[PATCH] USB: usbtest and usb_dev->epmaxpacket (8/15)David Brownell
2004-11-10USB: fix 2 locking bugs in usbtest.c as found by sparseGreg Kroah-Hartman
2004-08-24[PATCH] USB: Update unlink testing code in the usbtest driverAlan Stern
2004-07-12[PATCH] sparse: drivers/usb NULL noise removalAlexander Viro
2004-06-11[PATCH] USB: usbtest just uses module_param()David Brownell
2004-05-18USB: clean up usages of wait_ms() now that we have msleep()Greg Kroah-Hartman
2004-04-23[PATCH] USB: usbtest, smp unlink modesDavid Brownell
2004-03-25[PATCH] USB: define USB feature bit indicesDavid Brownell
2004-03-09[PATCH] USB: usbtest updates (new firmware)David Brownell
2004-03-02[PATCH] USB: Convert usbtest to the new altsetting regimeAlan Stern
2004-02-17[PATCH] USB: usbtest, two more protocol casesDavid Brownell
2004-02-05[PATCH] USB: usbtest updatesDavid Brownell