aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: accept RNDIS configs if there's no alternativeAlan Stern2010-08-101-1/+3
* USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz2010-08-102-1/+8
* USB: xHCI: Supporting MSI/MSI-XDong Nguyen2010-08-101-0/+1
* USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy2010-08-101-4/+1
* USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi2010-08-101-0/+5
* USB: add runtime PM for PCI-based host controllersAlan Stern2010-08-101-14/+62
* USB: fix race between root-hub wakeup & controller suspendAlan Stern2010-08-102-1/+16
* USB: add do_wakeup parameter for PCI HCD suspendAlan Stern2010-08-101-1/+3
* USB: move PCI HCD resume routineAlan Stern2010-08-101-38/+39
* USB: refactor the powermac-specific ASIC clock codeAlan Stern2010-08-101-21/+23
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-14/+12
* USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-102-6/+4
* USB-BKL: Remove lock_kernel in usbfs update_sb()Andi Kleen2010-08-101-4/+0
* USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du2010-08-101-1/+3
* USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net2010-08-101-2/+7
* USB: core driver: Fix Coding Stylescsanchez@neurowork.net2010-08-101-4/+3
* USB: add check to detect host controller hardware removalAlan Stern2010-08-101-0/+8
* USB: don't stop root-hub status polls too soonAlan Stern2010-08-101-7/+25
* USB: fix failure path in usb_add_hcd()Alan Stern2010-08-101-2/+16
* USB: add quirk for Broadcom BT dongleOliver Neukum2010-07-261-0/+3
* USB: adds Artisman USB dongle to list of quirky devicesPaul Mortier2010-07-261-0/+4
* USB: Fix USB3.0 Port Speed Downgrade after port resetSarah Sharp2010-07-261-0/+2
* USB: obey the sysfs power/wakeup settingAlan Stern2010-06-301-10/+3
* USB: fix oops in usb_sg_init()Alan Stern2010-06-301-2/+5
* USB: unbind all interfaces before rebinding themAlan Stern2010-06-041-0/+2
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-1/+2
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-1/+1
* USB: remove match_deviceMing Lei2010-05-201-33/+0
* USB: remove usb_find_deviceMing Lei2010-05-201-37/+0
* USB: add missing "{}" in map_urb_for_dmaMing Lei2010-05-201-1/+2
* USB: fix interface runtime-PM settingsAlan Stern2010-05-201-6/+11
* USB: usbcore: Do not disable USB3 protocol ports in hub_activate()Andiry Xu2010-05-201-2/+14
* USB: simplify usb_sg_init()Alan Stern2010-05-201-55/+38
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-202-7/+5
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-202-4/+2
* USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-2/+1
* USB: remove the usb_host_ss_ep_comp structureAlan Stern2010-05-201-130/+55
* USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz2010-05-201-6/+4
* USB: devices: fix Coding StylesCarlos Sánchez Acosta2010-05-201-7/+10
* USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-201-0/+69
* USB: deprecate the power/level sysfs attributeAlan Stern2010-05-201-0/+12
* USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-202-21/+10
* USB: don't enable remote wakeup by defaultAlan Stern2010-05-201-1/+0
* USB: improve runtime remote wakeup settingsAlan Stern2010-05-201-11/+8
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-204-102/+125
* USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede2010-05-202-2/+18
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-202-17/+5
* USB: straighten out port feature vs. port status usageAlan Stern2010-05-201-1/+1
* USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern2010-05-201-4/+4
* USB: remove duplicated #includeHuang Weiyi2010-05-201-1/+0