summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2024-03-26usb: cdc-wdm: close race between read and workqueueOliver Neukum1-1/+5
2023-12-15usb: cdc-acm: return correct error code on unsupported breakOliver Neukum1-0/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott1-0/+14
2023-08-22usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown1-10/+11
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-3/+4
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-08-08usb: cdc-acm: add PPS supportDan Drown1-1/+11
2023-05-13USB: usbtmc: Fix direction for 0-length ioctl control messagesAlan Stern1-0/+2
2023-03-18wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang1-1/+2
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-1/+1
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2022-09-27usb: cdc-wdm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-1/+1
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman1-0/+3
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-08-19USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT1-0/+3
2022-07-25USB: cdc-acm: use CDC serial-state definesJohan Hovold2-25/+12
2022-07-25USB: cdc-acm: use CDC control-line definesJohan Hovold2-16/+9
2022-06-29USB: cdc-acm: use define for timeoutOliver Neukum1-1/+1
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen1-8/+0
2022-05-05usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov1-0/+1
2022-03-15usb: usbtmc: Fix bug in pipe direction for control transfersAlan Stern1-3/+10
2021-12-21tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko1-4/+0
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman2-3/+11
2021-10-05USB: cdc-acm: fix break reportingJohan Hovold1-0/+3
2021-10-05USB: cdc-acm: fix racy tty buffer accessesJohan Hovold1-0/+5
2021-10-05usb: cdc-wdm: Fix check for WWANRikard Falkeborn1-3/+3
2021-10-05usb: cdc-wdm: Constify static struct wwan_port_opsRikard Falkeborn1-1/+1
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2-2/+7
2021-09-21USB: cdc-acm: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-14USB: cdc-acm: fix minor-number releaseJohan Hovold2-2/+7
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2-11/+4
2021-07-27USB: usbtmc: Fix RCU stall warningQiang.zhang1-8/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-3/+3
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-21usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not setWei Yongjun1-3/+3
2021-07-06Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+8
2021-07-06Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-17/+4
2021-06-24USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen1-0/+5
2021-06-24usb: class: cdc-wdm: return the correct errno codeJunlin Yang1-2/+3
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-15/+2
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman1-8/+22
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+24
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-12usb: class: cdc-wdm: WWAN framework integrationLoic Poulain1-4/+176
2021-05-10cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum1-8/+22
2021-04-22Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-3/+11