Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
udevng: Add modem string SystemPath
  • Loading branch information
christopheronco authored and monich committed Feb 5, 2020
1 parent a37f325 commit 6338889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ofono/plugins/udevng.c
Expand Up @@ -1731,6 +1731,8 @@ static gboolean create_modem(gpointer key, gpointer value, gpointer user_data)
continue;

if (driver_list[i].setup(modem) == TRUE) {
ofono_modem_set_string(modem->modem, "SystemPath",
syspath);
ofono_modem_register(modem->modem);
return FALSE;
}
Expand Down

0 comments on commit 6338889

Please sign in to comment.