@brief Open a HID device by its path name.
The path name be determined by calling hid_enumerate(), or a platform-specific path name can be used (eg: /dev/hidraw0 on Linux).
@ingroup API @param path The path name of the device to open
@returns This function returns a pointer to a #hid_device object on success or NULL on failure.
See Implementation
@brief Open a HID device by its path name.
The path name be determined by calling hid_enumerate(), or a platform-specific path name can be used (eg: /dev/hidraw0 on Linux).
@ingroup API @param path The path name of the device to open
@returns This function returns a pointer to a #hid_device object on success or NULL on failure.