Home
last modified time | relevance | path

Searched refs:hidcc_debug (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/hid/
H A Dhidcc.c36 #define DPRINTF(x...) do { if (hidcc_debug) printf(x); } while (0)
39 int hidcc_debug = 1; variable
1187 if (hidcc_debug == 0) in hidcc_dump()