servo_mfg: gensys hub 6414 fw for v4p1 mfg

BUG=b:186547883
TEST=servo_mfg v4p1 // success

Change-Id: I76973da1d9a1a411b628ce8a978c1ca21b1700eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/hdctools/+/2897133
Tested-by: Ruben Rodriguez Buchillon <coconutruben@chromium.org>
Reviewed-by: Brian Nemec <bnemec@chromium.org>
Commit-Queue: Ruben Rodriguez Buchillon <coconutruben@chromium.org>
diff --git a/servo/scripts/servo_mfg/binfiles/GL3590-OV7S1_Google_Servo_FW6414.bin b/servo/scripts/servo_mfg/binfiles/GL3590-OV7S1_Google_Servo_FW6414.bin
new file mode 100644
index 0000000..a04e620
--- /dev/null
+++ b/servo/scripts/servo_mfg/binfiles/GL3590-OV7S1_Google_Servo_FW6414.bin
Binary files differ
diff --git a/servo/scripts/servo_mfg/genesys_hub_programmer.py b/servo/scripts/servo_mfg/genesys_hub_programmer.py
index 878445b..734434c 100644
--- a/servo/scripts/servo_mfg/genesys_hub_programmer.py
+++ b/servo/scripts/servo_mfg/genesys_hub_programmer.py
@@ -27,7 +27,7 @@
   PROGRAMMER_BIN = 'hubFwUpdaterCLI'
 
   # This is the file to program.
-  FW_BIN = 'GL3590-OV7S1_Google_Servo_FW6411.bin'
+  FW_BIN = 'GL3590-OV7S1_Google_Servo_FW6414.bin'
 
   READ_CMD = [PROGRAMMER_BIN, 'version']
 
@@ -35,7 +35,7 @@
 
   VERSION_REGEX = re.compile(r'version:(\d+)$')
 
-  FW_VERSION = 6411
+  FW_VERSION = 6414
 
   def __init__(self, force):
     """Initialize the programmer.