commit | b4072f46e57fe7138f4337840fab736ec43293ca | [log] [tgz] |
---|---|---|
author | Hermann Kneissel <hermann.kneissel@gmx.de> | Sun Apr 26 22:42:04 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:44 2009 -0700 |
tree | cd44061f802c13237991ef0c7e0c6945701245ca | |
parent | 9685a59a2bc0e1e85d1848c744214dbe74e9ce7d [diff] |
USB: garmin_gps: removes usb_reset_device from garmin_close The following patch removes the call to usb_reset_device which may occur when closing the driver by implementing a new session initialization code based on the method used by gpsbabel. The patch is against linux-2.6.30-rc3-git1. Signed-off-by: Hermann Kneissel herkne@users.sourceforge.net Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>