summaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
2012-05-21USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp
2012-05-18USB: Add support to enable/disable USB3 link states.Sarah Sharp
2012-05-18USB: Allow drivers to disable hub-initiated LPM.Sarah Sharp
2012-05-18USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman
2012-05-11usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum
2012-04-29USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman
2012-04-25USB: remove err() macroGreg Kroah-Hartman
2012-04-18USB: add EOPNOTSUPP to usb_translate_errorsJohan Hovold
2012-03-13USB: dynamically allocate usb_device children pointers instead of using a fix...Huajun Li
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman
2012-02-09usb: Add support for indicating whether a port is removableMatthew Garrett
2012-01-23kernel-doc: fix new warning in usb.hRandy Dunlap
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-17USB: Add helper macro for usb_driver boilerplateGreg Kroah-Hartman
2011-11-15USB: move usb_translate_errors to linux/usb.hJohan Hovold
2011-10-31include: convert various register fcns to macros to avoid include chainingPaul Gortmaker
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu
2011-09-26usbcore: check device's LPM capabilityAndiry Xu
2011-09-26usbcore: get BOS descriptor setAndiry Xu
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-04-29USB: documentation update for the pre_reset methodAlan Stern
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei
2010-11-08usb.h: fix ioctl kernel-doc infoRandy Dunlap
2010-08-10USB:: fix linux/usb.h kernel-doc warningsRandy Dunlap
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen
2010-05-20USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman
2010-05-20USB: usb.h: checkpatch cleanupsGreg Kroah-Hartman
2010-05-20USB: remove usb_find_deviceMing Lei
2010-05-20USB: simplify usb_sg_init()Alan Stern
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox
2010-05-20USB: Turn interface_to_usbdev into an inline functionMatthew Wilcox
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp
2010-05-20USB: Add stream ID field to struct urb.Sarah Sharp
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern