diff options
author | Mark Pearson <mpearson-lenovo@squebb.ca> | 2023-06-01 16:05:51 -0400 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-06-08 11:00:17 +0200 |
commit | 3206001f704ab4dc7dc0ff69209f770680bcf5bf (patch) | |
tree | ea9bb3d5c4388248f003260f9e9b10dbab6610ee /Documentation/ABI/testing | |
parent | 4cebb42412248d28df6de01420cfac5654428d41 (diff) | |
download | lwn-3206001f704ab4dc7dc0ff69209f770680bcf5bf.tar.gz lwn-3206001f704ab4dc7dc0ff69209f770680bcf5bf.zip |
platform/x86: think-lmi: Correct NVME index default
The NVME/HDD index used by WMI starts at 1 so corrected the default
appropriately.
Note, zero index is still permitted in case it is required on future
platforms.
Documentation updated correspondingly
Signed-off-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230601200552.4396-7-mpearson-lenovo@squebb.ca
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-firmware-attributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-firmware-attributes b/Documentation/ABI/testing/sysfs-class-firmware-attributes index 4cdba3477176..1b3ecae80b3d 100644 --- a/Documentation/ABI/testing/sysfs-class-firmware-attributes +++ b/Documentation/ABI/testing/sysfs-class-firmware-attributes @@ -243,8 +243,8 @@ Description: index: Used with HDD and NVME authentication to set the drive index - that is being referenced (e.g hdd0, hdd1 etc) - This attribute defaults to device 0. + that is being referenced (e.g hdd1, hdd2 etc) + This attribute defaults to device 1. certificate, signature, save_signature: These attributes are used for certificate based authentication. This is |