From 32128faa154c28437f80655195c200ac611d7450 Mon Sep 17 00:00:00 2001 From: Lunjie Li Date: Sat, 3 Sep 2022 02:19:34 -0400 Subject: [PATCH] Support for all A10 variants --- Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c index 19a930d..26d563c 100644 --- a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c +++ b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c @@ -64,7 +64,7 @@ int IOGPU_get_command_queue_extra_refills_needed(void) || strstr(u.machine, "iPhone13,") || strstr(u.machine, "iPhone14,") || strstr(u.machine, "iPad13,") - || strstr(u.machine, "iPad7,3") + || strstr(u.machine, "iPad7,") ) { return 1;