Skip to content

Commit

Permalink
[coco][fuji] hook app key functions into process.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed May 1, 2024
1 parent f67de0c commit 6ee24f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/device/drivewire/fuji.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1420,12 +1420,16 @@ void drivewireFuji::process()
ready();
break;
case FUJICMD_OPEN_APPKEY:
open_app_key();
break;
case FUJICMD_CLOSE_APPKEY:
close_app_key();
break;
case FUJICMD_READ_APPKEY:
read_app_key();
break;
case FUJICMD_WRITE_APPKEY:
write_app_key();
break;
case FUJICMD_RANDOM_NUMBER:
break;
Expand Down

0 comments on commit 6ee24f9

Please sign in to comment.