summaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)AuthorFilesLines
2020-05-22USB: serial: ir-usb: fix link-speed handlingJohan Hovold1-1/+12
2020-04-28USB: core: add endpoint-blacklist quirkJohan Hovold1-0/+3
2019-12-19USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern1-0/+10
2019-02-11USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng1-0/+3
2018-06-17usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich1-0/+3
2017-10-12usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt1-2/+2
2017-07-18usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault1-0/+6
2016-01-19USB: add quirk for devices with broken LPMAlan Stern1-0/+3
2015-04-27usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings1-2/+4
2015-04-27usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings1-0/+12
2015-03-18Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold1-2/+1
2015-03-02USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern1-0/+2
2015-02-24usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior1-0/+1
2015-02-04usb-core bInterval quirkJames P Michels III1-0/+11
2014-11-14USB: core: add device-qualifier quirkJohan Hovold1-0/+3
2014-10-15USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu1-0/+3
2014-07-30Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds1-3/+0
2014-07-29cdc_subset: deal with a device that needs reset for timeoutOliver Neukum1-0/+3
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+23
2014-05-28Revert "usb: gadget: net2280: Add support for PLX USB338X"Greg Kroah-Hartman1-199/+0
2014-05-28usb: gadget: net2280: Add support for PLX USB338XRicardo Ribalda Delgado1-0/+199
2014-05-21net: cdc_ncm: fix 64bit division build errorBjørn Mork1-2/+2
2014-05-17net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork1-1/+0
2014-05-17net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork1-0/+4
2014-05-17net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork1-0/+11
2014-05-17net: cdc_ncm: set reasonable padding limitsBjørn Mork1-0/+1
2014-05-17net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork1-9/+1
2014-05-17net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork1-1/+5
2014-05-14usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz1-0/+4
2014-05-14usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz1-0/+6
2014-05-14usb: gadget: OS Feature Descriptors supportAndrzej Pietrasiewicz1-0/+58
2014-05-14usb: gadget: OS String supportAndrzej Pietrasiewicz1-0/+11
2014-05-14net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functionsBjørn Mork1-1/+1
2014-04-30usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CXIvan T. Ivanov1-0/+1
2014-04-30usb: phy: msm: Select secondary PHY via TCSRTim Bird1-0/+3
2014-04-30usb: phy: msm: Fix PTS definitions for MSM USB controllerTim Bird1-2/+3
2014-04-30usb: phy: msm: Correct USB PHY Reset sequence for newer platformIvan T. Ivanov1-0/+5
2014-04-30usb: phy: msm: Add support for secondary PHY controlIvan T. Ivanov2-0/+2
2014-04-30usb: phy: msm: Use reset framework for LINK and PHY resetsIvan T. Ivanov1-0/+3
2014-04-30usb: phy: msm: Add device tree support and binding informationIvan T. Ivanov1-2/+4
2014-04-30usb: phy: msm: Remove unused pclk_src_nameIvan T. Ivanov1-5/+0
2014-04-30usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov1-19/+1
2014-04-30usb: phy: msm: Move global regulators variables to driver stateIvan T. Ivanov1-0/+3
2014-04-21usb: phy: generic: switch over to IS_ENABLED()Felipe Balbi1-1/+1
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi1-4/+5
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi1-0/+0
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi1-5/+5
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-02Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-164/+27