smbios_data.py: Add Mac Studio Model IDs

Ref: https://twitter.com/khronokernel/status/1501315940260016133?s=21
This commit is contained in:
Mykola Grymalyuk
2022-03-08 15:55:31 -07:00
parent 1393db72dd
commit c573a8a335
2 changed files with 31 additions and 0 deletions

View File

@@ -21,3 +21,4 @@ class cpu_data(enum.IntEnum):
apple_m1 = 114 # A14
apple_m1_pro = 115
apple_m1_max = 116
apple_m1_ultra = 117