hsomodem: Add query for supported frequencies

This commit is contained in:
Marcel Holtmann 2011-01-05 23:05:00 -08:00
parent b3fda06e2d
commit 92e02b4621
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ static int hso_radio_settings_probe(struct ofono_radio_settings *rs,
ofono_radio_settings_set_data(rs, rsd);
g_at_chat_send(rsd->chat, "AT_OPBM?", none_prefix, NULL, NULL, NULL);
g_at_chat_send(rsd->chat, "AT_OPSYS=?", opsys_prefix,
opsys_support_cb, rs, NULL);