Update baked-in USB IDs

This commit is contained in:
Kyle Lemons
2016-04-03 20:01:12 -07:00
parent 9397824026
commit ec7ebf8e87
3 changed files with 3479 additions and 409 deletions

View File

@@ -18,6 +18,7 @@ import (
"log"
"net/http"
"strings"
"time"
"github.com/kylelemons/gousb/usb"
)
@@ -55,6 +56,7 @@ func LoadFromURL(url string) error {
Vendors = ids
Classes = cls
LastUpdate = time.Now()
return nil
}