aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-27[PATCH] drivers/usb/misc/usbtest.c: fix a NULL dereferenceAdrian Bunk1-1/+1
2005-03-07[PATCH] usb/usbtest: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-5/+5
2005-01-14[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer contextAlexey Dobriyan1-2/+2
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-3/+3
2004-12-20USB: change wTotalLength field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-3/+2
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman1-5/+5
2004-12-15[PATCH] USB: usbtest and usb_dev->epmaxpacket (8/15)David Brownell1-2/+2
2004-11-10USB: fix 2 locking bugs in usbtest.c as found by sparseGreg Kroah-Hartman1-2/+4
2004-08-24[PATCH] USB: Update unlink testing code in the usbtest driverAlan Stern1-14/+17
2004-07-12[PATCH] sparse: drivers/usb NULL noise removalAlexander Viro1-12/+12
2004-06-11[PATCH] USB: usbtest just uses module_param()David Brownell1-8/+8
2004-05-18USB: clean up usages of wait_ms() now that we have msleep()Greg Kroah-Hartman1-1/+1
2004-04-23[PATCH] USB: usbtest, smp unlink modesDavid Brownell1-3/+3
2004-03-25[PATCH] USB: define USB feature bit indicesDavid Brownell1-1/+2
2004-03-09[PATCH] USB: usbtest updates (new firmware)David Brownell1-15/+23
2004-03-02[PATCH] USB: Convert usbtest to the new altsetting regimeAlan Stern1-14/+10
2004-02-17[PATCH] USB: usbtest, two more protocol casesDavid Brownell1-1/+18
2004-02-05[PATCH] USB: usbtest updatesDavid Brownell1-115/+664
2003-09-15[PATCH] USB: Use num_altsetting in usbnet and usbtestAlan Stern1-1/+1
2003-08-22[PATCH] USB: linuxppc-2.5 fixlets for usbtest.cMichel Dänzer1-1/+1
2003-08-15[MM]: Add and use offset_in_page() convenience macro.David S. Miller1-1/+1
2003-07-31mergeGreg Kroah-Hartman1-3/+6
2003-07-31[PATCH] USB: Small fixes for usbtestAlan Stern1-3/+6
2003-07-31[PATCH] fix invalid/illegal oddments in USBAlan Cox1-1/+1
2003-07-15[PATCH] USB: usbtest, autoconfigure from descriptorsDavid Brownell1-15/+88
2003-06-13[PATCH] USB: Use separate transport_flags bits for transfer_dmaAlan Stern1-1/+1
2003-05-18[PATCH] USB: usbtest, talk to user mode "firmware"David Brownell1-0/+12
2003-03-24[PATCH] USB: usb-skeleton, usbtest use "real" device idsDavid Brownell1-0/+5
2003-03-20[PATCH] usbtest catch -ENOMEMDavid Brownell1-0/+2
2003-02-19[PATCH] USB: usbtest checks for in-order completionsDavid Brownell1-51/+81
2003-01-06[PATCH] usbtest, covers control queueing and fault cleanupDavid Brownell1-2/+304
2002-12-26[PATCH] USB misc drivers: remove direct calls to dev_set* and dev_get*Greg Kroah-Hartman1-4/+4
2002-12-26[PATCH] USB: remove private_data pointer from struct usb_interface, as it sho...Greg Kroah-Hartman1-1/+0
2002-12-02[PATCH] kbd_pt_regsDavid S. Miller1-2/+2
2002-11-10[PATCH] usbtest, add some unlink testcasesDavid Brownell1-8/+99
2002-11-04[PATCH] usbtest, Kconfig and miscDavid Brownell1-13/+24
2002-10-29[PATCH] USB: clean up usb structures some moreDavid Brownell1-15/+15
2002-10-24[PATCH] rm "automagic resubmit" for usb interrupt transfersDavid Brownell1-9/+8
2002-10-17[PATCH] usbtest updatesMartin Diehl1-5/+18
2002-10-07[PATCH] usbtest: mo'betta devices, control testsDavid Brownell1-43/+498
2002-10-02[PATCH] USB: framework for testing usbcoreDavid Brownell1-0/+570