aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/visor.c
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
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-9/+0
2008-04-02USB: serial: fix regression in Visor/Palm OS module for kernels >= 2.6.24Brad Sawatzky1-1/+1
2008-02-01USB: more serial drivers writing after disconnectOliver Neukum1-1/+1
2008-02-01USB: make sure usb serial drivers don't flush to logically disconnected devicesOliver Neukum1-9/+13
2007-10-12USB: visor: termios bitsAlan Cox1-64/+0
2007-08-22USB: visor add ACER S10 palm device idMaximilian Attems1-0/+2
2007-07-12USB: visor and whiteheat: remove bogus termios change checksAlan Cox1-8/+0
2007-07-12USB: serial: visor: clean up urb->status usageGreg Kroah-Hartman1-8/+12
2007-07-12USB: fix up license wording on some of my usb-serial driversGreg Kroah-Hartman1-3/+3
2007-07-12USB: visor driver adapted to new tty bufferingOliver Neukum1-12/+18
2007-04-27USB: fix race in visor_writeOliver Neukum1-6/+16
2007-02-07USB: remove duplicate device id from visorGreg Kroah-Hartman1-3/+0
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-0/+3
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-01usb: visor kill urb cleanupMariusz Kozlowski1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+6
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-1/+1
2006-07-12[PATCH] USB serial visor: fix race in open/closeIan Abbott1-1/+0
2006-07-12[PATCH] USB: fix visor leaksPete Zaitcev1-3/+33
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev1-1/+1
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-2/+1
2006-02-28[PATCH] USB: visor.c id for gspda smartphoneHendrik Schweppe1-0/+3
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-9/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB Serial: remove driver version from a few driversGreg Kroah-Hartman1-2/+1
2005-10-28[PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman1-9/+9
2005-10-28[PATCH] USB Serial: move old changelog comments out of source codeGreg Kroah-Hartman1-130/+1
2005-10-28[PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman1-3/+9
2005-10-28[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman1-3/+3
2005-04-18[PATCH] USB: visor Tapwave Zodiac support patchLarry Battraw1-0/+3
2005-04-18[PATCH] USB: add new visor id for Treo 650gregkh@suse.de1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1161