summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/sierra.c
AgeCommit message (Expand)Author
2022-07-25USB: serial: fix tty-port initialized commentsJohan Hovold
2022-06-22USB: serial: use kmemdup instead of kmalloc + memcpySlark Xiao
2021-08-26USB: serial: replace symbolic permissions by octal permissionsUtkarsh Verma
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König
2020-07-14USB: serial: sierra: clean up special-interface handlingJohan Hovold
2020-07-09USB: serial: drop redundant transfer-buffer castsJohan Hovold
2020-06-19USB: serial: sierra: unify quirk handling logicGreg Kroah-Hartman
2018-06-26USB: serial: sierra: use irqsave() in USB's complete callbackJohn Ogness
2018-06-26USB: serial: sierra: fix potential deadlock at closeJohn Ogness
2017-11-04USB: serial: fix module-license macrosJohan Hovold
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold
2017-02-06USB: serial: sierra: fix bogus alternate-setting assumptionJohan Hovold
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2015-07-28USB: sierra: add 1199:68AB device IDDirk Behme
2014-09-01USB: sierra: add 1199:68AA device IDBjørn Mork
2014-09-01USB: sierra: avoid CDC class functions on "68A3" devicesBjørn Mork
2014-05-27USB: sierra: do not resume I/O on closing portsJohan Hovold
2014-05-27USB: sierra: minimise no-suspend window during closeJohan Hovold
2014-05-27USB: sierra: refactor delayed-urb submissionJohan Hovold
2014-05-27USB: sierra: clean up suspendJohan Hovold
2014-05-27USB: sierra: use interface-data accessorsJohan Hovold
2014-05-27USB: sierra: remove redundant modem-control requestsJohan Hovold
2014-05-27USB: sierra: do not resume I/O on closed portsJohan Hovold
2014-05-27USB: sierra: remove disconnected test from closeJohan Hovold
2014-05-27USB: sierra: remove unimplemented set_termiosJohan Hovold
2014-05-27USB: sierra: remove unused variableJohan Hovold
2014-05-27USB: sierra: remove bogus endpoint testJohan Hovold
2014-05-27USB: sierra: fix line-control pipe directionJohan Hovold
2014-05-27USB: sierra: fix resume error reportingJohan Hovold
2014-05-27USB: sierra: fix urbs not being killed on shutdownJohan Hovold
2014-05-27USB: sierra: fix characters being dropped at closeJohan Hovold
2014-05-27USB: sierra: fix remote wakeupJohan Hovold
2014-05-27USB: sierra: fix urb and memory leak on disconnectJohan Hovold
2014-05-27USB: sierra: fix urb and memory leak in resume error pathJohan Hovold
2014-05-27USB: sierra: fix use after free at suspend/resumeJohan Hovold
2014-05-27USB: sierra: fix AA deadlock in open error pathJohan Hovold
2014-04-16Revert "USB: serial: add usbid for dell wwan card to sierra.c"Johan Hovold
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-03-25USB: sierra: remove bogus disconnect test in closeJohan Hovold
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-13USB: serial: fix null-pointer dereferences on disconnectJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby