USB: gamin_gps: Fix for data transfer problems in native mode
authorHermann Kneissel <herkne@gmx.de>
Fri, 29 Apr 2011 06:58:43 +0000 (08:58 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 00:32:21 +0000 (09:32 +0900)
commit b4026c4584cd70858d4d3450abfb1cd0714d4f32 upstream.

This patch fixes a problem where data received from the gps is sometimes
transferred incompletely to the serial port. If used in native mode now
all data received via the bulk queue will be forwarded to the serial
port.

Signed-off-by: Hermann Kneissel <herkne@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found