diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-06-27 10:28:16 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-07-02 12:28:56 +0200 |
commit | ad67d68179263355510306c500f31a4d7f8cd87d (patch) | |
tree | a546b9790e9946db151cd35e2d6fd7a517e3a874 /docs/man | |
parent | 915a5beac0e10b0246adc9eefdb2dc29eb2c071e (diff) |
location: new 'unmanaged' GPS setup
Standard GPS setup (raw/nmea) will both enable the GPS module and take full
control of the GPS port. This prevents other processes from reading the NMEA
traces from e.g. a tty. In order to handle this, a new 'unmanaged' GPS location
source is introduced, which will just enable/disable the GPS module, without
reading anything from the GPS port. Of course, both raw/nmea and unmanaged
setups cannot be enabled at the same time.
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/mmcli.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/man/mmcli.8 b/docs/man/mmcli.8 index 0b0ecc99..768a3172 100644 --- a/docs/man/mmcli.8 +++ b/docs/man/mmcli.8 @@ -359,6 +359,13 @@ Disable location discovery using the 3GPP2 network. .TP .B \-\-location\-get\-cdma-bs Show 3GPP2 based location information (location of the CDMA base station). +.TP +.B \-\-location\-enable\-gps\-unmanaged +Enable location discovery using GPS but without taking control of the NMEA tty +port. +.TP +.B \-\-location\-disable\-gps\-unmanaged +Disable location discovery using GPS and unmanaged port. .SH MESSAGING OPTIONS All messaging options must be used with \fB\-\-modem\fR or \fB\-m\fR. |