aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-3/+2
2010-11-08usb.h: fix ioctl kernel-doc infoRandy Dunlap1-1/+1
2010-08-10USB:: fix linux/usb.h kernel-doc warningsRandy Dunlap1-0/+3
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-1/+1
2010-05-20USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman1-12/+0
2010-05-20USB: usb.h: checkpatch cleanupsGreg Kroah-Hartman1-16/+16
2010-05-20USB: remove usb_find_deviceMing Lei1-1/+0
2010-05-20USB: simplify usb_sg_init()Alan Stern1-2/+0
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-1/+1
2010-05-20USB: Turn interface_to_usbdev into an inline functionMatthew Wilcox1-2/+5
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox1-0/+8
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-17/+11
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-16/+3
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+10
2010-05-20USB: Add stream ID field to struct urb.Sarah Sharp1-0/+1
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern1-4/+2