mirror of
https://github.com/sailfishos/ofono
synced 2025-11-28 21:51:05 +08:00
xmm7modem: Changes in plugin for DSSA functionality
Changed the sim driver vendor for xmm7modem from OFONO_VENDOR_IFX to OFONO_VENDOR_XMM to handle DSSA functionality.
This commit is contained in:
committed by
Adam Pigg
parent
35e7cd19e6
commit
c534b7e9b0
@@ -1223,7 +1223,7 @@ static void xmm7xxx_pre_sim(struct ofono_modem *modem)
|
||||
DBG("%p", modem);
|
||||
|
||||
ofono_devinfo_create(modem, OFONO_VENDOR_IFX, "atmodem", data->chat);
|
||||
data->sim = ofono_sim_create(modem, OFONO_VENDOR_IFX, "atmodem",
|
||||
data->sim = ofono_sim_create(modem, OFONO_VENDOR_XMM, "atmodem",
|
||||
data->chat);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user