mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-24 02:18:22 -07:00
usblgoff: Add tool for disabling USB legacy emulation
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -42,6 +42,10 @@ jobs:
|
||||
wmake
|
||||
make -f Makefile.uefi ARCH=x86_64
|
||||
python3 pciids.py
|
||||
- name: Build `usblgoff`
|
||||
run: |
|
||||
cd ${{ github.workspace }}/usblgoff
|
||||
wmake
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: probing-tools-${{ github.sha }}
|
||||
@@ -52,6 +56,7 @@ jobs:
|
||||
ac97/*.md
|
||||
acpi/*.md
|
||||
pcireg/*.md
|
||||
usblgoff/*.md
|
||||
|
||||
newbasic:
|
||||
name: NewBasic
|
||||
|
||||
Reference in New Issue
Block a user