Searched refs:hid_attributes (Results 1 – 1 of 1) sorted by relevance
3482 HIDD_ATTRIBUTES hid_attributes; in hid_open() local3535 hid_attributes.Size = sizeof(hid_attributes); in hid_open()3537 if (!HidD_GetAttributes(hid_handle, &hid_attributes)) { in hid_open()3542 priv->hid->vid = hid_attributes.VendorID; in hid_open()3543 priv->hid->pid = hid_attributes.ProductID; in hid_open()