adb_iop_state
if (adb_iop_state == awaiting_reply) {
adb_iop_state = sending;
if (adb_iop_state == idle)
} adb_iop_state;
adb_iop_state = idle;
if (adb_iop_state == idle)
adb_iop_state = awaiting_reply;