[Pkg-running-devel] [antpm] 30/41: ant: another device seen

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit b0c2c35a2254733eb714a14cf97971f4af03eb25
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Mon Nov 2 10:15:17 2015 +0100

    ant: another device seen
---
 src/AntFr310XT.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/AntFr310XT.cpp b/src/AntFr310XT.cpp
index f777c3e..3f083a5 100644
--- a/src/AntFr310XT.cpp
+++ b/src/AntFr310XT.cpp
@@ -837,7 +837,7 @@ AntFr310XT::guessDeviceType(const ushort devNum, const uchar devId, const uchar
   if(!prod)
     return false;
 
-  // 310
+  // 310 XT
   // devNum=0x4cd4, devId=0x01, transType=0x05
   // Beacon=8Hz
   if( devNum==0x4cd4 )
@@ -846,6 +846,8 @@ AntFr310XT::guessDeviceType(const ushort devNum, const uchar devId, const uchar
     return true;
   }
 
+  // 910 XT
+  // devNum=0x6f1d devId=0x01 transType=0x05
 
   // 405
   // devNum=0xc12e, devId=0x01, transType=0x05

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list