Test the ability to read the firmware version of the driver
#include <input/mtouch_driver.h>
int mtouch_test_read_firmware_version(void *dev, uint8_t **fwv)
This function reads the firmware version from the driver. The first byte in fwv represents the number of additional bytes in the buffer.
A test result type. The test result will be one of type Driver test result types.