Re: [PATCH v2 1/2] gemalto: add PIN retries support in driver

2017-11-07 Thread Denis Kenzior
Hi Gabriel, On 11/07/2017 03:53 AM, Gabriel Lucas wrote: In SimManager, the Retries property isn't used for gemalto modems. The at command AT^SPIC is used to get the remaining retries left for the current required password type. This commit adds the implementation in the SIM driver of the

Re: [PATCH v2 1/2] gemalto: add PIN retries support in driver

2017-11-06 Thread Denis Kenzior
Hi Gabriel, On 11/06/2017 07:57 AM, Gabriel Lucas wrote: In SimManager, the Retries property isn't used for gemalto modems. The at command AT^SPIC is used to get the remaining retries left for the current required password type. This commit adds the implementation in the SIM driver of the

[PATCH v2 1/2] gemalto: add PIN retries support in driver

2017-11-06 Thread Gabriel Lucas
In SimManager, the Retries property isn't used for gemalto modems. The at command AT^SPIC is used to get the remaining retries left for the current required password type. This commit adds the implementation in the SIM driver of the retries queries. --- drivers/atmodem/sim.c | 45