DragonFlyBSD Kernel Audit
DF-2338 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
echo "=== DF-2338 hardware gate ==="
usbconfig list 2>&1 || echo "  usbconfig unavailable"
ls /dev/ugen* /dev/wsp* 2>&1 || echo "  no wsp/ugen device nodes"
echo "==> wsp driver needs an Apple USB trackpad (VID 0x05ac) plugged in (none attached)."
exit 0