aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/garmin_gps.c
AgeCommit message (Expand)Author
2020-05-14USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum
2020-01-17USB: serial: garmin_gps: Use flexible-array memberGustavo A. R. Silva
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-11USB: serial: garmin_gps: simplify init-session logicJohan Hovold
2017-10-11USB: serial: garmin_gps: clean up init-session messagesJohan Hovold
2017-10-11USB: serial: garmin_gps: drop unused timer initialisationJohan Hovold
2017-10-11USB: serial: garmin_gps: fix memory leak on probe errorsJohan Hovold
2017-10-11USB: serial: garmin_gps: fix I/O after failed probe and removeJohan Hovold
2017-10-11USB: serial: garmin_gps: convert timers to use timer_setup()Kees Cook
2017-01-04USB: serial: garmin_gps: fix memory leak on failed URB submitJohan Hovold
2016-02-28USB: serial: fix returnvar.cocci warningsMathieu OTHACEHE
2016-02-28USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman
2013-03-25USB: garmin_gps: remove bogus disconnect test in bulk callbackJohan Hovold
2013-03-25USB: garmin_gps: remove bogus disconnect test in closeJohan Hovold
2013-03-21USB: garmin_gps: fix memory leak on disconnectJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-10-16USB: fix port probing and removal in garmin_gpsAlan Stern
2012-09-18USB: Serial: garmin_gps.c: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-09-14USB: serial: garmin_gps.c: remove dbg() usageGreg Kroah-Hartman
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-03USB: garmin_gps.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-02-28USB: serial: garmin_gps.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [d-h]* driversAlan Stern
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-29USB: gamin_gps: Fix for data transfer problems in native modeHermann Kneissel
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox
2010-03-02USB serial: make USB device id constantNémeth Márton
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-15USB: garmin_gps: removes usb_reset_device from garmin_closeHermann Kneissel
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum
2009-01-07USB: serial: fix up urb->status usageGreg Kroah-Hartman
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman
2008-10-13tty: usb-serial krefsAlan Cox
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk