Update device_db with iPhone 15 models and the latest iPad models we missed.
diff --git a/src/ios-deploy/device_db.h b/src/ios-deploy/device_db.h
index c85897e..af8a75f 100644
--- a/src/ios-deploy/device_db.h
+++ b/src/ios-deploy/device_db.h
@@ -71,6 +71,8 @@
                           ADD_DEVICE("J182AP", "iPad 9 (Cellular)",          "iphoneos", "arm64e"),
                           ADD_DEVICE("J407AP", "iPad Air 5",                 "iphoneos", "arm64e"),
                           ADD_DEVICE("J408AP", "iPad Air 5 (Cellular)",      "iphoneos", "arm64e"),
+                          ADD_DEVICE("J271AP", "iPad 10",                    "iphoneos", "arm64e"),
+                          ADD_DEVICE("J272AP", "iPad 10 (Cellular)",         "iphoneos", "arm64e"),
 
                           // iPad Pro
 
@@ -178,6 +180,10 @@
                           ADD_DEVICE("D28AP",  "iPhone 14 Plus",             "iphoneos", "arm64e"),
                           ADD_DEVICE("D73AP",  "iPhone 14 Pro",              "iphoneos", "arm64e"),
                           ADD_DEVICE("D74AP",  "iPhone 14 Pro Max",          "iphoneos", "arm64e"),
+                          ADD_DEVICE("D37AP",  "iPhone 15",                  "iphoneos", "arm64e"),
+                          ADD_DEVICE("D38AP",  "iPhone 15 Plus",             "iphoneos", "arm64e"),
+                          ADD_DEVICE("D83AP",  "iPhone 15 Pro",              "iphoneos", "arm64e"),
+                          ADD_DEVICE("D84AP",  "iPhone 15 Pro Max",          "iphoneos", "arm64e"),
 
                           // Apple TV
 
@@ -192,3 +198,4 @@
                           ADD_DEVICE("N121sAP","Apple Watch Series 3 (GPS)", "watchos", "armv7k"),
                           ADD_DEVICE("N157bAP","Apple Watch Series 6",       "watchos", "arm64"),
                           };
+