aboutsummaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
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
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-04-30USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-03-02USB: Extend and neaten dbg macrosJoe Perches
2010-03-02USB: convert to the runtime PM frameworkAlan Stern
2010-03-02USB: implement usb_enable_autosuspendAlan Stern
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern
2009-12-11USB: remove the auto_pm flagAlan Stern
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers