summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-07-21usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva1-2/+8
2015-07-04usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach1-49/+33
2015-07-04usb: dwc3: gadget: don't clear EP_BUSY too earlyFelipe Balbi1-1/+5
2015-07-04usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-07-04usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-07-03USB: serial: ftdi_sio: Add support for a Motion Tracker Development BoardPatrick Riphagen2-0/+2
2015-07-03USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongleJohn D. Blair1-0/+1
2015-07-03cdc-acm: Add support of ATOL FPrint fiscal printersAlexey Sokolov2-0/+10
2015-06-28usb: dwc2: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-06-10usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak1-0/+1
2015-06-10usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devicesHans de Goede1-0/+7
2015-06-10USB: cp210x: add ID for KCF Technologies PRN deviceMark Edwards1-0/+1
2015-06-10USB: pl2303: Remove support for Samsung I330Jason A. Donenfeld2-5/+0
2015-06-10USB: visor: Match I330 phone more preciselyJason A. Donenfeld1-1/+1
2015-06-10xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-06-10xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-06-10xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-18uas: Set max_sectors_240 quirk for ASM1053 devicesHans de Goede1-0/+3
2015-05-18uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede2-2/+14
2015-05-18uas: Allow uas_use_uas_driver to return usb-storage flagsHans de Goede3-5/+9
2015-05-18usb: chipidea: otg: remove mutex unlock and lock while stop and start roleLi Jun1-4/+0
2015-05-18cdc-acm: prevent infinite loop when parsing CDC headers.Quentin Casasnovas1-0/+6
2015-05-18cdc-acm: add sanity checksOliver Neukum1-5/+16
2015-05-18usb: core: hub: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+2
2015-05-18usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2-8/+11
2015-05-18usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: fotg210: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+3
2015-05-18usb: host: fusbh200: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+1
2015-05-18usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+4
2015-05-18usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2-2/+3
2015-05-18usb: phy: Find the right match in devm_usb_phy_matchAxel Lin1-1/+3
2015-05-18usb: musb: core: fix TX/RX endpoint orderFelipe Balbi1-18/+26
2015-05-18cdc-wdm: fix endianness bug in debug statementsOliver Neukum1-5/+7
2015-05-18usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz1-0/+9
2015-04-28usb: serial: silence all non-critical read errorsJeremiah Mahler1-1/+1
2015-04-25usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+1
2015-04-25usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-04-25USB: ftdi_sio: Use jtag quirk for SNAP Connect E10Doug Goldstein1-2/+6
2015-04-25USB: ftdi_sio: Added custom PID for Synapse Wireless productDoug Goldstein2-0/+7
2015-04-25USB: keyspan_pda: add new device idNathaniel W Filardo1-0/+3
2015-04-17usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen1-2/+2
2015-04-17usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun1-0/+11
2015-04-17usb: phy: am335x-control: check return value of bus_find_deviceDavid Dueck1-0/+3
2015-04-17uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devicesHans de Goede1-0/+7
2015-03-28gadgetfs: use-after-free in ->aio_read()Al Viro1-3/+12
2015-03-14USB: serial: fix tty-device error handling at probeJohan Hovold1-1/+10