summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern2024-06-141-2/+2
* Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman2024-04-181-5/+1
* usb: cdc-wdm: close race between read and workqueueOliver Neukum2024-03-261-1/+5
* usb: cdc-acm: return correct error code on unsupported breakOliver Neukum2023-12-151-0/+3
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-4/+4
|\
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-3/+4
| * tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* | USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott2023-08-221-0/+14
* | usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown2023-08-221-10/+11
* | usb: cdc-acm: add PPS supportDan Drown2023-08-081-1/+11
|/
* USB: usbtmc: Fix direction for 0-length ioctl control messagesAlan Stern2023-05-131-0/+2
* wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang2023-03-171-1/+2
* tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-2/+2
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-1/+1
* USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman2022-10-201-1/+1
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-1/+1
|\
| * usb: cdc-wdm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-271-1/+1
* | Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-0/+3
|\|
| * USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT2022-08-191-0/+3
* | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
|/
* USB: cdc-acm: use CDC serial-state definesJohan Hovold2022-07-252-25/+12
* USB: cdc-acm: use CDC control-line definesJohan Hovold2022-07-252-16/+9
* USB: cdc-acm: use define for timeoutOliver Neukum2022-06-291-1/+1
* tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-191-8/+0
* usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov2022-05-051-0/+1
* usb: usbtmc: Fix bug in pipe direction for control transfersAlan Stern2022-03-151-3/+10
* tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko2021-12-211-4/+0
* Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman2021-10-112-3/+11
|\
| * USB: cdc-acm: fix break reportingJohan Hovold2021-10-051-0/+3
| * USB: cdc-acm: fix racy tty buffer accessesJohan Hovold2021-10-051-0/+5
| * usb: cdc-wdm: Fix check for WWANRikard Falkeborn2021-10-051-3/+3
* | usb: cdc-wdm: Constify static struct wwan_port_opsRikard Falkeborn2021-10-051-1/+1
* | Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-272-2/+7
|\|
| * USB: cdc-acm: fix minor-number releaseJohan Hovold2021-09-142-2/+7
* | USB: cdc-acm: remove duplicate USB device IDKrzysztof Kozlowski2021-09-211-1/+0
|/
* Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-092-11/+4
|\
| * USB: usbtmc: Fix RCU stall warningQiang.zhang2021-07-271-8/+1
| * usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not setWei Yongjun2021-07-211-3/+3
* | tty: drop put_tty_driverJiri Slaby2021-07-271-3/+3
* | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
|/
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-052-2/+8
|\
| * USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen2021-06-241-0/+5
| * usb: class: cdc-wdm: return the correct errno codeJunlin Yang2021-06-241-2/+3
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-17/+4
|\ \
| * | tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-15/+2
| * | Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-311-8/+22
| |\|
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-9/+24
|\ \ \ | | |/ | |/|
| * | cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum2021-05-101-8/+22
| |/