Search
j0ke.net Open Build Service
>
Projects
>
hardware
:
wwan
>
qcserial
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
qcserial.changes
@@ -1,4 +1,29 @@ ------------------------------------------------------------------- +Sun Oct 10 17:35:00 UTC 2010 - cs@linux-administrator.com + +- added patch to enable gps & diagnostic monitor + Gobi 2000 device will provide 3 serial ports: + # /dev/ttyUSB0 -> Diagnostics + # /dev/ttyUSB1 -> 3G Modem + # /dev/ttyUSB2 -> NMEA GPS port + +* The Diagnostics Monitor uses Qualcomm's DM protocol; I used + libqcdm (ModemManager) to talk to it, found it working, but at + least DM commands 12 and 64 are not implemented on my device + (Gobi 2000 built into Thinkpad x100e). + +* Functionality of the 3G Modem port remains unchanged. + +* The GPS port and how to enable it has been confirmed now in the + Gobi 3000 source code at: + https://www.codeaurora.org/patches/quic/gobi/ + Enable/disable GPS via: + echo "\$GPS_START" > /dev/ttyUSB2 + # use GPS + echo "\$GPS_STOP" > /dev/ttyUSB2 + + +------------------------------------------------------------------- Fri Oct 8 08:45:49 UTC 2010 - cs@linux-administrator.com - version bumped to 2.6.32