aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-24usb: misc: USB_QCOM_EUD should depend on ARCH_QCOMGeert Uytterhoeven1-0/+1
2022-02-14Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman1-1/+3
2022-02-11usb: misc: eud: Add driver support for Embedded USB Debugger(EUD)Souradeep Chowdhury3-0/+262
2022-01-31usb: usb251xb: add boost-up property supportTommaso Merciai1-1/+3
2021-12-17usb: misc: ehset: Rework test mode entryRazvan Heghedus1-0/+58
2021-12-17usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2021-10-26USB: iowarrior: fix control-message timeoutsJohan Hovold1-6/+2
2021-10-07Revert "usb: misc: ehset: Workaround for "special" hubs"Johan Hovold1-65/+16
2021-10-05usb: misc: ehset: Workaround for "special" hubsRazvan Heghedus1-16/+65
2021-08-13usb: misc: brcmstb-usb-pinmap: add IRQ checkSergey Shtylyov1-0/+2
2021-08-05usb: misc: adutux: use swap()Salah Triki1-4/+1
2021-06-24usb: ftdi-elan: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2021-06-18Revert "USB: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman3-515/+0
2021-06-15USB: misc: Add onboard_usb_hub driverMatthias Kaehlcke3-0/+515
2021-06-09usb: misc: brcmstb-usb-pinmap: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2021-05-21USB: trancevibrator: fix control-request directionJohan Hovold1-2/+2
2021-05-21misc/uss720: fix memory leak in uss720_probeDongliang Mu1-0/+1
2021-04-22usb: misc: adutux: fix whitespace coding style issueMalte Deiseroth1-3/+3
2021-03-28usb: misc: usbsevseg: update to use usb_control_msg_send()Anant Thazhemadam1-43/+17
2021-03-28usb: misc: ezusb: update to use usb_control_msg_send()Anant Thazhemadam1-14/+2
2021-03-28usb: misc: ehset: update to use the usb_control_msg_{send|recv}() APIAnant Thazhemadam1-44/+32
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-7/+5
2021-02-11usb: misc: usb3503: Fix logic in usb3503_init()Michal Simek1-2/+7
2021-01-26usb: usb251xb: Use of_device_get_match_data()Stephen Boyd1-7/+5
2020-12-28USB: yurex: fix control-URB timeout handlingJohan Hovold1-0/+3
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-14/+368
2020-12-08USB: legotower: fix logical error in recent commitAlan Stern1-1/+1
2020-12-04USB: apple-mfi-fastcharge: Fix use after free in probeDan Carpenter1-1/+3
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-18USB: apple-mfi-fastcharge: Fix kfree after failed kzallocLucas Tanure1-11/+4
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implementationsPeilin Ye1-15/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-6/+0
2020-11-09Merge 5.10-rc3 into usb-nextGreg Kroah-Hartman1-1/+3
2020-11-06USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_propertyZhang Qilong1-1/+3
2020-11-06usb: misc: brcmstb-usb-pinmap: Make sync_all_pins staticZou Wei1-1/+1
2020-11-03usb: misc: brcmstb-usb-pinmap: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman1-5/+12
2020-10-28USB: apple-mfi-fastcharge: don't probe unhandled devicesBastien Nocera1-5/+12
2020-10-28USB: sisusbvga: Make console support depend on BROKENThomas Gleixner1-1/+1
2020-10-28usb: Add driver to allow any GPIO to be used for 7211 USB signalsAl Cooper3-0/+361
2020-10-28usb: misc: iowarrior: remove unneeded breakTom Rix1-3/+0
2020-09-25USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman1-41/+20
2020-09-25Revert "USB: legousbtower: use usb_control_msg_recv()"Oliver Neukum1-19/+41
2020-09-22usb: appledisplay: use module_usb_driver to simplify the codeLiu Shixin1-13/+1
2020-09-17USB: adutux: fix debuggingOliver Neukum1-0/+1
2020-09-16USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman1-41/+19
2020-09-04usb/misc: usb3503: Use pm_ptr() macroPaul Cercueil1-10/+8
2020-09-04usb/misc: usb4604: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2-2/+2