diff options
author | Hannes Reinecke <hare@suse.de> | 2022-04-11 16:19:50 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 14:52:30 +0200 |
commit | 9cf44be87fb50ce116e1cbfbff1fa3e8771c15a4 (patch) | |
tree | 16f0b015baa283775be8be3b52148908994a9068 /amtider.c | |
parent | e5a8f42c1a8bd2ae29d3e826fb3a7cf71a0c3068 (diff) | |
download | amtterm-9cf44be87fb50ce116e1cbfbff1fa3e8771c15a4.tar.gz |
redir: add ider reset handling
Diffstat (limited to 'amtider.c')
-rw-r--r-- | amtider.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -198,6 +198,7 @@ int main(int argc, char *argv[]) r.cb_data = &r; r.cb_recv = recv_ider; r.cb_state = state_ider; + r.enable_options = 0x18; if (NULL != (h = getenv("AMT_PASSWORD"))) snprintf(r.pass, sizeof(r.pass), "%s", h); |