Merge "mhi: dev: uci: update terminal signals bit settings"

This commit is contained in:
qctecmdr Service 2018-06-16 02:14:48 -07:00 committed by Gerrit - the friendly Code Review server
commit 62bde515b8

View File

@ -37,7 +37,7 @@ struct __packed dtr_ctrl_msg {
#define CTRL_MSG_RTS BIT(1)
#define CTRL_MSG_DCD BIT(0)
#define CTRL_MSG_DSR BIT(1)
#define CTRL_MSG_RI BIT(2)
#define CTRL_MSG_RI BIT(3)
#define CTRL_HOST_STATE (0x10)
#define CTRL_DEVICE_STATE (0x11)
#define CTRL_GET_CHID(dtr) (dtr->dest_id & 0xFF)