summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)AuthorFilesLines
2007-04-28USB: add "last_busy" field for use in autosuspendAlan Stern1-0/+8
2007-04-28USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-3/+7
2007-04-28USB: add power/level sysfs attributeAlan Stern1-0/+2
2007-04-28USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
2007-02-24USB: make autosuspend delay a module parameterAlan Stern1-0/+3
2007-02-24USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum1-0/+1
2007-02-17USB: make usb_iso_packet_descriptor.status signedPete Zaitcev1-1/+1
2007-02-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-5/+29
2007-02-08usbcore: remove unused bandwith-related codeAlan Stern1-1/+0
2007-02-08USB: Add usb_endpoint_xfer_control to usb.hSarah Bailey1-0/+12
2007-02-08USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-0/+12
2007-02-08USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2007-02-08USB: convert usb class devices to real devicesGreg Kroah-Hartman1-2/+3
2007-02-08USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-1/+1
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman1-2/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-16/+165
2006-12-02USB: keep count of unsuspended childrenAlan Stern1-0/+1
2006-12-02USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-02USB: expand autosuspend/autoresume APIAlan Stern1-3/+26
2006-12-02USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino1-11/+131
2006-12-02usb/hub: allow hubs up to 31 childreninaky@linux.intel.com1-1/+6
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-29USB: 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-03Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman1-1/+1
2006-08-03Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman1-3/+2
2006-07-13[PATCH] USB: fix usb kernel-docRandy Dunlap1-1/+1
2006-06-22[PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman1-2/+3
2006-06-22[PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-1/+1
2006-06-22[PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman1-1/+3
2006-06-22[PATCH] usbcore: port reset for composite devicesAlan Stern1-0/+9
2006-06-22[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-21[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk1-2/+0
2006-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2006-01-05[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-1/+1
2006-01-05[PATCH] USB: Store port number in usb_deviceAlan Stern1-0/+1
2006-01-05[PATCH] USB: Consider power budget when choosing configurationAlan Stern1-0/+2