summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2022-10-07Merge 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-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+8
2021-07-05Merge 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-11usb: 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
2021-04-22USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum1-1/+2
2021-04-13USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab1-3/+11
2021-04-09USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold1-2/+1
2021-04-09USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-04-09Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold1-9/+2
2021-03-23USB: cdc-acm: do not log successful probe on later errorsJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: always claim data interfaceJohan Hovold1-8/+6
2021-03-23USB: cdc-acm: use negation for NULL checksJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: clean up probe error labelsJohan Hovold1-17/+18
2021-03-23USB: cdc-acm: drop redundant driver-data resetJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: fix use-after-free after probe failureJohan Hovold1-0/+5