summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-11-20usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou3-1/+8
2013-11-20usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur1-2/+8
2013-11-20usb: fix cleanup after failure in hub_configure()Krzysztof Mazur1-0/+1
2013-11-20USB: add new zte 3g-dongle's pid to option.cRui li1-0/+17
2013-11-13USB: serial: ftdi_sio: add id for Z3X Box deviceАлексей Крамаренко2-0/+7
2013-11-13USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum1-0/+3
2013-11-13USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum1-0/+3
2013-11-13USB: support new huawei devices in option.cFangxiaozhi (Franko)1-0/+216
2013-11-13usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2-1/+11
2013-11-04usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso1-1/+3
2013-11-04USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman1-0/+5
2013-11-04USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò1-0/+1
2013-10-13USB: serial: option: Ignore card reader interface on Huawei E1750Michal Malý1-0/+3
2013-10-05usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff1-0/+16
2013-10-05usb: dwc3: add support for MerrifieldDavid Cohen1-0/+2
2013-10-05usb: dwc3: pci: add support for BayTrailHeikki Krogerus1-0/+2
2013-10-05fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh1-9/+3
2013-10-05USB: Fix breakage in ffs_fs_mount()Al Viro1-34/+26
2013-10-05USB: UHCI: accept very late isochronous URBsAlan Stern1-4/+8
2013-10-05USB: OHCI: accept very late isochronous URBsAlan Stern2-13/+33
2013-10-05xhci: Fix race between ep halt and URB cancellationFlorian Wolter1-2/+6
2013-10-05USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern3-3/+3
2013-10-05xhci: Fix oops happening after address device timeoutMathias Nyman1-0/+6
2013-10-05xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman4-21/+17
2013-10-01usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern1-3/+4
2013-09-26usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()Lan Tianyu1-12/+2
2013-09-26USB: handle LPM errors during device suspend correctlyAlan Stern1-33/+38
2013-09-26usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede1-1/+2
2013-09-26usb: Don't fail port power resume on device disconnect.Sarah Sharp1-8/+5
2013-09-26usb: gadget: uvc: Fix error handling in uvc_queue_buffer()Laurent Pinchart1-1/+5
2013-09-26USB: cdc-wdm: fix race between interrupt handler and taskletOliver Neukum1-4/+9
2013-09-26usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1
2013-09-26USB: mos7720: fix big-endian control requestsJohan Hovold1-2/+2
2013-09-26USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter1-1/+1
2013-09-26USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2013-09-26usb: dwc3: gadget: don't request IRQs in atomicFelipe Balbi1-17/+22
2013-09-26usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-09-26xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp3-2/+8
2013-09-07usb: acm gadget: Null termintate strings tableGraham Williams1-0/+1
2013-08-29usb: phy: fix build breakageAnatolij Gustschin2-2/+2
2013-08-20wusbcore: fix kernel panic when disconnecting a wireless USB->serial deviceThomas Pugliese1-2/+7
2013-08-20USB-Serial: Fix error handling of usb_wwanMatt Burtch1-10/+10
2013-08-20USB: EHCI: accept very late isochronous URBsAlan Stern1-7/+6
2013-08-20USB: keyspan: fix null-deref at disconnect and releaseJohan Hovold1-1/+1
2013-08-20USB: mos7720: fix broken control requestsJohan Hovold1-7/+14
2013-08-20USB: mos7840: fix big-endian probeJohan Hovold1-1/+1
2013-08-20USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold1-4/+5
2013-08-20usb: add two quirky touchscreenOliver Neukum1-0/+6
2013-08-14usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-08-11USB: mos7840: fix pointer castsJohan Hovold1-3/+3