model: fix SC2102 on iPad

This commit is contained in:
Andrew Titmuss 2017-10-18 16:17:52 +11:00
parent 87140464fc
commit 402ac0bc00
No known key found for this signature in database
GPG key ID: 8AF42975C787E0B2

View file

@ -282,7 +282,7 @@ get_model() {
"iPad2,"[1-4]) model="iPad 2" ;;
"iPad3,"[1-3]) model="iPad 3" ;;
"iPad3,"[4-6]) model="iPad 4" ;;
"iPad6,"[11-12]) model="iPad 5" ;;
"iPad6,11" | "iPad 6,12") model="iPad 5" ;;
"iPad4,"[1-3]) model="iPad Air" ;;
"iPad5,"[3-4]) model="iPad Air 2" ;;
"iPad6,"[7-8]) model="iPad Pro (12.9 Inch)" ;;