We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df7da88 + b5bb1a2 commit e21cac9Copy full SHA for e21cac9
collector/pkg/detect/detect.go
@@ -84,7 +84,6 @@ func (d *Detect) SmartCtlInfo(device *models.Device) error {
84
device.RotationSpeed = availableDeviceInfo.RotationRate
85
device.Capacity = availableDeviceInfo.Capacity()
86
device.FormFactor = availableDeviceInfo.FormFactor.Name
87
- device.DeviceType = availableDeviceInfo.Device.Type
88
device.DeviceProtocol = availableDeviceInfo.Device.Protocol
89
if len(availableDeviceInfo.Vendor) > 0 {
90
device.Manufacturer = availableDeviceInfo.Vendor
0 commit comments