aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/symbolserial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-3/+1
2018-06-26USB: serial: symbolserial: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-16USB: serial: symbolserial: simplify endpoint checkJohan Hovold1-11/+1
2015-08-18USB: symbolserial: Correct transferred data sizePhilipp Hachtmann1-10/+8
2015-08-18USB: symbolserial: Use usb_get_serial_port_dataPhilipp Hachtmann1-3/+3
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-3/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-04-17USB: symbolserial: move private-data allocation to port_probeJohan Hovold1-11/+19
2013-04-17USB: symbolserial: remove unused private dataJohan Hovold1-5/+1
2013-04-17USB: symbolserial: use port interrupt-in urbJohan Hovold1-90/+12
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-8/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+2
2012-09-18USB: Serial: symbolserial.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-2/+1
2012-05-15USB: symbolserial.c: remove dbg() usageGreg Kroah-Hartman1-4/+4
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: symbolserial.c: remove dbg() tracing callsGreg Kroah-Hartman1-13/+0
2012-02-28USB: serial: symbolserial.c: use module_usb_serial_driverGreg Kroah-Hartman1-11/+1
2012-02-24usb-serial: use new registration API in [q-s]* driversAlan Stern1-13/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-1/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-8/+2
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König1-1/+1
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum1-7/+5
2009-10-09USB: serial: fix race between unthrottle and completion handler in symbolserialOliver Neukum1-4/+8
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+11
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-2/+1
2009-04-06symbol: Remove various bits of left over junkAlan Cox1-67/+0
2009-03-24USB: symbolserial: log the ioctl commandsGreg Kroah-Hartman1-0/+59
2009-03-24USB: serial: add symbol serial driverGreg Kroah-Hartman1-0/+340