bugGPSD - Bugs: bug #53677, evermore gps and usb serial...

 
 

bug #53677: evermore gps and usb serial converter problem

Submitter:  None
Submitted:  Tue 17 Apr 2018 02:04:36 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 17 Apr 2018 02:04:36 PM UTC, original submission:  

diff --git a/driver_evermore.c b/driver_evermore.c
index 9d6623f7..1a63747c 100644
--- a/driver_evermore.c
+++ b/driver_evermore.c
@@ -539,7 +539,7 @@ static bool evermore_speed(struct gps_device_t *session,
             stopbits);
     /* parity and stopbit switching aren't available on this chip */
     if (parity != session->gpsdata.dev.parity
-       || stopbits != (int)session->gpsdata.dev.parity) {
+       || stopbits != (int)session->gpsdata.dev.stopbits) {
        return false;
     } else {
        unsigned char tmp8;

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by esr (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-12-26 esr StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code