1 2 3 4 5
#!/bin/sh # DF-1038 build — no source to compile (no USB HW to trigger); doc-only PoC echo "DF-1038: documentation-only PoC (no USB WSP HW on this guest)" echo "Bug is code-confirmed in sys/bus/u4b/input/wsp.c; no compilation needed." exit 0