summaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
Commit message (Expand)AuthorAgeFilesLines
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* USB: add "last_busy" field for use in autosuspendAlan Stern2007-04-271-0/+8
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-3/+7
* USB: add power/level sysfs attributeAlan Stern2007-04-271-0/+2
* USB: Allow autosuspend delay to equal 0Alan Stern2007-04-271-1/+1
* USB: make autosuspend delay a module parameterAlan Stern2007-02-231-0/+3
* USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum2007-02-231-0/+1
* USB: make usb_iso_packet_descriptor.status signedPete Zaitcev2007-02-161-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-02-071-5/+29
|\
| * usbcore: remove unused bandwith-related codeAlan Stern2007-02-071-1/+0
| * USB: Add usb_endpoint_xfer_control to usb.hSarah Bailey2007-02-071-0/+12
| * USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman2007-02-071-0/+12
| * USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-071-1/+1
| * USB: convert usb class devices to real devicesGreg Kroah-Hartman2007-02-071-2/+3
| * USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2007-02-071-1/+1
* | USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-2/+3
|/
* 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/+1
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-281-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/+0
* usbcore: Add flag for whether a host controller uses DMAAlan Stern2006-09-271-0/+1
* USB: remove struct usb_operationsAlan Stern2006-09-271-4/+0
* 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-021-1/+1
* Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman2006-08-021-3/+2
* [PATCH] USB: fix usb kernel-docRandy Dunlap2006-07-121-1/+1
* [PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman2006-06-211-2/+3
* [PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2006-06-211-1/+1
* [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-211-1/+3
* [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-211-0/+9
* [PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman2006-06-211-0/+2
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [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/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-041-1/+1
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-1/+1
* | [PATCH] USB: Store port number in usb_deviceAlan Stern2006-01-041-0/+1
OpenPOWER on IntegriCloud