aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-23USB: make autosuspend delay a module parameterAlan Stern1-0/+3
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum1-0/+1
2007-02-16USB: make usb_iso_packet_descriptor.status signedPete Zaitcev1-1/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-5/+29
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern1-1/+0
2007-02-07USB: Add usb_endpoint_xfer_control to usb.hSarah Bailey1-0/+12
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-0/+12
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2007-02-07USB: convert usb class devices to real devicesGreg Kroah-Hartman1-2/+3
2007-02-07USB: 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/torvalds/linux-2.6David Howells1-16/+165
2006-12-01USB: keep count of unsuspended childrenAlan Stern1-0/+1
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern1-3/+26
2006-12-01USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino1-11/+131
2006-12-01usb/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-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