Files
simtrace2/firmware/libcommon/source
Harald Welte fa197ca343 cardem: Move card_emu_io_statechg() calls out of interrupt context
So far, we called card_emu_io_statechg() from interrupt context, which
was safe with the current code.  However, as we want to trigger a more
comprehensive reset of data structures, including the flushing of
message queues, it is best to shift this processing from interrupt
context to main loop context.

Change-Id: I3983078396538f32bdff55611c41d2163be4d796
Related: OS#4251
2019-12-15 17:52:00 +01:00
..
2018-07-11 22:01:58 +02:00
2018-07-11 22:01:58 +02:00
2018-07-11 22:01:58 +02:00
2019-12-02 19:28:00 +01:00
2018-07-11 22:01:58 +02:00
2018-07-11 22:01:58 +02:00
2019-08-13 17:03:23 +02:00