summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/digi_acceleport.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: digi_acceleport: simplify endpoint checkJohan Hovold2017-03-161-19/+4
* USB: serial: digi_acceleport: fix OOB-event processingJohan Hovold2017-03-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* USB: serial: digi_acceleport: fix incomplete rx sanity checkJohan Hovold2017-01-311-15/+23
* USB: serial: digi_acceleport: fix OOB data sanity checkJohan Hovold2017-01-311-5/+9
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-2/+1
* USB: digi_acceleport: do sanity checking for the number of portsOliver Neukum2016-03-311-0/+19
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-4/+4
* usb: serial: Remove unused tty->hw_stoppedPeter Hurley2014-09-231-6/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-5/+1
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-50/+45
|\
| * USB: digi_acceleport: remove unused MSR-wait queueJohan Hovold2013-03-251-3/+0
| * USB: digi_acceleport: remove bogus disconnect test in closeJohan Hovold2013-03-251-47/+45
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-14/+3
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-6/+2
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
* TTY: convert more flipping functionsJiri Slaby2013-01-151-2/+2
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0
* USB: digi_acceleport: fix port-data memory leakJohan Hovold2012-10-251-50/+67
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-25/+25
|\
| * USB: serial: digi_acceleport.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-7/+0
| * USB: serial: digi_acceleport.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-18/+25
* | tty: move the termios object into the ttyAlan Cox2012-07-161-7/+7
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-7/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: digi_acceleport.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-25/+0
* USB: serial: digi_acceleport.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-20/+1
* usb-serial: use new registration API in [d-h]* driversAlan Stern2012-02-241-23/+9
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-10/+1
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-216/+0
* doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-5/+5
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-221-10/+0
* tty: Fix the digi acceleport driver NULL checksAlan Cox2010-08-101-5/+9
* USB: serial: digi_acceleport: Eliminate a NULL pointer dereferenceJulia Lawall2010-06-041-2/+1
* USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold2010-05-201-2/+2
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-11/+8
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-11/+2
* USB serial: make USB device id constantNémeth Márton2010-03-021-3/+3
* USB: digi_acceleport: Fix broken unthrottle.Johan Hovold2009-10-091-4/+4
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-5/+15
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-54/+21
OpenPOWER on IntegriCloud