x, nofollow'/>
summaryrefslogtreecommitdiff
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)Author
2026-03-11usb: cdc-acm: Restore CAP_BRK functionnality to CH343Marc Zyngier
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-21uapi: cdc.h: cleanly provide for more interfaces and countriesOliver Neukum
2025-07-29Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-07-21cdc-acm: fix race between initial clearing halt and openOliver Neukum
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)
2025-02-14USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirkMarek Vasut
2025-02-14usb: cdc-acm: Fix handling of oversized fragmentsJann Horn
2025-02-14usb: cdc-acm: Check control transfer buffer size before accessJann Horn
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-13USB: class: CDC-ACM: fix race between get_serial and set_serialOliver Neukum
2024-08-22cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI ControllerIan Ray
2023-12-15usb: cdc-acm: return correct error code on unsupported breakOliver Neukum
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott
2023-08-22usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-08usb: cdc-acm: add PPS supportDan Drown
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-19USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT
2022-07-25USB: cdc-acm: use CDC serial-state definesJohan Hovold
2022-07-25USB: cdc-acm: use CDC control-line definesJohan Hovold
2022-06-29USB: cdc-acm: use define for timeoutOliver Neukum