RE: [PATCH 1/1] hfp: Add faked sim driver to support SIM ready

2010-08-30 Thread Zhang, Zhenhua
Hi, Denis, Denis Kenzior wrote: > Hi Zhenhua, > > On 08/30/2010 04:50 AM, Zhenhua Zhang wrote: >> HFP modem doesn't have IMSI at all. In order to notify SIM ready to >> the core, we create a special sim driver with a faked IMSI number. > > Can you try after commit 88024972df46d4ababbaf39354615e8

Re: [PATCH 1/1] hfp: Add faked sim driver to support SIM ready

2010-08-30 Thread Marcel Holtmann
Hi Denis, > > HFP modem doesn't have IMSI at all. In order to notify SIM ready to the > > core, we create a special sim driver with a faked IMSI number. > > Can you try after commit 88024972df46d4ababbaf39354615e8a8d603cfc? I > added magic which will skip sim_ready stuff completely for modems th

Re: [PATCH 1/1] hfp: Add faked sim driver to support SIM ready

2010-08-30 Thread Denis Kenzior
Hi Zhenhua, On 08/30/2010 04:50 AM, Zhenhua Zhang wrote: > HFP modem doesn't have IMSI at all. In order to notify SIM ready to the > core, we create a special sim driver with a faked IMSI number. Can you try after commit 88024972df46d4ababbaf39354615e8a8d603cfc? I added magic which will skip sim

Re: [PATCH 1/1] hfp: Add faked sim driver to support SIM ready

2010-08-30 Thread Gustavo F. Padovan
Hi Zhenhua, * Zhenhua Zhang [2010-08-30 17:50:17 +0800]: > HFP modem doesn't have IMSI at all. In order to notify SIM ready to the > core, we create a special sim driver with a faked IMSI number. > --- > Makefile.am |3 +- > drivers/hfpmodem/hfpmodem.c |2 + > drivers/hf

[PATCH 1/1] hfp: Add faked sim driver to support SIM ready

2010-08-30 Thread Zhenhua Zhang
HFP modem doesn't have IMSI at all. In order to notify SIM ready to the core, we create a special sim driver with a faked IMSI number. --- Makefile.am |3 +- drivers/hfpmodem/hfpmodem.c |2 + drivers/hfpmodem/hfpmodem.h |3 + drivers/hfpmodem/sim.c | 114 +