summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/garmin_gps.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix returnvar.cocci warningsMathieu OTHACEHE2016-02-281-2/+1
* USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE2016-02-281-24/+24
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: correct spelling mistakes in commentsRahul Bedarkar2014-01-031-2/+2
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-10/+5
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-3/+3
* USB: garmin_gps: remove bogus disconnect test in bulk callbackJohan Hovold2013-03-251-6/+0
* USB: garmin_gps: remove bogus disconnect test in closeJohan Hovold2013-03-251-4/+0
* USB: garmin_gps: fix memory leak on disconnectJohan Hovold2013-03-211-6/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-5/+2
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* USB: fix port probing and removal in garmin_gpsAlan Stern2012-10-161-17/+7
* USB: Serial: garmin_gps.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-14/+0
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-14/+10
* USB: serial: garmin_gps.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-44/+51
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-7/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: garmin_gps.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-19/+0
* USB: serial: garmin_gps.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-24/+1
* usb-serial: use new registration API in [d-h]* driversAlan Stern2012-02-241-17/+8
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold2011-11-151-7/+0
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-2/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* USB: gamin_gps: Fix for data transfer problems in native modeHermann Kneissel2011-04-291-7/+13
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-1/+0
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-7/+5
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-3/+13
* USB: garmin_gps: removes usb_reset_device from garmin_closeHermann Kneissel2009-06-151-125/+73
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-2/+1
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-8/+0
* USB: serial: fix up urb->status usageGreg Kroah-Hartman2009-01-071-1/+1
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-1/+2
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-2/+0
* garmin_gps: Coding styleAlan Cox2008-07-221-178/+176
* usb_serial: API all changeAlan Cox2008-07-221-38/+20
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-3/+3
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-53/+53
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: more serial drivers writing after disconnectOliver Neukum2008-02-011-5/+12
* USB: serial: garmin_gps: fixes package loss if used from gpsbabelHermann Kneissel2007-08-221-46/+47
* USB: serial: garmin_gps: clean up urb->status usageGreg Kroah-Hartman2007-07-121-22/+25
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-071-0/+1
* USB serial: replace kmalloc+memset with kzallocBurman Yan2006-12-011-2/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
OpenPOWER on IntegriCloud