aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/symbolserial.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16USB: serial: symbolserial: simplify endpoint checkGravatar Johan Hovold 1-11/+1
2015-08-18USB: symbolserial: Correct transferred data sizeGravatar Philipp Hachtmann 1-10/+8
2015-08-18USB: symbolserial: Use usb_get_serial_port_dataGravatar Philipp Hachtmann 1-3/+3
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Gravatar Johan Hovold 1-3/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-04-17USB: symbolserial: move private-data allocation to port_probeGravatar Johan Hovold 1-11/+19
2013-04-17USB: symbolserial: remove unused private dataGravatar Johan Hovold 1-5/+1
2013-04-17USB: symbolserial: use port interrupt-in urbGravatar Johan Hovold 1-90/+12
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-8/+2
2013-01-15TTY: switch tty_insert_flip_stringGravatar Jiri Slaby 1-1/+2
2012-09-18USB: Serial: symbolserial.c: remove debug module parameterGravatar Greg Kroah-Hartman 1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Gravatar Greg Kroah-Hartman 1-2/+1
2012-05-15USB: symbolserial.c: remove dbg() usageGravatar Greg Kroah-Hartman 1-4/+4
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Gravatar Greg Kroah-Hartman 1-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-05-03USB: symbolserial.c: remove dbg() tracing callsGravatar Greg Kroah-Hartman 1-13/+0
2012-02-28USB: serial: symbolserial.c: use module_usb_serial_driverGravatar Greg Kroah-Hartman 1-11/+1
2012-02-24usb-serial: use new registration API in [q-s]* driversGravatar Alan Stern 1-13/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devGravatar Johan Hovold 1-1/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Gravatar Kuninori Morimoto 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerGravatar Alan Cox 1-8/+2
2010-03-02USB serial: make USB device id constantGravatar Németh Márton 1-1/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Gravatar Uwe Kleine-König 1-1/+1
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepGravatar Oliver Neukum 1-7/+5
2009-10-09USB: serial: fix race between unthrottle and completion handler in symbolserialGravatar Oliver Neukum 1-4/+8
2009-09-19tty: USB does not need the filp argument in the driversGravatar Alan Cox 1-2/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseGravatar Alan Stern 1-3/+11
2009-06-11tty: Bring the usb tty port structure into more useGravatar Alan Cox 1-2/+1
2009-04-06symbol: Remove various bits of left over junkGravatar Alan Cox 1-67/+0
2009-03-24USB: symbolserial: log the ioctl commandsGravatar Greg Kroah-Hartman 1-0/+59
2009-03-24USB: serial: add symbol serial driverGravatar Greg Kroah-Hartman 1-0/+340