summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/symbolserial.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: symbolserial: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: symbolserial: simplify endpoint checkJohan Hovold2017-03-161-11/+1
* USB: symbolserial: Correct transferred data sizePhilipp Hachtmann2015-08-181-10/+8
* USB: symbolserial: Use usb_get_serial_port_dataPhilipp Hachtmann2015-08-181-3/+3
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-3/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: symbolserial: move private-data allocation to port_probeJohan Hovold2013-04-171-11/+19
* USB: symbolserial: remove unused private dataJohan Hovold2013-04-171-5/+1
* USB: symbolserial: use port interrupt-in urbJohan Hovold2013-04-171-90/+12
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-8/+2
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+2
* USB: Serial: symbolserial.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-2/+1
* USB: symbolserial.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-4/+4
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-6/+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: symbolserial.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-13/+0
* USB: serial: symbolserial.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-11/+1
* usb-serial: use new registration API in [q-s]* driversAlan Stern2012-02-241-13/+6
* 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-1/+0
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
* | USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-8/+2
* | USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
|/
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-7/+5
* USB: serial: fix race between unthrottle and completion handler in symbolserialOliver Neukum2009-10-091-4/+8
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-3/+11
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-2/+1
* symbol: Remove various bits of left over junkAlan Cox2009-04-061-67/+0
* USB: symbolserial: log the ioctl commandsGreg Kroah-Hartman2009-03-241-0/+59
* USB: serial: add symbol serial driverGreg Kroah-Hartman2009-03-241-0/+340