Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mmsd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chris T
mmsd
Commits
7d8e5225
Commit
7d8e5225
authored
Jan 21, 2021
by
Chris T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A bit more cleaning up.....
parent
c80d7faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/modemmanager.c
plugins/modemmanager.c
+1
-1
No files found.
plugins/modemmanager.c
View file @
7d8e5225
...
...
@@ -523,10 +523,10 @@ pur_mm_get_modem_state (void)
mms_error
(
"ModemManagerPlugin(): MM_MODEM_STATE_DISABLED"
);
mms_error
(
"ModemManagerPlugin(): Turning on Modem...."
);
mm_modem_set_power_state_sync
(
modem
->
modem
,
MM_MODEM_POWER_STATE_ON
,
NULL
,
&
error
);
sleep
(
1
);
if
(
error
!=
NULL
)
{
g_warning
(
"ModemManagerPlugin(): Error setting power state: %s
\n
"
,
error
->
message
);
}
sleep
(
1
);
}
}
else
{
mms_error
(
"ModemManagerPlugin(): MM_MODEM_STATE_ENABLED"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment