Fixed NintendoSwitchProTest#testAllKeys CTS test failure.

Nintendo linux hid driver registers input device when CTS test creates
UHID device for testing, before the input device can receive any event
from UHID device, it sends calibration and player LED requests. If the
requests are not responded by UHID, driver will wait until timeout after
1 second. If CTS test starts injecting HID report to UHID device before
the timeout no input event will be reported by the driver.
Added missing unresponded HID output to CTS test registration file.

Bug: 179110430
Test: atest android.hardware.input.cts.tests.NintendoSwitchProTest#testAllKeys
Change-Id: I3f05b4a16a69335688a7bb396507f85febb45fb5
diff --git a/tests/tests/hardware/res/raw/nintendo_switchpro_register.json b/tests/tests/hardware/res/raw/nintendo_switchpro_register.json
index 4daedcd..94d822e 100644
--- a/tests/tests/hardware/res/raw/nintendo_switchpro_register.json
+++ b/tests/tests/hardware/res/raw/nintendo_switchpro_register.json
@@ -51,7 +51,25 @@
     },
     {
       "description": "Ack for 'set player led' (0x30)",
-      "output": [0x1, 0x4, 0x0, 0x1, 0x40, 0x40, 0x0, 0x1, 0x40, 0x40, 0x30, 0xf],
+      "output": [0x1, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x30, 0xf],
+      "response": [0x21, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb, 0x1,
+        0x30]
+    },
+    {
+      "description": "Ack for 'set player led' (0x30)",
+      "output": [0x1, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x30, 0x7],
+      "response": [0x21, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb, 0x1,
+        0x30]
+    },
+    {
+      "description": "Ack for 'set player led' (0x30)",
+      "output": [0x1, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x30, 0x3],
+      "response": [0x21, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb, 0x1,
+        0x30]
+    },
+    {
+      "description": "Ack for 'set player led' (0x30)",
+      "output": [0x1, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x30, 0x1],
       "response": [0x21, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb, 0x1,
         0x30]
     },
@@ -61,6 +79,18 @@
         0x11],
       "response": [0x21, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb,
         0x1, 0x38]
+    },
+    {
+      "description": "USB Handshake",
+      "output": [0x80, 0x2],
+      "response": [0x81, 0x2]
+    },
+    {
+      "description": "Ack for 'request calibration' (0x10)",
+      "output": [0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x3d, 0x60, 0, 0, 0x12],
+      "response": [0x21, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb,
+        0x1, 0x10, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb, 0xc, 0xd,
+        0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xa, 0xb, 0xc, 0xd]
     }
   ]
 }