summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2011-08-02USB: don't let the hub driver prevent system sleepAlan Stern1-5/+8
2011-08-02USB: don't let errors prevent system sleepAlan Stern1-1/+10
2011-08-02USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek1-2/+4
2011-08-02OHCI: work around for nVidia shutdown problemAlan Stern1-1/+3
2011-08-02USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern1-4/+6
2011-04-28USB: Fix unplug of device with active streamsMatthew Wilcox1-1/+1
2011-04-28USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov1-4/+6
2011-03-31USB: Add quirk for Samsung Android phone modemMaciej Szmigiero1-0/+4
2011-03-31USB: add quirks entry for Keytouch QWERTY PanelAlan Stern1-0/+4
2011-03-31usb: Realloc xHCI structures after a hub is verified.Sarah Sharp1-0/+21
2011-03-31USB: prevent buggy hubs from crashing the USB stackAlan Stern1-0/+5
2010-12-15usb: core: fix information leak to userlandVasiliy Kulikov1-3/+4
2010-11-22USB: accept some invalid ep0-maxpacket valuesAlan Stern1-3/+6
2010-11-22USB: disable endpoints after unbinding interfaces, not beforeAlan Stern1-7/+7
2010-10-29USB: fix bug in initialization of interface minor numbersAlan Stern2-19/+17
2010-09-21usb: allow drivers to use allocated bandwidth until unboundThadeu Lima de Souza Cascardo1-11/+11
2010-08-14USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter1-29/+21
2010-08-14USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz2-1/+8
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-05USB: 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-21USB: remove match_deviceMing Lei1-33/+0
2010-05-21USB: remove usb_find_deviceMing Lei1-37/+0
2010-05-21USB: add missing "{}" in map_urb_for_dmaMing Lei1-1/+2
2010-05-21USB: fix interface runtime-PM settingsAlan Stern1-6/+11
2010-05-21USB: usbcore: Do not disable USB3 protocol ports in hub_activate()Andiry Xu1-2/+14
2010-05-21USB: simplify usb_sg_init()Alan Stern1-55/+38
2010-05-21USB: Change the scatterlist type in struct urbMatthew Wilcox2-7/+5
2010-05-21USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2-4/+2
2010-05-21USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-2/+1
2010-05-21USB: remove the usb_host_ss_ep_comp structureAlan Stern1-130/+55
2010-05-21USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz1-6/+4
2010-05-21USB: devices: fix Coding StylesCarlos Sánchez Acosta1-7/+10
2010-05-21USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+69
2010-05-21USB: deprecate the power/level sysfs attributeAlan Stern1-0/+12
2010-05-21USB: use PM core routines to enable/disable autosuspendAlan Stern2-21/+10
2010-05-21USB: don't enable remote wakeup by defaultAlan Stern1-1/+0
2010-05-21USB: improve runtime remote wakeup settingsAlan Stern1-11/+8
2010-05-21USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern4-102/+125
2010-05-21USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede2-2/+18
2010-05-21USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2-17/+5
2010-05-21USB: straighten out port feature vs. port status usageAlan Stern1-1/+1
2010-05-21USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-4/+4
2010-05-21USB: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-21USB: make hub.h public (drivers dependency)Eric Lescouet1-205/+0