remove name from linux driver info

This commit is contained in:
martha-johnston
2023-03-31 15:46:37 -04:00
committed by Eric Daniels
parent 57c9ba0fc5
commit dc8aeea11f

View File

@@ -116,7 +116,6 @@ func discover(discovered map[string]struct{}, pattern string) {
Label: label + LabelSeparator + reallink,
DeviceType: driver.Camera,
Priority: priority,
Name: label,
})
}
}