aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-24USB: update Kconfig help text for CONFIG_USB_SUSPENDAlan Stern1-3/+3
2010-09-24USB: fix bug in initialization of interface minor numbersAlan Stern2-19/+17
2010-09-03usb: allow drivers to use allocated bandwidth until unboundThadeu Lima de Souza Cascardo1-11/+11
2010-08-10USB: remove fake "address-of" expressionsAlan Stern2-8/+4
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter1-29/+21
2010-08-10USB: accept RNDIS configs if there's no alternativeAlan Stern1-1/+3
2010-08-10USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz2-1/+8
2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen1-0/+1
2010-08-10USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy1-4/+1
2010-08-10USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi1-0/+5
2010-08-10USB: add runtime PM for PCI-based host controllersAlan Stern1-14/+62
2010-08-10USB: fix race between root-hub wakeup & controller suspendAlan Stern2-1/+16
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-1/+3
2010-08-10USB: move PCI HCD resume routineAlan Stern1-38/+39
2010-08-10USB: refactor the powermac-specific ASIC clock codeAlan Stern1-21/+23
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-14/+12
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2-6/+4
2010-08-10USB-BKL: Remove lock_kernel in usbfs update_sb()Andi Kleen1-4/+0
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du1-1/+3
2010-08-10USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net1-2/+7
2010-08-10USB: core driver: Fix Coding Stylescsanchez@neurowork.net1-4/+3
2010-08-10USB: add check to detect host controller hardware removalAlan Stern1-0/+8
2010-08-10USB: don't stop root-hub status polls too soonAlan Stern1-7/+25
2010-08-10USB: fix failure path in usb_add_hcd()Alan Stern1-2/+16
2010-07-26USB: add quirk for Broadcom BT dongleOliver Neukum1-0/+3
2010-07-26USB: adds Artisman USB dongle to list of quirky devicesPaul Mortier1-0/+4
2010-07-26USB: Fix USB3.0 Port Speed Downgrade after port resetSarah Sharp1-0/+2
2010-06-30USB: obey the sysfs power/wakeup settingAlan Stern1-10/+3
2010-06-30USB: fix oops in usb_sg_init()Alan Stern1-2/+5
2010-06-04USB: unbind all interfaces before rebinding themAlan Stern1-0/+2
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+2
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner1-1/+1
2010-05-20USB: remove match_deviceMing Lei1-33/+0
2010-05-20USB: remove usb_find_deviceMing Lei1-37/+0
2010-05-20USB: add missing "{}" in map_urb_for_dmaMing Lei1-1/+2
2010-05-20USB: fix interface runtime-PM settingsAlan Stern1-6/+11
2010-05-20USB: usbcore: Do not disable USB3 protocol ports in hub_activate()Andiry Xu1-2/+14
2010-05-20USB: simplify usb_sg_init()Alan Stern1-55/+38
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox2-7/+5
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2-4/+2
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-2/+1
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-130/+55
2010-05-20USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz1-6/+4
2010-05-20USB: devices: fix Coding StylesCarlos Sánchez Acosta1-7/+10
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+69
2010-05-20USB: deprecate the power/level sysfs attributeAlan Stern1-0/+12
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern2-21/+10
2010-05-20USB: don't enable remote wakeup by defaultAlan Stern1-1/+0