mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
controller_test: add ENABLE_SMARTCARD
This commit is contained in:
parent
7a079b452b
commit
bbd01f5f63
@ -169,6 +169,10 @@ int main(int argc, char *argv[])
|
||||
|
||||
send_data(CONTROLLER_CREATE_MENU, (uint8_t*)MENU, sizeof(MENU));
|
||||
|
||||
printf("Smartcard...\n");
|
||||
getchar();
|
||||
send_value(CONTROLLER_ENABLE_SMARTCARD, 1);
|
||||
|
||||
send_value(CONTROLLER_FULL_SCREEN, /*CONTROLLER_SET_FULL_SCREEN |*/ CONTROLLER_AUTO_DISPLAY_RES);
|
||||
printf("Show...\n");
|
||||
getchar();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user