Skip to content

Commit

Permalink
remove name from linux driver info
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored and edaniels committed Mar 31, 2023
1 parent 57c9ba0 commit dc8aeea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/driver/camera/camera_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func discover(discovered map[string]struct{}, pattern string) {
Label: label + LabelSeparator + reallink,
DeviceType: driver.Camera,
Priority: priority,
Name: label,
})
}
}
Expand Down

0 comments on commit dc8aeea

Please sign in to comment.