This commit is contained in:
Adrian 2025-01-24 19:19:37 -06:00
parent 789f2bef65
commit fd6e2fa7df
1 changed files with 2 additions and 1 deletions

3
usb.go
View File

@ -3,7 +3,6 @@ package kvm
import (
"errors"
"fmt"
gadget "github.com/openstadia/go-usb-gadget"
"log"
"os"
"os/exec"
@ -12,6 +11,8 @@ import (
"strings"
"sync"
"time"
gadget "github.com/openstadia/go-usb-gadget"
)
const configFSPath = "/sys/kernel/config"