diff --git a/README.md b/README.md index 98d6dd7..2ed2214 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Follow the steps, customize as needed, and enjoy your optimized system! 6. **Preview OpenCore EFI Results**: - Review the generated OpenCore EFI for your hardware. - - Make sure to read any green-highlighted lines (in parentheses). + - Make sure to read any cyan-highlighted lines (in parentheses). 7. **USB Mapping**: Use USBToolBox with the 'Use Native Class' option enabled to map USBs and add the resulting kext to `OC/Kexts`. diff --git a/Scripts/datasets/pci_data.py b/Scripts/datasets/pci_data.py index 654de33..5427aab 100755 --- a/Scripts/datasets/pci_data.py +++ b/Scripts/datasets/pci_data.py @@ -1136,4 +1136,5 @@ UnsupportedNVMeSSDIDs = { "1C5C-1627": "SK hynix PC601", "1C5C-1327": "SK hynix BC501", "8086-390B": "Intel 760p", + "2646-2263": "Kingston A2000" } \ No newline at end of file