hidd_device_ident_t

HID device identification

Synopsis:

#include <sys/hiddi.h>

typedef struct hidd_device_ident {
	_Uint32t vendor_id;
	_Uint32t product_id;
	_Uint32t version;
} hidd_device_ident_t;

Description:

If there is a specific vendor/device your driver want to support, then fill in the appropriate fields with the values the device should report. To match all instances of a given member, use HIDD_CONNECT_WILDCARD.

The members include:

vendor_id
The ID of the device vendor.
product_id

The ID of the device.

version
The version of the device.
Page updated: