summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2011-02-08USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell
2011-02-08USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell
2010-12-09usb: core: fix information leak to userlandVasiliy Kulikov
2010-11-22USB: accept some invalid ep0-maxpacket valuesAlan Stern
2010-11-22USB: disable endpoints after unbinding interfaces, not beforeAlan Stern
2010-09-24USB: update Kconfig help text for CONFIG_USB_SUSPENDAlan Stern
2010-09-24USB: fix bug in initialization of interface minor numbersAlan Stern
2010-09-03usb: allow drivers to use allocated bandwidth until unboundThadeu Lima de Souza Cascardo
2010-08-10USB: remove fake "address-of" expressionsAlan Stern
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter
2010-08-10USB: accept RNDIS configs if there's no alternativeAlan Stern
2010-08-10USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz
2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen
2010-08-10USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy
2010-08-10USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi
2010-08-10USB: add runtime PM for PCI-based host controllersAlan Stern
2010-08-10USB: fix race between root-hub wakeup & controller suspendAlan Stern
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern
2010-08-10USB: move PCI HCD resume routineAlan Stern
2010-08-10USB: refactor the powermac-specific ASIC clock codeAlan Stern
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen
2010-08-10USB-BKL: Remove lock_kernel in usbfs update_sb()Andi Kleen
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du
2010-08-10USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net
2010-08-10USB: core driver: Fix Coding Stylescsanchez@neurowork.net
2010-08-10USB: add check to detect host controller hardware removalAlan Stern
2010-08-10USB: don't stop root-hub status polls too soonAlan Stern
2010-08-10USB: fix failure path in usb_add_hcd()Alan Stern
2010-07-26USB: add quirk for Broadcom BT dongleOliver Neukum
2010-07-26USB: adds Artisman USB dongle to list of quirky devicesPaul Mortier
2010-07-26USB: Fix USB3.0 Port Speed Downgrade after port resetSarah Sharp
2010-06-30USB: obey the sysfs power/wakeup settingAlan Stern
2010-06-30USB: fix oops in usb_sg_init()Alan Stern
2010-06-04USB: unbind all interfaces before rebinding themAlan Stern
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner
2010-05-20USB: remove match_deviceMing Lei
2010-05-20USB: remove usb_find_deviceMing Lei
2010-05-20USB: add missing "{}" in map_urb_for_dmaMing Lei
2010-05-20USB: fix interface runtime-PM settingsAlan Stern
2010-05-20USB: usbcore: Do not disable USB3 protocol ports in hub_activate()Andiry Xu
2010-05-20USB: simplify usb_sg_init()Alan Stern
2010-05-20USB: Change the scatterlist type in struct urbMatthew 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: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz
2010-05-20USB: devices: fix Coding StylesCarlos Sánchez Acosta
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp