Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sapd/HeadsetControl
/ device
Class
device
src/device.c:74–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
};
73
74
bool device_check_ids(struct device* device, uint16_t vid, uint16_t pid)
75
{
76
return device->idVendor == vid && device->idProduct == pid;
77
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected