Hi Robertino,
Infineon modem selftest, during ifx_enable().
Two steps trigger, with timeout. In case one
fails, modem will not power up.
<snip>
+ flags = g_io_channel_get_flags(data->device) |
G_IO_FLAG_NONBLOCK;
+ g_io_channel_set_flags(data->device, flags, NULL);
+
+ g_io_channel_set_encoding(data->device, NULL, NULL);
+ g_io_channel_set_buffered(data->device, FALSE);
+
have you actually tested this patch. Your re-base of the patch is wrong
again. It will not work like this.
Regards
Marcel