Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ list_devices
Function
list_devices
backend/usb-libusb.c:154–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
*/
153
154
void
155
list_devices(void)
156
{
157
load_quirks();
158
159
fputs(
"DEBUG: list_devices\n"
, stderr);
160
find_device(list_cb, NULL);
161
}
162
163
164
/*
Callers
nothing calls this directly
Calls
2
load_quirks
Function · 0.85
find_device
Function · 0.85
Tested by
no test coverage detected