summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
2007-10-12USB: add ep->enableAlan Stern
2007-10-12USB: add urb->epAlan Stern
2007-07-30USB: usb.h kernel-doc additionsRandy Dunlap
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler
2007-07-12USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann
2007-07-12USB: add power/persist device attributeAlan Stern
2007-07-12USB: add reset_resume methodAlan Stern
2007-07-12USB: introduce usb_anchorOliver Neukum
2007-07-12USB: add USB_DEVICE_AND_INTERFACE_INFO for device matchingDaniel Drake
2007-07-12USB: add USB-Persist facilityAlan Stern
2007-07-10USB: Add USB_DEVICE_INTERFACE_PROTOCOL macroJan Kratochvil
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers
2007-04-27USB: add power/level sysfs attributeAlan Stern
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern
2007-02-23USB: make autosuspend delay a module parameterAlan Stern
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum
2007-02-16USB: make usb_iso_packet_descriptor.status signedPete Zaitcev
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern
2007-02-07USB: Add usb_endpoint_xfer_control to usb.hSarah Bailey
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell
2007-02-07USB: convert usb class devices to real devicesGreg Kroah-Hartman
2007-02-07USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01USB: keep count of unsuspended childrenAlan Stern
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern
2006-12-01USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino
2006-12-01usb/hub: allow hubs up to 31 childreninaky@linux.intel.com
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern
2006-09-27usbcore: store each usb_device's level in the treeAlan Stern
2006-09-27usbcore: trim down usb_bus structureAlan Stern
2006-09-27usbcore: Add flag for whether a host controller uses DMAAlan Stern
2006-09-27USB: remove struct usb_operationsAlan Stern
2006-09-27usbcore: help drivers to change device configsAlan Stern
2006-09-27USB core: Use const where possible.Luiz Fernando N. Capitulino
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino
2006-09-27USB: making the kernel -Wshadow clean - USB & completionJesper Juhl
2006-09-27usbcore: track whether interfaces are suspendedAlan Stern
2006-09-27usbcore: add usb_device_driver definitionAlan Stern
2006-08-02Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman
2006-08-02Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman
2006-07-12[PATCH] USB: fix usb kernel-docRandy Dunlap