Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b78ec5d8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: glink_pkt: Modify conversion of CTS/DTR signals"

parents 642715b0 475b88ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,9 +66,9 @@
#define map_from_smd_trans_signal(sigs) \
	do { \
		if (sigs & SMD_DTR_SIG) \
			sigs |= TIOCM_DTR; \
			sigs |= TIOCM_DSR; \
		if (sigs & SMD_CTS_SIG) \
			sigs |= TIOCM_RTS; \
			sigs |= TIOCM_CTS; \
		if (sigs & SMD_CD_SIG) \
			sigs |= TIOCM_CD; \
		if (sigs & SMD_RI_SIG) \