mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-21 09:05:34 -07:00
usblgoff
DOS tool for disabling USB legacy emulation to allow for running keyboard controller probing tools.
Usage
Run USBLGOFF.EXE on a system with USB. The I/O traps set by onboard USB controllers and a handful of chipsets will be disabled, and the virtual keyboard controller created by the BIOS for USB input emulation should no longer interfere with KBC probing tools such as amikey until the system is rebooted.
Building
- Windows: Run
wmakefrom an OpenWatcom "Build Environment" command prompt. - Linux: Run
wmakewith OpenWatcom tools present in$PATH.