Searched refs:hid_attributes (Results 1 – 1 of 1) sorted by relevance
3648 HIDD_ATTRIBUTES hid_attributes; in hid_open() local3700 hid_attributes.Size = sizeof(hid_attributes); in hid_open()3702 if (!HidD_GetAttributes(hid_handle, &hid_attributes)) { in hid_open()3707 priv->hid->vid = hid_attributes.VendorID; in hid_open()3708 priv->hid->pid = hid_attributes.ProductID; in hid_open()