summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | USB: console: fix potential use after freeJohan Hovold2015-01-101-5/+10
| | * | USB: console: fix uninitialised ldisc semaphoreJohan Hovold2015-01-101-0/+1
| | * | USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xxReinhard Speyerer2015-01-072-2/+10
| | * | USB: cp210x: add IDs for CEL USB sticks and MeshWorks devicesDavid Peterson2015-01-061-1/+3
| | * | USB: keyspan: fix null-deref at probeJohan Hovold2015-01-021-5/+15
| | * | USB: cp210x: fix ID for production CEL MeshConnect USB StickPreston Fick2015-01-021-1/+1
| * | | Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-123-4/+21
| |\ \ \ | | | |/ | | |/|
| | * | usb: gadget: udc: atmel: fix possible oops when unloading moduleSongjun Wu2015-01-101-1/+11
| | * | usb: gadget: gadgetfs: fix an oops in ep_write()Dan Carpenter2015-01-101-0/+1
| | * | usb: phy: Restore deferred probing pathThierry Reding2014-12-231-4/+10
| * | | usb: phy: Fix deferred probingMaxime Ripard2015-01-091-3/+3
| * | | OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha2015-01-091-3/+15
| * | | uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosuresHans de Goede2015-01-091-0/+14
| * | | uas: Do not blacklist ASM1153 disk enclosuresHans de Goede2015-01-092-13/+28
| * | | usb: gadget: udc: avoid dereference before NULL check in ep_queueJohn W. Linville2015-01-091-1/+2
| * | | usb: host: ehci-tegra: request deferred probe when failing to get phyVince Hsu2015-01-091-1/+1
| * | | uas: disable UAS on Apricorn SATA donglesDarrick J. Wong2015-01-091-0/+10
| * | | uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS566 with usb-id 0bc2:a013Hans de Goede2015-01-091-0/+7
| * | | uas: Add US_FL_NO_ATA_1X for Seagate devices with usb-id 0bc2:a013Hans de Goede2015-01-091-0/+7
| * | | xhci: Add broken-streams quirk for Fresco Logic FL1000G xhci controllersHans de Goede2015-01-091-0/+2
| * | | USB: EHCI: adjust error return codeAlan Stern2015-01-091-3/+3
| * | | USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern2015-01-091-4/+4
| * | | xhci: Check if slot is already in default state before moving it thereMathias Nyman2015-01-091-0/+9
| * | | Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"Peter Chen2015-01-092-1/+2
| |/ /
| * | usb: gadget: udc: atmel: fix possible IN hang issueBo Shen2014-12-221-1/+0
| * | usb: gadget: udc: atmel: change setting for DMABo Shen2014-12-221-3/+3
| * | usb: dwc3: pci: add support for Intel Sunrise Point PCHHeikki Krogerus2014-12-221-0/+4
| * | usb: gadget: gadgetfs: Free memory allocated by memdup_user()Mario Schuknecht2014-12-221-0/+1
| * | usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior2014-12-221-1/+0
| * | usb: dwc2: gadget: kill requests with 'force' in s3c_hsotg_udc_stop()Robert Baldyga2014-12-221-3/+7
| * | usb: gadget: fix misspelling of current function in stringJulia Lawall2014-12-222-3/+4
| * | usb: musb: Fix randconfig build issues for Kconfig optionsTony Lindgren2014-12-221-0/+4
| * | usb: gadget: f_uac1: access freed memory at f_audio_free_instPeter Chen2014-12-221-1/+1
| * | usb: musb: Fix a few off-by-one lengthsRasmus Villemoes2014-12-222-10/+10
| * | usb: musb: blackfin: fix build breakFelipe Balbi2014-12-221-1/+1
| * | usb: musb: debugfs: cope with blackfin's odditiesFelipe Balbi2014-12-221-8/+10
| |/
* | usb: musb: debugfs: improve copy_from_user() argumentMarkus Pargmann2015-01-151-1/+1
* | usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga2015-01-152-5/+75
* | usb: dwc3: pci: code cleanupHeikki Krogerus2015-01-151-54/+42
* | usb: dwc3: pci: rely on default PM callbacks from PCI driver utilityHeikki Krogerus2015-01-151-34/+0
* | usb: dwc3: pci: remove registration of NOP PHYsHeikki Krogerus2015-01-151-68/+0
* | usb: gadget: uvc: to_uvcg_control_header() can be statickbuild test robot2015-01-151-16/+16
* | usb: gadget: net2280: Dont use 0 as NULL pointerRicardo Ribalda Delgado2015-01-151-1/+1
* | usb: gadget: u_uac1: fix one code style problemPeter Chen2015-01-151-2/+1
* | usb: gadget: uac1: struct gaudio is useless for struct f_uac1_optsPeter Chen2015-01-152-2/+0
* | usb: renesas_usbhs: add OTG ID signal sensingSergei Shtylyov2015-01-122-0/+20
* | usb: dwc2: gadget: report disconnection after resetMian Yousaf Kaukab2015-01-121-1/+4
* | usb: dwc2: gadget: force gadget initialization in dev modeGregory Herrero2015-01-121-0/+16
* | usb: dwc2: gadget: add vbus_draw supportGregory Herrero2015-01-121-0/+17
* | usb: dwc2: gadget: fix pullup handlingGregory Herrero2015-01-121-0/+1