diff options
| author | 2021-01-06 04:43:13 +0100 | |
|---|---|---|
| committer | 2021-01-06 04:43:13 +0100 | |
| commit | 8be75a63df45c923a17e10c1ada39f7031e8b02c (patch) | |
| tree | f11c8f061980f60ff0ddcb71a97f5fda8f6267eb /src | |
| parent | ea51265e251eacbff00b959d54bdad5f05ec9983 (diff) | |
| download | libirecovery-8be75a63df45c923a17e10c1ada39f7031e8b02c.tar.gz libirecovery-8be75a63df45c923a17e10c1ada39f7031e8b02c.tar.bz2 | |
Fix iBridge2,14 hardware model string
Diffstat (limited to 'src')
| -rw-r--r-- | src/libirecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { | |||
| 276 | { "iBridge2,8", "j140kap", 0x17, 0x8012, "Apple T2 MacBookAir8,1 (j140k)" }, | 276 | { "iBridge2,8", "j140kap", 0x17, 0x8012, "Apple T2 MacBookAir8,1 (j140k)" }, |
| 277 | { "iBridge2,10", "j213ap", 0x18, 0x8012, "Apple T2 MacBookPro15,4 (j213)" }, | 277 | { "iBridge2,10", "j213ap", 0x18, 0x8012, "Apple T2 MacBookPro15,4 (j213)" }, |
| 278 | { "iBridge2,12", "j140aap", 0x37, 0x8012, "Apple T2 MacBookAir8,2 (j140a)" }, | 278 | { "iBridge2,12", "j140aap", 0x37, 0x8012, "Apple T2 MacBookAir8,2 (j140a)" }, |
| 279 | { "iBridge2,14", "j152f", 0x3A, 0x8012, "Apple T2 MacBookPro16,1 (j152f)" }, | 279 | { "iBridge2,14", "j152fap", 0x3A, 0x8012, "Apple T2 MacBookPro16,1 (j152f)" }, |
| 280 | { NULL, NULL, -1, -1, NULL } | 280 | { NULL, NULL, -1, -1, NULL } |
| 281 | }; | 281 | }; |
| 282 | 282 | ||
