# HG changeset patch # User Mychaela Falconia # Date 1590644306 0 # Node ID 143f3a07e273d3137850c05f7026b7e137ac6d5b # Parent 712a28fda77876098eb0e066b81a148b67b610af src/g23m-aci/uart/uart_txs.c: sync with Magnetite (extra trace) diff -r 712a28fda778 -r 143f3a07e273 src/g23m-aci/uart/uart_txs.c --- a/src/g23m-aci/uart/uart_txs.c Thu May 28 05:33:05 2020 +0000 +++ b/src/g23m-aci/uart/uart_txs.c Thu May 28 05:38:26 2020 +0000 @@ -534,6 +534,14 @@ if((uart_data->tx.lines != dlc->lines)) { /* + * FreeCalypso addition: trace the dlc->lines value that is + * causing UF_SetLineState() calls to the physical UART driver. + */ + TRACE_USER_CLASS_P1(TC_EVENT|TC_USER1, + "sig_ker_tx_line_states_req: dlc->lines = %x", + dlc->lines); + + /* * set new line states separatly because * if one line is not supported by the driver * we can still set the other lines