diff options
| -rw-r--r-- | src/libirecovery.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/src/libirecovery.c b/src/libirecovery.c index cd247ad..be3ee35 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -155,6 +155,7 @@ static struct irecv_device irecv_devices[] = {  	{"iPod4,1",    "n81ap", 0x08, 0x8930 },  	{"iPod5,1",    "n78ap", 0x00, 0x8942 },  	{"iPod7,1",   "n102ap", 0x10, 0x7000 }, +	{"iPod9,1",   "n112ap", 0x16, 0x8010 },  	{"iPad1,1",    "k48ap", 0x02, 0x8930 },  	{"iPad2,1",    "k93ap", 0x04, 0x8940 },  	{"iPad2,2",    "k94ap", 0x06, 0x8940 }, @@ -203,6 +204,10 @@ static struct irecv_device irecv_devices[] = {  	{"iPad8,6",  "j320xap", 0x18, 0x8027 },  	{"iPad8,7",   "j321ap", 0x0A, 0x8027 },  	{"iPad8,8",  "j321xap", 0x1A, 0x8027 }, +	{"iPad11,1",  "j210ap", 0x14, 0x8020 }, +	{"iPad11,2",  "j211ap", 0x16, 0x8020 }, +	{"iPad11,3",  "j217ap", 0x1C, 0x8020 }, +	{"iPad11,4",  "j218ap", 0x1E, 0x8020 },  	{"AppleTV2,1", "k66ap", 0x10, 0x8930 },  	{"AppleTV3,1", "j33ap", 0x08, 0x8942 },  	{"AppleTV3,2","j33iap", 0x00, 0x8947 }, | 
