summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / usb: class: cdc-wdm: WWAN framework integrationLoic Poulain2021-05-111-4/+176
|/
* Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-04-221-3/+11
|\
| * USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab2021-04-131-3/+11
* | USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum2021-04-221-1/+2
* | USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold2021-04-091-2/+1
* | USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold2021-04-091-2/+0
* | Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold2021-04-091-9/+2
* | USB: cdc-acm: do not log successful probe on later errorsJohan Hovold2021-03-231-2/+2
* | USB: cdc-acm: always claim data interfaceJohan Hovold2021-03-231-8/+6
* | USB: cdc-acm: use negation for NULL checksJohan Hovold2021-03-231-2/+2
* | USB: cdc-acm: clean up probe error labelsJohan Hovold2021-03-231-17/+18
* | USB: cdc-acm: drop redundant driver-data resetJohan Hovold2021-03-231-1/+0
* | USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold2021-03-231-1/+0
* | USB: cdc-acm: fix use-after-free after probe failureJohan Hovold2021-03-231-0/+5