fwupd/plugins/scsi/README.md
Richard Hughes a3efbe51f6 scsi: Add a simple plugin to enumerate SCSI hardware
We might want this to tag insecure or broken SAS drives, cough.
2022-02-24 17:21:51 +00:00

23 lines
463 B
Markdown

# SCSI
## Introduction
This plugin adds support for SCSI storage hardware. Devices are only enumerated
and are not updatable.
## GUID Generation
These device use the SCSI DeviceInstanceId values, e.g.
* `SCSI\VEN_HP&DEV_EG0900JETKB&REV_HPD4`
* `SCSI\VEN_HP&DEV_EG0900JETKB`
* `SCSI\VEN_HP`
## Vendor ID Security
The vendor ID is set from the vendor, for example set to `SCSI:HP`
## External Interface Access
This plugin requires only reading from sysfs.