aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2-17/+17
2020-04-23usb-storage: Add unusual_devs entry for JMicron JMS566Alan Stern1-0/+7
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme first for high speed devices")Alan Stern1-3/+1
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern1-0/+14
2020-04-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointerNaoki Kiryu1-1/+4
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman1-5/+11
2020-04-21xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman1-0/+9
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman3-10/+39
2020-04-20Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman4-34/+56
2020-04-17usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter1-24/+22
2020-04-17usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov1-5/+20
2020-04-17usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan1-2/+2
2020-04-17usb: dwc3: gadget: Fix request completion checkThinh Nguyen1-10/+2
2020-04-16USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIREJonathan Cox1-0/+4
2020-04-16usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET changeBadhri Jagan Sridharan1-0/+26
2020-04-16usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami1-0/+4
2020-04-16cdc-acm: introduce a cool downOliver Neukum2-3/+32
2020-04-16cdc-acm: close race betrween suspend() and acm_softintOliver Neukum1-3/+3
2020-04-16UAS: fix deadlock in error handling and PM flushing workOliver Neukum1-3/+40
2020-04-16UAS: no use logging any details in case of ENODEVOliver Neukum1-0/+3
2020-04-16usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov1-5/+20
2020-04-16usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter1-24/+22
2020-04-16usb: typec: pi3usb30532: Set switch_ / mux_desc name field to NULLHans de Goede1-2/+2
2020-04-16USB: early: Handle AMD's spec-compliant identifiers, tooJann Horn2-6/+20
2020-04-16USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern1-1/+8
2020-04-16usb: dwc3: gadget: Do link recovery for SS and SSPThinh Nguyen1-6/+2
2020-04-16usb: dwc3: gadget: Properly set maxpacket limitThinh Nguyen2-11/+45
2020-04-16usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro nameThinh Nguyen2-4/+4
2020-04-16usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor1-1/+1
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+5
2020-03-30Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds134-701/+5649
2020-03-30Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+5
2020-03-27USB: cdc-acm: restore capability check orderMatthias Reichl1-9/+9
2020-03-26usb: cdns3: make signed 1 bit bitfields unsignedColin Ian King2-5/+5
2020-03-26usb: gadget: fsl: remove unused variable 'driver_desc'YueHaibing1-1/+0
2020-03-26usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki1-0/+1
2020-03-26usb: typec: Correct the documentation for typec_cable_put()Azhar Shaikh1-1/+1
2020-03-26Merge tag 'usb-serial-5.7-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman6-46/+332
2020-03-26USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callbackQiujun Huang1-1/+1
2020-03-25USB: serial: option: add Wistron Neweb D19Q1Pawel Dembicki1-0/+2
2020-03-25USB: serial: option: add BroadMobi BM806UPawel Dembicki1-0/+2
2020-03-25USB: serial: option: add support for ASKEY WWHC050Pawel Dembicki1-0/+2
2020-03-24usb: core: Add ACPI support for USB interface devicesAndy Shevchenko1-0/+2
2020-03-24usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-24usb: host: hisilicon: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-24usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman9-18/+49