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
1 file changed