summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-07-17usb: quirks: add delay quirks for Corsair StrafeNico Sneck1-0/+4
2018-07-17USB: serial: mos7840: fix status-register error handlingJohan Hovold1-0/+3
2018-07-17USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-07-17USB: serial: keyspan_pda: fix modem-status error handlingJohan Hovold1-1/+3
2018-07-17USB: serial: cp210x: add another USB ID for Qivicon ZigBee stickOlli Salonen1-0/+1
2018-07-17USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter1-1/+1
2018-07-11USB: serial: cp210x: add Silicon Labs IDs for Windows UpdateKaroly Pados1-0/+3
2018-07-11USB: serial: cp210x: add CESINEL device idsJohan Hovold1-0/+11
2018-07-11usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-07-03usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk1-1/+3
2018-07-03usb: musb: fix remote wakeup racing with suspendDaniel Glöckner3-13/+24
2018-06-06USB: serial: cp210x: use tcflag_t to fix incompatible pointer typeGeert Uytterhoeven1-4/+5
2018-05-30usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens1-21/+19
2018-05-30usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-05-30usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen1-0/+4
2018-05-30usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen1-1/+1
2018-05-30usb: dwc2: Fix interval type issueGrigor Tovmasyan1-1/+1
2018-05-30xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman1-0/+2
2018-05-30usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen1-0/+2
2018-05-30USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEMFredrik Noring1-1/+2
2018-05-30usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer1-0/+2
2018-05-30usb: musb: fix enumeration after resumeAndreas Kemnade1-1/+2
2018-05-30usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan1-6/+6
2018-05-30usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner1-2/+2
2018-05-30usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping1-0/+2
2018-05-26usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)1-1/+2
2018-05-26usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)3-15/+60
2018-05-26usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2-14/+52
2018-05-26usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)1-0/+6
2018-05-26usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan1-2/+2
2018-05-16usb: musb: host: fix potential NULL pointer dereferenceBin Liu1-1/+3
2018-05-16USB: serial: option: adding support for ublox R410MSZ Lin (林上智)1-0/+5
2018-05-16USB: serial: option: reimplement interface maskingJohan Hovold1-294/+152
2018-05-16USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern1-1/+3
2018-05-16USB: serial: visor: handle potential invalid device configurationGreg Kroah-Hartman1-34/+35
2018-05-16USB: serial: option: Add support for Quectel EP06Kristian Evensen1-0/+7
2018-05-02USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2-1/+10
2018-05-02usb: core: Add quirk for HP v222w 16GB MiniKamil Lulko1-0/+3
2018-05-02USB: serial: cp210x: add ID for NI USB serial consoleKyle Roeschley1-0/+1
2018-05-02USB: serial: ftdi_sio: use jtag quirk for Arrow USB BlasterVasyl Vavrychuk1-1/+2
2018-05-02USB: serial: simple: add libtransistor consoleCollin May2-0/+8
2018-05-02usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan1-1/+1
2018-05-02usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan1-0/+5
2018-04-24usb: dwc3: pci: Properly cleanup resourceThinh Nguyen1-1/+1
2018-04-24USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing1-2/+7
2018-04-24usb: musb: gadget: misplaced out of bounds checkHeinrich Schuchardt1-5/+9
2018-04-13Revert "xhci: plat: Register shutdown for xhci_plat"Greg Hackmann1-1/+0
2018-04-13USB: ene_usb6250: fix SCSI residue overwritingAlan Stern1-0/+2
2018-04-13USB: ene_usb6250: fix first command executionAlan Stern1-4/+5
2018-04-13usb: chipidea: properly handle host or gadget initialization failureJisheng Zhang1-8/+21