# HG changeset patch # User Mychaela Falconia # Date 1590619615 0 # Node ID 2795a11973b895a2af1d88f541ba852585add977 # Parent afcb1115b9b35353eadb07b1056a144b614a5ba3 UART PS entity: added trace of line state changes diff -r afcb1115b9b3 -r 2795a11973b8 src/g23m-aci/uart/uart_txs.c --- a/src/g23m-aci/uart/uart_txs.c Sun May 24 07:38:44 2020 +0000 +++ b/src/g23m-aci/uart/uart_txs.c Wed May 27 22:46:55 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