raphael: Go back to non-eSE NFC support
Change-Id: I7a5803ee8355e383dc74db59d1509b87b8123bb3
This commit is contained in:
@@ -21,7 +21,7 @@ static const variant_info_t raphael_global_info = {
|
||||
.model = "Mi 9T Pro",
|
||||
.build_fingerprint = FINGERPRINT,
|
||||
|
||||
.nfc = NFC_TYPE_NFC_ESE,
|
||||
.nfc = true,
|
||||
};
|
||||
|
||||
static const variant_info_t raphaelin_info = {
|
||||
@@ -34,7 +34,7 @@ static const variant_info_t raphaelin_info = {
|
||||
.model = "Redmi K20 Pro",
|
||||
.build_fingerprint = FINGERPRINT,
|
||||
|
||||
.nfc = NFC_TYPE_NONE,
|
||||
.nfc = false,
|
||||
};
|
||||
|
||||
static const variant_info_t raphael_info = {
|
||||
@@ -47,7 +47,7 @@ static const variant_info_t raphael_info = {
|
||||
.model = "Redmi K20 Pro",
|
||||
.build_fingerprint = FINGERPRINT,
|
||||
|
||||
.nfc = NFC_TYPE_NFC_ESE,
|
||||
.nfc = true,
|
||||
};
|
||||
|
||||
static const std::vector<variant_info_t> variants = {
|
||||
|
||||
Reference in New Issue
Block a user