From 8be75a63df45c923a17e10c1ada39f7031e8b02c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 6 Jan 2021 04:43:13 +0100 Subject: Fix iBridge2,14 hardware model string --- src/libirecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libirecovery.c b/src/libirecovery.c index 9c1a04a..180b864 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -276,7 +276,7 @@ static struct irecv_device irecv_devices[] = { { "iBridge2,8", "j140kap", 0x17, 0x8012, "Apple T2 MacBookAir8,1 (j140k)" }, { "iBridge2,10", "j213ap", 0x18, 0x8012, "Apple T2 MacBookPro15,4 (j213)" }, { "iBridge2,12", "j140aap", 0x37, 0x8012, "Apple T2 MacBookAir8,2 (j140a)" }, - { "iBridge2,14", "j152f", 0x3A, 0x8012, "Apple T2 MacBookPro16,1 (j152f)" }, + { "iBridge2,14", "j152fap", 0x3A, 0x8012, "Apple T2 MacBookPro16,1 (j152f)" }, { NULL, NULL, -1, -1, NULL } }; -- cgit v1.1-32-gdbae