Logoj0ke.net Open Build Service > Projects > hardware:wwan > qcserial > Changes
Sign Up | Log In

Changes of Revision 6

[-] Changed qcserial.changes
x
 
1
@@ -1,4 +1,29 @@
2
 -------------------------------------------------------------------
3
+Sun Oct 10 17:35:00 UTC 2010 - cs@linux-administrator.com
4
+
5
+- added patch to enable gps & diagnostic monitor
6
+  Gobi 2000 device will provide 3 serial ports:
7
+        # /dev/ttyUSB0 -> Diagnostics
8
+        # /dev/ttyUSB1 -> 3G Modem
9
+        # /dev/ttyUSB2 -> NMEA GPS port
10
+
11
+* The Diagnostics Monitor uses Qualcomm's DM protocol; I used
12
+  libqcdm (ModemManager) to talk to it, found it working, but at
13
+  least DM commands 12 and 64 are not implemented on my device
14
+  (Gobi 2000 built into Thinkpad x100e).
15
+
16
+* Functionality of the 3G Modem port remains unchanged.
17
+
18
+* The GPS port and how to enable it has been confirmed now in the
19
+  Gobi 3000 source code at:
20
+   https://www.codeaurora.org/patches/quic/gobi/
21
+  Enable/disable GPS via:
22
+        echo "\$GPS_START" > /dev/ttyUSB2
23
+        # use GPS
24
+        echo "\$GPS_STOP"  > /dev/ttyUSB2
25
+ 
26
+
27
+-------------------------------------------------------------------
28
 Fri Oct  8 08:45:49 UTC 2010 - cs@linux-administrator.com
29
 
30
 - version bumped to 2.6.32
31