aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern1-1/+1
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern1-0/+33
2006-09-27usbcore: store each usb_device's level in the treeAlan Stern1-0/+1
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-3/+0
2006-09-27usbcore: Add flag for whether a host controller uses DMAAlan Stern1-0/+1
2006-09-27USB: remove struct usb_operationsAlan Stern1-4/+0
2006-09-27usbcore: help drivers to change device configsAlan Stern1-0/+3
2006-09-27USB core: Use const where possible.Luiz Fernando N. Capitulino1-9/+9
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino1-0/+14
2006-09-27USB: making the kernel -Wshadow clean - USB & completionJesper Juhl1-9/+9
2006-09-27usbcore: track whether interfaces are suspendedAlan Stern1-0/+3
2006-09-27usbcore: add usb_device_driver definitionAlan Stern1-7/+51
2006-08-02Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman1-1/+1
2006-08-02Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman1-3/+2
2006-07-12[PATCH] USB: fix usb kernel-docRandy Dunlap1-1/+1
2006-06-21[PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman1-2/+3
2006-06-21[PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-1/+1
2006-06-21[PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman1-1/+3
2006-06-21[PATCH] usbcore: port reset for composite devicesAlan Stern1-0/+9
2006-06-21[PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman1-0/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-20[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk1-2/+0
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-1/+1
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern1-0/+1
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern1-0/+2
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern1-5/+4
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-4/+0
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman1-1/+5
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+3
2006-01-04[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman1-0/+8
2005-11-23[PATCH] USB: kernel-doc for linux/usb.hRandy Dunlap1-0/+1
2005-11-13[PATCH] DocBook: allow to mark structure members privateMartin Waitz1-3/+3
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern1-4/+6
2005-10-28[PATCH] usbcore: Wrap lines before column 80Alan Stern1-46/+86
2005-10-28[PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern1-4/+1
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman1-0/+8
2005-10-28[PATCH] stop exporting two functionsDavid Brownell1-5/+0
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell1-1/+1
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer neededGreg Kroah-Hartman1-5/+2
2005-10-28[PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman1-0/+4
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-4/+4
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-8/+1
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers1-0/+2
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-4/+4
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk1-1/+1
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de1-3/+2
2005-06-03[PATCH] USB: update urb documentationRoman Kagan1-1/+5
2005-04-18[PATCH] usb suspend updates (interface suspend)David Brownell1-2/+2