Change driver registration requirement to have an Info

* Move label to Info
* Replace label requirement to be an info
* Replace Label driver method to be an Info method
This commit is contained in:
Lukas Herman
2020-02-13 20:41:29 -08:00
parent 9d598e21cb
commit 46c55deeb4
8 changed files with 24 additions and 14 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ func init() {
&screen{
num: i,
},
deviceID(i),
driver.Info{
Label: deviceID(i),
},
)
}
}