Age | Commit message (Expand) | Author | Files | Lines |
2015-12-18 | USB: fix invalid memory access in hub_activate() | Alan Stern | 1 | -3/+19 |
2015-12-18 | USB: ipaq.c: fix a timeout loop | Dan Carpenter | 1 | -1/+2 |
2015-12-12 | USB: add quirk for devices with broken LPM | Alan Stern | 2 | -1/+12 |
2015-12-12 | xhci: fix usb2 resume timing and races. | Mathias Nyman | 2 | -6/+44 |
2015-12-09 | Merge tag 'fixes-for-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 4 | -5/+12 |
2015-12-09 | usb: musb: fail with error when no DMA controller set | Aaro Koskinen | 1 | -0/+1 |
2015-12-08 | usb: gadget: uvc: fix permissions of configfs attributes | Mian Yousaf Kaukab | 1 | -1/+1 |
2015-12-08 | usb: musb: core: Fix pm runtime for deferred probe | Tony Lindgren | 1 | -1/+6 |
2015-12-08 | usb: phy: msm: fix a possible NULL dereference | LABBE Corentin | 1 | -3/+3 |
2015-12-04 | USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irq | Alexandre Belloni | 1 | -6/+5 |
2015-12-04 | usb: Quiet down false peer failure messages | Don Zickus | 1 | -2/+2 |
2015-12-04 | usb: xhci: fix config fail of FS hub behind a HS hub with MTT | Chunfeng Yun | 1 | -0/+8 |
2015-12-04 | xhci: Fix memory leak in xhci_pme_acpi_rtd3_enable() | Mika Westerberg | 1 | -2/+6 |
2015-12-02 | usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message | Ben Hutchings | 1 | -1/+2 |
2015-12-02 | USB: whci-hcd: add check for dma mapping error | Alexey Khoroshilov | 1 | -0/+4 |
2015-12-02 | usb: core : hub: Fix BOS 'NULL pointer' kernel panic | Hans Yang | 1 | -7/+8 |
2015-12-01 | usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapter JMicron | Dmitry Katsubo | 3 | -2/+6 |
2015-12-01 | USB: quirks: Fix another ELAN touchscreen | Adrien Vergé | 1 | -0/+3 |
2015-12-01 | Merge tag 'usb-serial-4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 3 | -1/+6 |
2015-12-01 | Merge tag 'fixes-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 7 | -35/+76 |
2015-12-01 | usb: dwc3: gadget: don't prestart interrupt endpoints | Felipe Balbi | 1 | -0/+1 |
2015-11-23 | USB: serial: Another Infineon flash loader USB ID | Jonas Jonsson | 1 | -0/+1 |
2015-11-23 | USB: cdc_acm: Ignore Infineon Flash Loader utility | Jonas Jonsson | 1 | -0/+5 |
2015-11-23 | USB: cp210x: Remove CP2110 ID from compatibility list | Konstantin Shkolnyy | 1 | -1/+0 |
2015-11-20 | usb: dwc2: fix kernel oops during driver probe | Stefan Wahren | 1 | -14/+14 |
2015-11-20 | usblp: do not set TASK_INTERRUPTIBLE before lock | Jiri Slaby | 1 | -1/+1 |
2015-11-20 | usb: kconfig: fix warning of select USB_OTG | Peter Chen | 2 | -5/+2 |
2015-11-20 | USB: option: add XS Stick W100-2 from 4G Systems | Bjørn Mork | 1 | -0/+9 |
2015-11-20 | Merge tag 'usb-serial-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 4 | -20/+82 |
2015-11-19 | usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible string | Peter Chen | 1 | -0/+5 |
2015-11-19 | usb: gadget: f_midi: fix leak on failed to enqueue out requests | Felipe F. Tonello | 1 | -0/+1 |
2015-11-19 | usb: gadget: f_midi: Transmit data only when IN ep is enabled | Felipe F. Tonello | 1 | -1/+1 |
2015-11-19 | usb: dwc2: make otg clk optional | Stefan Wahren | 1 | -4/+7 |
2015-11-19 | usb: dwc2: Return errors from PHY | Stefan Wahren | 1 | -5/+32 |
2015-11-19 | usb: dwc2: Make PHY optional | John Youn | 1 | -5/+0 |
2015-11-19 | usb: renesas_usbhs: gadget: Fix NULL pointer dereference in usbhsg_ep_dequeue() | Yoshihiro Shimoda | 1 | -2/+9 |
2015-11-19 | usb: kconfig: fix warning of select USB_OTG | Peter Chen | 2 | -5/+2 |
2015-11-19 | usb: gadget: pxa27x: fix suspend callback | Felipe Balbi | 1 | -0/+3 |
2015-11-19 | usb: gadget: functionfs: fix missing access_ok checks | Daniel Walter | 1 | -3/+3 |
2015-11-19 | usb: musb: USB_TI_CPPI41_DMA requires dmaengine support | Arnd Bergmann | 1 | -1/+1 |
2015-11-18 | xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices | Mathias Nyman | 1 | -6/+9 |
2015-11-18 | usb: xhci: fix checking ep busy for CFC | Lu Baolu | 1 | -26/+6 |
2015-11-18 | xhci: Workaround to get Intel xHCI reset working more reliably | Rajmohan Mani | 1 | -0/+10 |
2015-11-18 | usb: chipidea: imx: fix a possible NULL dereference | LABBE Corentin | 1 | -3/+8 |
2015-11-18 | usb: chipidea: usbmisc_imx: fix a possible NULL dereference | LABBE Corentin | 1 | -4/+6 |
2015-11-18 | usb: chipidea: otg: gadget module load and unload support | Li Jun | 1 | -0/+17 |
2015-11-18 | usb: chipidea: debug: disable usb irq while role switch | Li Jun | 1 | -0/+2 |
2015-11-18 | usb: chipidea: imx: refine clock operations to adapt for all platforms | Peter Chen | 1 | -18/+113 |
2015-11-17 | usb: gadget: atmel_usba_udc: Expose correct device speed | Douglas Gilbert | 1 | -1/+1 |
2015-11-17 | usb: musb: enable usb_dma parameter | Bin Liu | 1 | -1/+1 |