-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c77c2c3
commit f5ff9f8
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8392,6 +8392,7 @@ function get_description_from_manufacturer_code($manufacturer_code = '') | |
case 'HRMG': $description = 'MacBook (Retina, 12-inch, Early 2016)'; break; | ||
case 'HTD6': $description = 'MacBook Pro (15-inch, 2017)'; break; | ||
case 'HTD9': $description = 'MacBook Pro (15-inch, 2017)'; break; | ||
case 'HTD9': $description = 'MacBook Pro (15-inch, 2017)'; break; | ||
case 'HTDF': $description = 'MacBook Pro (15-inch, 2017)'; break; | ||
case 'HV29': $description = 'MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)'; break; | ||
case 'HV2D': $description = 'MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)'; break; | ||
|
@@ -8407,6 +8408,7 @@ function get_description_from_manufacturer_code($manufacturer_code = '') | |
case 'HV5K': $description = 'MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)'; break; | ||
case 'HX8F': $description = 'iMac Pro (2017)'; break; | ||
case 'J1GG': $description = 'iMac (Retina 5K, 27-inch, 2017)'; break; | ||
case 'J1GH': $description = 'iMac (Retina 5K, 27-inch, 2017)'; break; | ||
case 'J1GN': $description = 'iMac (Retina 5K, 27-inch, 2017)'; break; | ||
case 'J1GP': $description = 'iMac (Retina 5K, 27-inch, 2017)'; break; | ||
case 'J1GQ': $description = 'iMac (Retina 5K, 27-inch, 2017)'; break; | ||
|
@@ -8417,7 +8419,13 @@ function get_description_from_manufacturer_code($manufacturer_code = '') | |
case 'JGH7': $description = 'MacBook Pro (15-inch, 2018)'; break; | ||
case 'JGH8': $description = 'MacBook Pro (15-inch, 2018)'; break; | ||
case 'JHCD': $description = 'MacBook Pro (13-inch, 2018, Four Thunderbolt 3 Ports)'; break; | ||
case 'JHCD': $description = 'MacBook Pro (13-inch, 2018, Four Thunderbolt 3 Ports)'; break; | ||
case 'JHD4': $description = 'MacBook Pro (13-inch, 2018, Four Thunderbolt 3 Ports)'; break; | ||
case 'JHD4': $description = 'MacBook Pro (13-inch, 2018, Four Thunderbolt 3 Ports)'; break; | ||
case 'JV3Y': $description = 'iMac (Retina 5K, 27-inch, 2019)'; break; | ||
case 'L415': $description = 'MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports)'; break; | ||
case 'M0XV': $description = 'iMac Pro (2017)'; break; | ||
|
||
default: $description = 'Unknown model, please send ' . $manufacturer_code . ' to [email protected] for inclusion and/or add to your Rules.'; break; | ||
} | ||
return $description; | ||
|