This commit is contained in:
Kyle Lemons
2012-03-27 20:30:16 -07:00
parent 5fef64fd78
commit c8d19d2d0f
5 changed files with 48 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ func main() {
fmt.Printf(" %s:\n", cfg)
for _, alt := range cfg.Interfaces {
fmt.Printf(" --------------\n")
for _, iface := range alt {
for _, iface := range alt.Setups {
fmt.Printf(" %s\n", iface)
fmt.Printf(" %s\n", usbid.Classify(iface))
for _, end := range iface.Endpoints {