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