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 ( import (
"errors" "errors"
"fmt" "fmt"
gadget "github.com/openstadia/go-usb-gadget"
"log" "log"
"os" "os"
"os/exec" "os/exec"
@ -12,6 +11,8 @@ import (
"strings" "strings"
"sync" "sync"
"time" "time"
gadget "github.com/openstadia/go-usb-gadget"
) )
const configFSPath = "/sys/kernel/config" const configFSPath = "/sys/kernel/config"