summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)Author
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede
2014-03-04uas: Move uas detect code to uas-detect.hHans de Goede
2014-03-04uas: Add a uas_find_uas_alt_setting helper functionHans de Goede
2014-03-04uas: Use all available stream idsHans de Goede
2014-03-04uas: s/response_ui/response_iu/Hans de Goede
2014-03-04uas: Fix reset handling for externally triggered resetHans de Goede
2014-03-04uas: Fix reset lockingHans de Goede
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-03-02Merge 3.14-rc5 into tty-nextGreg Kroah-Hartman
2014-03-02Merge 3.14-rc5 into staging-nextGreg Kroah-Hartman
2014-02-28usb: wusbcore: fix compile warningsThomas Pugliese
2014-02-28tty: Fix low_latency BUGPeter Hurley
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