Fix exoFwNumber on fw5

This commit is contained in:
tomGER 2018-09-11 20:36:16 +02:00 committed by GitHub
parent b1ffa5f93c
commit 8c7e566a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -627,7 +627,7 @@ int hos_launch(ini_sec_t *cfg)
exoFwNumber = 4;
case KB_FIRMWARE_VERSION_500:
if (!exoFwNumber)
exoFwNumber = 4;
exoFwNumber = 5;
case KB_FIRMWARE_VERSION_600:
default:
se_key_acc_ctrl(12, 0xFF);