aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-07[PATCH] USB: compat ioctl for submiting URBAndrew Morton1-66/+185
2005-03-07[PATCH] USB: usbfs: remove debug messageBrian Murphy1-4/+1
2005-03-07[PATCH] usb/devio: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-2/+2
2005-02-25[PATCH] USB: Fix usbfs regressionAurelien Jarno1-1/+1
2005-02-02[PATCH] USB: fix libusb endian issuesDavid Woodhouse1-1/+14
2005-01-14[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer contextAlexey Dobriyan1-3/+3
2004-12-21Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-15/+37
2004-12-20USB: change wTotalLength field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-1/+1
2004-12-19[PATCH] USB: Hub driver: several bug fixes and simplifications [11/13]Alan Stern1-0/+11
2004-12-15[PATCH] usbfs: Remove extraneous disconnection checksGreg Kroah-Hartman1-7/+6
2004-12-15[PATCH] USB: usbfs changes for usb_dev->ep[] (3/15)David Brownell1-14/+25
2004-11-02[PATCH] USB: clean up error messagesDavid Brownell1-2/+6
2004-09-13[PATCH] USB: Add locking support for USB device resetsAlan Stern1-1/+1
2004-09-13[PATCH] USB: Updated USB device lockingAlan Stern1-17/+21
2004-09-05USB: remove usbdevfs filesystem name, usbfs is the proper one to use.Greg Kroah-Hartman1-5/+5
2004-09-03[PATCH] USB: Make usbcore use usb_kill_urb()Alan Stern1-3/+4
2004-08-08[PATCH] USB: usbfs: check the buffer size in proc_bulkDuncan Sands1-2/+6
2004-08-05[PATCH] USB: usbfs: drop the device semaphore in proc_bulk and proc_controlDuncan Sands1-0/+8
2004-07-12[PATCH] sparse: signal annotationAlexander Viro1-1/+1
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/usbMika Kukkonen1-3/+3
2004-06-21[PATCH] USB: sparse fixups for devio.cGreg Kroah-Hartman1-9/+10
2004-06-09[PATCH] PATCH: 2.6.7-rc3 drivers/usb/core/devio.c: user/kernel pointer bugsRobert T. Johnson1-2/+2
2004-06-07[PATCH] USB devio.c: deadlock fixDuncan Sands1-1/+1
2004-06-03[PATCH] sparse: usb/core/devio annotationAlexander Viro1-19/+20
2004-05-13[PATCH] USB: compile fix for usbfs snoopingDuncan Sands1-0/+1
2004-05-13USB: add snooping capability to usbfs for control messages.Greg Kroah-Hartman1-9/+55
2004-05-13[PATCH] USB: Patch to remove interface indices from devio.cDuncan Sands1-108/+78
2004-05-01[PATCH] USB: fix WARN_ON in usbfsDuncan Sands1-2/+5
2004-05-01[PATCH] USB: usbfs: change extern inline to static inlineDuncan Sands1-30/+5
2004-04-26[PATCH] USB: be assertive in usbfsDuncan Sands1-2/+2
2004-04-23[PATCH] USB usbfs: drop pointless racy checkDuncan Sands1-4/+2
2004-04-23[PATCH] USB usbfs: missing lock in proc_getdriverDuncan Sands1-4/+6
2004-04-23[PATCH] USB usbfs: destroy submitted urbs only on the disconnected interfaceDuncan Sands1-2/+4
2004-04-23[PATCH] USB usbfs: fix up releaseintfDuncan Sands1-2/+0
2004-04-23[PATCH] USB usbfs: fix up proc_ioctlDuncan Sands1-2/+0
2004-04-23[PATCH] USB usbfs: fix up proc_setconfigDuncan Sands1-2/+0
2004-04-23[PATCH] USB usbfs: remove obsolete comment from proc_resetdeviceDuncan Sands1-3/+0
2004-04-23[PATCH] USB usbfs: replace the per-file semaphore with the per-device semaphoreDuncan Sands1-20/+23
2004-04-23[PATCH] USB usbfs: take a reference to the usb deviceDuncan Sands1-11/+16
2004-04-23[PATCH] USB: fix devio compiler warnings created by previous patch.Greg Kroah-Hartman1-2/+2
2004-04-23[PATCH] USB: fix usbfs iso interval problemDavid Brownell1-1/+7
2004-04-07[PATCH] USB: fix xsane breakage, hangs on device scan at launchDavid Brownell1-5/+4
2004-03-30[PATCH] USB: remove usb_interface.driver fieldDavid Brownell1-56/+34
2004-03-29[PATCH] USB: set_configuration locking cleanupsDavid Brownell1-1/+46
2004-03-29[PATCH] USB; minor usbfs locking updatesDavid Brownell1-2/+7
2004-03-25[PATCH] USB: Don't trust raw descriptor length in devioc.Alan Stern1-4/+15
2004-03-02[PATCH] USB: Small improvements for devio.cAlan Stern1-15/+6
2003-12-08[PATCH] USB: fix race with signal delivery in usbfsOliver Neukum1-1/+1
2003-10-08[PATCH] USB: remove stupid check for NULL in devio.cOliver Neukum1-1/+1
2003-08-11[PATCH] add usb_reset_configuration()David Brownell1-3/+1