diff options
author | Martin Szulecki | 2020-06-15 17:32:52 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 17:32:52 +0200 |
commit | c38cd19085e62306d677abe98ef35cec41a0bb58 (patch) | |
tree | 34a1f02dcf49fbfdd263f19a1544fd4da28ab19d /src | |
parent | 9032f0ac4d2789d9525a2a053c5b4a90f30fc70c (diff) | |
download | libirecovery-c38cd19085e62306d677abe98ef35cec41a0bb58.tar.gz libirecovery-c38cd19085e62306d677abe98ef35cec41a0bb58.tar.bz2 |
Add support for iPad4,3 (iPad Air China)
Diffstat (limited to 'src')
-rw-r--r-- | src/libirecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index d126709..50b3c85 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -182,6 +182,7 @@ static struct irecv_device irecv_devices[] = { { "iPad3,6", "p103ap", 0x04, 0x8955, "iPad 4 (Global)" }, { "iPad4,1", "j71ap", 0x10, 0x8960, "iPad Air (WiFi)" }, { "iPad4,2", "j72ap", 0x12, 0x8960, "iPad Air (Cellular)" }, + { "iPad4,3", "j73ap", 0x14, 0x8960, "iPad Air (China)" }, { "iPad4,4", "j85ap", 0x0a, 0x8960, "iPad Mini 2 (WiFi)" }, { "iPad4,5", "j86ap", 0x0c, 0x8960, "iPad Mini 2 (Cellular)" }, { "iPad4,6", "j87ap", 0x0e, 0x8960, "iPad Mini 2 (China)" }, |