aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/serial/garmin_gps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-06-22USB: serial: use kmemdup instead of kmalloc + memcpySlark Xiao1-3/+1
2021-08-26USB: serial: replace symbolic permissions by octal permissionsUtkarsh Verma1-1/+1
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-1/+1
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-2/+1
2020-07-02USB: serial: garmin_gps: don't compile unused packet definitionsJohan Hovold1-5/+8
2020-04-22USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum1-2/+2
2020-01-17USB: serial: garmin_gps: Use flexible-array memberGustavo A. R. Silva1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-11USB: serial: garmin_gps: simplify init-session logicJohan Hovold1-25/+16
2017-10-11USB: serial: garmin_gps: clean up init-session messagesJohan Hovold1-7/+6
2017-10-11USB: serial: garmin_gps: drop unused timer initialisationJohan Hovold1-1/+0
2017-10-11USB: serial: garmin_gps: fix memory leak on probe errorsJohan Hovold1-0/+6
2017-10-11USB: serial: garmin_gps: fix I/O after failed probe and removeJohan Hovold1-3/+13
2017-10-11USB: serial: garmin_gps: convert timers to use timer_setup()Kees Cook1-5/+3
2017-01-04USB: serial: garmin_gps: fix memory leak on failed URB submitJohan Hovold1-0/+1
2016-02-28USB: serial: fix returnvar.cocci warningsMathieu OTHACEHE1-2/+1
2016-02-28USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE1-24/+24
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar1-2/+2
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-10/+5
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-3/+3
2013-03-25USB: garmin_gps: remove bogus disconnect test in bulk callbackJohan Hovold1-6/+0
2013-03-25USB: garmin_gps: remove bogus disconnect test in closeJohan Hovold1-4/+0
2013-03-21USB: garmin_gps: fix memory leak on disconnectJohan Hovold1-6/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-10-16USB: fix port probing and removal in garmin_gpsAlan Stern1-17/+7
2012-09-18USB: Serial: garmin_gps.c: remove debug module parameterGreg Kroah-Hartman1-14/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-14/+10
2012-09-14USB: serial: garmin_gps.c: remove dbg() usageGreg Kroah-Hartman1-44/+51
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-7/+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: garmin_gps.c: remove dbg() tracing callsGreg Kroah-Hartman1-19/+0
2012-02-28USB: serial: garmin_gps.c: use module_usb_serial_driverGreg Kroah-Hartman1-24/+1
2012-02-24usb-serial: use new registration API in [d-h]* driversAlan Stern1-17/+8
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold1-7/+0
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-2/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-29USB: gamin_gps: Fix for data transfer problems in native modeHermann Kneissel1-7/+13
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum1-7/+5
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+13
2009-06-15USB: garmin_gps: removes usb_reset_device from garmin_closeHermann Kneissel1-125/+73