summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorLines
2025-09-06usb: usblp: Use min_t() to improve usblp_read()Thorsten Blum-1/+2
2025-07-29Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-16/+28
2025-07-21usb: usblp: clean up assignment inside if conditionsDarshan Rathod-11/+22
2025-07-21cdc-acm: fix race between initial clearing halt and openOliver Neukum-5/+6
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)-6/+1
2025-05-21usb: usbtmc: Fix timeout value in get_stbDave Penkler-1/+3
2025-05-21usb: usbtmc: Fix read_stb function and get_stb ioctlDave Penkler-8/+9
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman-23/+36
2025-05-02usb: usbtmc: Fix erroneous generic_read ioctl returnDave Penkler-6/+12
2025-05-02usb: usbtmc: Fix erroneous wait_srq ioctl returnDave Penkler-12/+11
2025-05-02usb: usbtmc: Fix erroneous get_stb ioctl error returnsDave Penkler-4/+8
2025-05-01USB: usbtmc: use interruptible sleep in usbtmc_readOliver Neukum-1/+5
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman-5/+16
2025-04-11USB: wdm: add annotationOliver Neukum-1/+1
2025-04-11USB: wdm: wdm_wwan_port_tx_complete mutex in atomic contextOliver Neukum-1/+1
2025-04-11USB: wdm: close race between wdm_open and wdm_wwan_port_stopOliver Neukum-2/+4
2025-04-11USB: wdm: handle IO errors in wdm_wwan_port_startOliver Neukum-1/+10
2025-04-11usb: cdc-wdm: avoid setting WDM_READ for ZLP-sRobert Hodaszi-14/+9
2025-02-14USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirkMarek Vasut-3/+6
2025-02-14usb: cdc-acm: Fix handling of oversized fragmentsJann Horn-1/+1
2025-02-14usb: cdc-acm: Check control transfer buffer size before accessJann Horn-3/+14
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman-3/+4
2024-12-23USB: usblp: return error when setting unsupported protocolJun Yan-3/+4
2024-12-23USB: usblp: remove redundant semicolonJun Yan-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-13USB: class: CDC-ACM: fix race between get_serial and set_serialOliver Neukum-0/+2
2024-09-11USB: usbtmc: prevent kernel-usb-infoleakEdward Adam Davis-1/+1
2024-08-22cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI ControllerIan Ray-0/+3
2024-06-20usb: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2024-06-14USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern-2/+2
2024-04-18Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman-5/+1
2024-03-26usb: cdc-wdm: close race between read and workqueueOliver Neukum-1/+5
2023-12-15usb: cdc-acm: return correct error code on unsupported breakOliver Neukum-0/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+4
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott-0/+14
2023-08-22usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown-10/+11
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-3/+4
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2023-08-08usb: cdc-acm: add PPS supportDan Drown-1/+11
2023-05-13USB: usbtmc: Fix direction for 0-length ioctl control messagesAlan Stern-0/+2
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang-1/+2
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen-1/+1
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman-1/+1
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2022-09-27usb: cdc-wdm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing-1/+1
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman-0/+3
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen-2/+2
2022-08-19USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT-0/+3
2022-07-25USB: cdc-acm: use CDC serial-state definesJohan Hovold-25/+12