aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-25USB: add usb_hcd_{start,end}_port_resumeAlan Stern1-0/+2
2012-10-31USB: add USB_DEVICE_INTERFACE_CLASS macroBjørn Mork1-0/+16
2012-10-24USB: speed up usb_bus_resume()Alan Stern1-0/+2
2012-10-24USB: hub_for_each_child should skip unconnected portsAlan Stern1-2/+3
2012-10-22USB: update documentation for URB_ISO_ASAPAlan Stern1-11/+16
2012-10-17USB: usb.h: remove dbg() macroGreg Kroah-Hartman1-11/+0
2012-09-10usb/acpi: Use ACPI methods to power off ports.Lan Tianyu1-0/+10
2012-09-10usb/acpi: Store info on device removability.Lan Tianyu1-0/+7
2012-09-10usb: move children to struct usb_portLan Tianyu1-2/+13
2012-07-16USB: add USB_VENDOR_AND_INTERFACE_INFO() macroGustavo Padovan1-0/+21
2012-07-16USB: remove 8 bytes of padding from usb_host_interface on 64 bit buildsRichard Kennedy1-2/+3
2012-07-11USB: Add a sysfs file to show LTM capabilities.Sarah Sharp1-0/+8
2012-07-11USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp1-0/+3
2012-07-11USB: Remove unused LPM variable.Sarah Sharp1-1/+0
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede1-0/+5
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-0/+16
2012-05-21USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp1-6/+6
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp1-0/+2
2012-05-18USB: Add support to enable/disable USB3 link states.Sarah Sharp1-2/+19
2012-05-18USB: Allow drivers to disable hub-initiated LPM.Sarah Sharp1-0/+4
2012-05-18USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp1-0/+37
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork1-0/+2
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman1-2/+2
2012-05-11usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu1-2/+2
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum1-0/+3
2012-04-29USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman1-3/+0
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman1-7/+0
2012-04-25USB: remove err() macroGreg Kroah-Hartman1-3/+0
2012-04-18USB: add EOPNOTSUPP to usb_translate_errorsJohan Hovold1-0/+1
2012-03-13USB: dynamically allocate usb_device children pointers instead of using a fix arrayHuajun Li1-1/+1
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-0/+1
2012-02-09usb: Add support for indicating whether a port is removableMatthew Garrett1-0/+8
2012-01-23kernel-doc: fix new warning in usb.hRandy Dunlap1-0/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+14
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-0/+1
2011-11-17USB: Add helper macro for usb_driver boilerplateGreg Kroah-Hartman1-0/+12
2011-11-15USB: move usb_translate_errors to linux/usb.hJohan Hovold1-0/+13
2011-10-31include: convert various register fcns to macros to avoid include chainingPaul Gortmaker1-4/+5
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-0/+4
2011-09-26usbcore: check device's LPM capabilityAndiry Xu1-0/+2
2011-09-26usbcore: get BOS descriptor setAndiry Xu1-0/+12
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-04-29USB: documentation update for the pre_reset methodAlan Stern1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell1-0/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-5/+2
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar1-0/+4
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern1-2/+0