From 49714fb3f27570bef92bab07d05ff26a5f005973 Mon Sep 17 00:00:00 2001
From: Cyrus <24922493+cyrus-dev@users.noreply.github.com>
Date: Wed, 4 Nov 2020 07:44:07 -0500
Subject: [PATCH] Updated the Component Class Registry to rev. 4

---
 HIRS_Utils/src/main/resources/component-class.json | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/HIRS_Utils/src/main/resources/component-class.json b/HIRS_Utils/src/main/resources/component-class.json
index 96608b1a..e0761ef7 100644
--- a/HIRS_Utils/src/main/resources/component-class.json
+++ b/HIRS_Utils/src/main/resources/component-class.json
@@ -219,7 +219,7 @@
         "0x00000006": "Touch Pad",
         "0x00000007": "Touch Screen",
         "0x00000008": "Camera",
-        "0x00000009": "Fingerpoint Reader",
+        "0x00000009": "Fingerprint Reader",
         "0x0000000A": "Keyboard",
         "0x0000000B": "Smartcard Reader",
         "0x0000000C": "Biometric Reader",
@@ -322,6 +322,16 @@
         "0x0000000A": "Ribbon Cable",
         "0x0000000B": "PCI Express Cable"
       }
+    },
+    "Firmware": {
+      "ID": "0x00130000",
+      "Types": {
+        "0x00000002": "UEFI",
+        "0x00000003": "System BIOS",
+        "0x00000004": "Drive BIOS",
+        "0x00000005": "Bootloader",
+        "0x00000006": "System Management Module"
+      }
     }
   }
 }
\ No newline at end of file