summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/digi_acceleport.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-14Merge tag 'usb-serial-7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-195/+130
2026-08-03USB: serial: digi_acceleport: add port lock nesting annotationJohan Hovold1-2/+7
2026-07-13USB: serial: digi_acceleport: fix oob port dev_printk()Johan Hovold1-6/+7
2026-07-13USB: serial: digi_acceleport: clean up inb command submissionJohan Hovold1-4/+3
2026-07-13USB: serial: digi_acceleport: clean up write completionJohan Hovold1-9/+8
2026-07-13USB: serial: digi_acceleport: clean up xfer buf length expressionJohan Hovold1-4/+4
2026-07-13USB: serial: digi_acceleport: drop unused in-buf defineJohan Hovold1-4/+0
2026-07-13USB: serial: digi_acceleport: stop OOB I/O when not in useJohan Hovold1-49/+51
2026-07-13USB: serial: digi_acceleport: drop redundant driver data sanity checksJohan Hovold1-36/+4
2026-07-13USB: serial: digi_acceleport: clean up declarations and whitespaceJohan Hovold1-59/+29
2026-07-13USB: serial: digi_acceleport: add oob port helperJohan Hovold1-2/+9
2026-07-13USB: serial: digi_acceleport: always stop write urb on closeJohan Hovold1-6/+2
2026-07-13USB: serial: digi_acceleport: drop unused wait queueJohan Hovold1-3/+0
2026-07-13USB: serial: digi_acceleport: fix port registration orderJohan Hovold1-29/+19
2026-07-13USB: serial: digi_acceleport: do not log stopping of urbs as errorsJohan Hovold1-1/+11
2026-06-29USB: serial: digi_acceleport: fix broken rx after throttleJohan Hovold1-0/+16
2026-06-29USB: serial: digi_acceleport: fix hard lockup on disconnectJohan Hovold1-5/+7
2026-06-29USB: serial: digi_acceleport: fix write buffer corruptionJohan Hovold1-5/+10
2026-06-12Merge tag 'usb-serial-7.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-2/+0
2026-05-20USB: serial: digi_acceleport: fix memory corruption with small endpointsJohan Hovold1-2/+21
2026-05-11USB: serial: drop unused uaccess includesJohan Hovold1-1/+0
2026-05-11USB: serial: drop unused tty_driver includesJohan Hovold1-1/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2024-08-26USB: serial: drop driver owner initializationKrzysztof Kozlowski1-2/+0
2023-06-07USB: serial: return errors from break handlingJohan Hovold1-3/+4
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+4
2021-05-21USB: serial: drop irq-flags initialisationsJohan Hovold1-7/+6
2021-05-21USB: serial: digi_acceleport: add chars_in_buffer lockingJohan Hovold1-9/+11
2021-05-21USB: serial: digi_acceleport: reduce chars_in_buffer over-reportingJohan Hovold1-2/+1
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-4/+4
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-4/+2
2020-11-04USB: serial: remove write wait queueJohan Hovold1-6/+6
2020-11-04USB: serial: digi_acceleport: fix write-wakeup deadlocksJohan Hovold1-32/+13
2020-10-27USB: serial: digi_acceleport: remove in_interrupt() usageAhmed S. Darwish1-3/+2
2020-02-10USB: serial: digi_acceleport: remove redundant assignment to pointer privColin Ian King1-1/+1
2019-04-21USB: serial: digi_acceleport: clean up set_termiosJohan Hovold1-17/+16
2019-04-21USB: serial: digi_acceleport: clean up modem-control handlingJohan Hovold1-4/+4
2018-06-27USB: serial: digi_acceleport: rename tty flag variableJohan Hovold1-6/+6
2018-06-26USB: serial: digi_acceleport: use irqsave() in USB's complete callbackJohn Ogness1-10/+13
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-16USB: serial: digi_acceleport: simplify endpoint checkJohan Hovold1-19/+4
2017-03-09USB: serial: digi_acceleport: fix OOB-event processingJohan Hovold1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-01-31USB: serial: digi_acceleport: fix incomplete rx sanity checkJohan Hovold1-15/+23
2017-01-31USB: serial: digi_acceleport: fix OOB data sanity checkJohan Hovold1-5/+9
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-2/+1
2016-03-31USB: digi_acceleport: do sanity checking for the number of portsOliver Neukum1-0/+19