summaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
Commit message (Expand)AuthorAgeFilesLines
* USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-081-1/+1
* USB: convert usb class devices to real devicesGreg Kroah-Hartman2007-02-081-2/+3
* USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2007-02-081-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-16/+165
|\
| * USB: keep count of unsuspended childrenAlan Stern2006-12-011-0/+1
| * USB: struct usb_device: change flag to bitflagAlan Stern2006-12-011-1/+1
| * USB: expand autosuspend/autoresume APIAlan Stern2006-12-011-3/+26
| * USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino2006-12-011-11/+131
| * usb/hub: allow hubs up to 31 childreninaky@linux.intel.com2006-12-011-1/+6
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-1/+1
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1Star
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-291-1/+1
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-271-0/+33
* usbcore: store each usb_device's level in the treeAlan Stern2006-09-271-0/+1
* usbcore: trim down usb_bus structureAlan Stern2006-09-271-3/+0Star
* usbcore: Add flag for whether a host controller uses DMAAlan Stern2006-09-271-0/+1
* USB: remove struct usb_operationsAlan Stern2006-09-271-4/+0Star
* usbcore: help drivers to change device configsAlan Stern2006-09-271-0/+3
* USB core: Use const where possible.Luiz Fernando N. Capitulino2006-09-271-9/+9
* USB: New functions to check endpoints info.Luiz Fernando N. Capitulino2006-09-271-0/+14
* USB: making the kernel -Wshadow clean - USB & completionJesper Juhl2006-09-271-9/+9
* usbcore: track whether interfaces are suspendedAlan Stern2006-09-271-0/+3
* usbcore: add usb_device_driver definitionAlan Stern2006-09-271-7/+51
* Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman2006-08-031-1/+1
* Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman2006-08-031-3/+2Star
* [PATCH] USB: fix usb kernel-docRandy Dunlap2006-07-131-1/+1
* [PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman2006-06-221-2/+3
* [PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2006-06-221-1/+1
* [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-221-1/+3
* [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-221-0/+9
* [PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman2006-06-221-0/+2
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0Star
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk2006-03-201-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-051-1/+1
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-051-1/+1
* | [PATCH] USB: Store port number in usb_deviceAlan Stern2006-01-041-0/+1
* | [PATCH] USB: Consider power budget when choosing configurationAlan Stern2006-01-041-0/+2
* | [PATCH] USB: Remove USB private semaphoreAlan Stern2006-01-041-5/+4Star
* | [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-4/+0Star
* | [PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman2006-01-041-1/+5
* | [PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman2006-01-041-0/+3
* | [PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman2006-01-041-0/+8
|/
* [PATCH] USB: kernel-doc for linux/usb.hRandy Dunlap2005-11-241-0/+1
* [PATCH] DocBook: allow to mark structure members privateMartin Waitz2005-11-141-3/+3
* [PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern2005-10-291-4/+6
* [PATCH] usbcore: Wrap lines before column 80Alan Stern2005-10-291-46/+86
* [PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern2005-10-291-4/+1Star
* [PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman2005-10-291-0/+8
* [PATCH] stop exporting two functionsDavid Brownell2005-10-291-5/+0Star