aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-23[PATCH] drivers/usb/core/devices.c: small correctionsAdrian Bunk1-5/+2
2005-03-07[PATCH] USB: Fix use after free in usb/core/devices.cAlexander Nyberg1-0/+1
2005-03-07[PATCH] USB: cache the product, manufacturer, and serial number strings at de...Greg Kroah-Hartman1-18/+6
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-2/+2
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman1-3/+7
2004-09-13[PATCH] USB: Updated USB device lockingAlan Stern1-3/+3
2004-09-05[PATCH] list_for_each_entry: drivers-usb-core-devices.cMaximilian Attems1-6/+2
2004-09-05USB: remove usbdevfs filesystem name, usbfs is the proper one to use.Greg Kroah-Hartman1-2/+2
2004-08-05[PATCH] USB: Don't track endpoint halts in usbcoreAlan Stern1-2/+1
2004-07-30[PATCH] USB: use list_for_each() in core/devices.cDomen Puncer1-1/+1
2004-06-08[PATCH] USB: Fix bus-list root-hub raceAlan Stern1-0/+2
2004-04-27[PATCH] USB: Lock devices during tree traversalAlan Stern1-2/+10
2004-04-27USB: fix compiler warnings in devices.c file.Greg Kroah-Hartman1-2/+2
2004-04-27[PATCH] USB: Allocate interface structures dynamicallyAlan Stern1-12/+19
2004-03-30[PATCH] USB: remove usb_interface.driver fieldDavid Brownell1-1/+3
2004-03-29[PATCH] USB; minor usbfs locking updatesDavid Brownell1-2/+2
2003-07-28[PATCH] USB: core cleanups for struct usb_interface changesGreg Kroah-Hartman1-1/+1
2003-06-10[PATCH] USB: sparse fixups for drivers/usb/core/devices.cGreg Kroah-Hartman1-2/+2
2003-02-05[PATCH] USB: add a blank line between each device in usbfs/devicesGreg Kroah-Hartman1-1/+1
2002-10-29[PATCH] USB: clean up usb structures some moreDavid Brownell1-8/+8
2002-09-16USB: Convert the core code to use struct device_driver.Greg Kroah-Hartman1-1/+0
2002-07-18[PATCH] drivers/usb/* designated initializer reworkRusty Russell1-5/+5
2002-07-18[PATCH] USB: lots of locking and other SMP race fixesOliver Neukum1-1/+11
2002-06-09[PATCH] USB Checker missing unlocks fixesBrad Hards1-1/+3
2002-04-04USBGreg Kroah-Hartman1-0/+662