vte: send primary-DA on 7bit DECID

Also send the primary-DA when receiving 7bit variant of DECID.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-07-15 12:02:18 +02:00
parent 9cd05223a5
commit 2222e316cb

View File

@ -563,7 +563,7 @@ static void do_execute(struct kmscon_vte *vte, uint32_t ctrl)
break;
case 0x9a: /* DECID */
/* Send device attributes response like ANSI DA */
/* TODO*/
send_primary_da(vte);
break;
case 0x9c: /* ST */
/* End control string */