Skip to content

Commit

Permalink
tset
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <[email protected]>
  • Loading branch information
Yu-Jack committed Dec 17, 2024
1 parent 8967558 commit af8b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deviceplugins/usb_device_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func NewUSBDevicePlugin(usb v1beta1.USBDevice) (*USBDevicePlugin, error) {
socketPath: SocketPath(resourceID),
resourceName: usb.Status.ResourceName,
device: &PluginDevice{
ID: usb.Name,
ID: usb.Status.ResourceName,
DevicePath: usb.Status.DevicePath,
Bus: bus,
DeviceNumber: deviceNumber,
Expand Down

0 comments on commit af8b00a

Please sign in to comment.