aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-30USB: usb.h kernel-doc additionsRandy Dunlap1-0/+2
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler1-0/+10
2007-07-12USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann1-0/+1
2007-07-12USB: add power/persist device attributeAlan Stern1-0/+1
2007-07-12USB: add reset_resume methodAlan Stern1-2/+5
2007-07-12USB: introduce usb_anchorOliver Neukum1-0/+22
2007-07-12USB: add USB_DEVICE_AND_INTERFACE_INFO for device matchingDaniel Drake1-0/+22
2007-07-12USB: add USB-Persist facilityAlan Stern1-2/+6
2007-07-10USB: Add USB_DEVICE_INTERFACE_PROTOCOL macroJan Kratochvil1-0/+16
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern1-0/+8
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-3/+7
2007-04-27USB: add power/level sysfs attributeAlan Stern1-0/+2
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
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