Nico Golde wrote:
+static void retry_sync(void)
+{
+ exit_sync();
+ toggle_dcs_pcs();
+ enter_sync();
+}
+
hi nico,
i see 2 problems:
why do you toggle dcs/pcs? if you select dcs (default), but like to sync
to pcs, just push the function key, then sync.
if no sync is possible at all, your patch ends up in an endless loop.
(or am i wrong?)
regards,
andreas