summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2014-03-04uas: Fix uas not working when plugged into an ehci portHans de Goede
2014-03-04uas: uas_alloc_cmd_urb: drop unused stream_id parameterHans de Goede
2014-03-04uas: Avoid unnecessary unlock / lock calls around unlink_data_urbsHans de Goede
2014-03-04uas: Properly set interface to altsetting 0 on probe failureHans de Goede
2014-03-04uas: Urbs must be anchored before submitting themHans de Goede
2014-03-04uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()Gerd Hoffmann
2014-03-04uas: add dead request listGerd Hoffmann
2014-03-04uas: make work list per-deviceGerd Hoffmann
2014-03-04uas: properly reinitialize in uas_eh_bus_reset_handlerGerd Hoffmann
2014-03-04usbfs: Add support for allocating / freeing streamsHans de Goede
2014-03-04usbfs: Add ep_to_host_endpoint helper functionHans de Goede
2014-03-04usbfs: Add support for bulk stream idsHans de Goede
2014-03-04usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede
2014-03-04usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede
2014-03-04usb-core: Free bulk streams on interface releaseHans de Goede
2014-03-04usb-core: Track if an endpoint has streamsHans de Goede
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede
2014-03-04usb-core: Fix usb_free_streams return value documentationHans de Goede
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp
2014-03-04xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede
2014-03-04xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede
2014-03-04xhci: Free streams when they are still allocated on a set_interface callHans de Goede
2014-03-04xhci: fix usb3 streamsGerd Hoffmann
2014-03-04xhci: make warnings greppableOliver Neukum
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp
2014-03-03USB: sisusb: Use static const, fix typoJoe Perches
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding
2014-03-02Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman
2014-02-28usb: wusbcore: fix compile warningsThomas Pugliese
2014-02-28usb: hub: usb_ext_cap_descriptor.bmAttributes is le32Bjørn Mork
2014-02-28hub: debug message for failing to enable deviceOliver Neukum
2014-02-28usb: wusbcore: add info to HWA debug printsThomas Pugliese
2014-02-28usb: wusbcore: read actual_length bytes isoc in segmentsThomas Pugliese
2014-02-28usb: wusbcore: adjust iterator correctly when searching for ep comp descriptorThomas Pugliese
2014-02-28usb: wusbcore: add a convenience function for completing a transfer segmentThomas Pugliese
2014-02-28usb: wusbcore: prevent urb dequeue and giveback raceThomas Pugliese
2014-02-28usb: wusbcore: fix stranded URB after HWA unplugThomas Pugliese
2014-02-28usb: wusbcore: fix kernel panic on HWA unplugThomas Pugliese
2014-02-26usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka
2014-02-26USB: ftdi_sio: add Cressi Leonardo PIDJoerg Dorchain
2014-02-24USB: complain if userspace resets an active endpointAlan Stern
2014-02-24usb: chipidea: Propagate the real error code on platform_get_irq() failureFabio Estevam
2014-02-24usb: chipidea: udc: add maximum-speed = full-speed optionMichael Grzeschik
2014-02-24usb: chipidea: use dev_get_platdata()Jingoo Han
2014-02-24usb: chipidea: udc: refine ep operation at isr_tr_complete_handlerPeter Chen
2014-02-24usb: chipidea: refine PHY operationPeter Chen
2014-02-24Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman