aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/visor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2018-05-02USB: serial: visor: handle potential invalid device configurationGreg Kroah-Hartman1-34/+35
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-28USB: serial: visor: clean up treo endpoint hackJohan Hovold1-58/+24
2017-03-28USB: serial: visor: clean up clie_5 endpoint hackJohan Hovold1-34/+23
2017-03-28USB: serial: visor: drop redundant calc_num_ports callbackJohan Hovold1-1/+0
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold1-2/+4
2016-01-25USB: serial: visor: fix crash on detecting device without write_urbsVladis Dronov1-2/+4
2016-01-25USB: visor: fix null-deref at probeJohan Hovold1-0/+5
2015-04-29USB: visor: Match I330 phone more preciselyJason A. Donenfeld1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-8/+2
2014-01-03USB: serial: constify device-id tablesJohan Hovold1-4/+4
2013-05-29USB: visor: fix initialisation of Treo/Kyocera devicesJohan Hovold1-0/+8
2013-05-29USB: serial: fix Treo/Kyocera interrrupt-in urb contextJohan Hovold1-0/+1
2013-03-25USB: visor: always disable uart on closeJohan Hovold1-11/+5
2012-09-18USB: Serial: visor.c: remove debug module parameterGreg Kroah-Hartman1-6/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-4/+3
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: serial: visor: convert dbg() to dev_dbg()Greg Kroah-Hartman1-21/+5
2012-04-19USB: serial: visor: remove product and vendor module parametersGreg Kroah-Hartman1-64/+1
2012-02-24usb-serial: use new registration API in [t-z]* driversAlan Stern1-29/+8
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-02-17USB: Add Samsung SGH-I500/Android modem ID switch to visor driverMaciej Szmigiero1-0/+12
2010-10-22USB: visor: fix initialisation of UX50/TH55 devicesJohan Hovold1-1/+10
2010-05-20USB: visor: increase bulk-out buffer sizeJohan Hovold1-0/+3
2010-05-20USB: visor: reimplement using generic frameworkJohan Hovold1-329/+13
2010-05-20USB: visor: fix memory leakJohan Hovold1-0/+1
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-7/+3
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-2/+2
2010-03-02USB: visor: fix DMA buffers on stackJohan Hovold1-8/+18
2009-10-09USB: serial: fix race between unthrottle and completion handler in visorOliver Neukum1-6/+9
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum1-7/+5
2009-10-09USB: visor: fix trivial accounting bug in visor driverOliver Neukum1-1/+2
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-8/+5
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-4/+2
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-8/+0
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-1/+1
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-6/+9
2008-10-13tty: usb-serial krefsAlan Cox1-7/+11
2008-07-22tty-usb-visor: Coding styleAlan Cox1-149/+191
2008-07-22usb_serial: API all changeAlan Cox1-46/+20
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-3/+3
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-0/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-43/+43