Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
90de798d
Commit
90de798d
authored
Aug 11, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix garmin usb driver for garmin 18x usb
parent
808598f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
garmin_usb.c.patch
src/patches/garmin_usb.c.patch
+13
-0
No files found.
src/patches/garmin_usb.c.patch
0 → 100644
View file @
90de798d
diff --git a/drivers/usb/serial/garmin_gps.c b/drivers/usb/serial/garmin_gps.c
index db591d1..fa8ede7 100644
--- a/drivers/usb/serial/garmin_gps.c
+++ b/drivers/usb/serial/garmin_gps.c
@@ -1166,6 +1166,8 @@ static void garmin_read_process(struct garmin_data *garmin_data_p,
send_to_tty(garmin_data_p->port, data,
data_length);
}
+ } else {
+ send_to_tty(garmin_data_p->port, data, data_length);
}
/* ignore system layer packets ... */
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment