EM7565 driver/firmware issue

Hello All,
I am having similar problem as shown in this thread with EM7565 modem using a raspberry. In my case I have a similar situation as described in this thread: EM7565 stuck in a USB composition without QMI or AT ports

My modem has same VID:PID: 1199:90c3 as described there, so I am trying to update the PID to standard one as described in this thread. However it seems that the modem is not detected over USB interface.
I download the drivers and updated qmi_wwan.c and qcserial.c files to add VID:PID 1199:90c3. Then I installed mbpl driver (EM7565 driver/firmware issue - #10 by jyijyi) and rebooted, but ttyUSBx are not present (if I use a different modem ttyUSBx appear right away)

Checking /sys/kernel/debug/usb/devices I can see there is no Driver associated to the modem

T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  7 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1199 ProdID=90c3 Rev= 0.06
S:  Manufacturer=Sierra Wireless, Incorporated
S:  Product=Sierra Wireless EM7565 with Qualcomm Snapdragon X16 LTE
S:  SerialNumber=d9f6e25c
C:* #Ifs= 3 Cfg#= 1 Atr=a0 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=82(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=84(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
E:  Ad=83(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=85(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

Any idea?
Thank you!!