From cda6f18f9fab26127cc636a62b4f15ac76c13c15 Mon Sep 17 00:00:00 2001 From: Uwe Seimet <48174652+uweseimet@users.noreply.github.com> Date: Thu, 10 Feb 2022 18:20:52 +0100 Subject: [PATCH] Updated Rules for adding new device types (markdown) --- Rules-for-adding-new-device-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules-for-adding-new-device-types.md b/Rules-for-adding-new-device-types.md index ad6bed0..e0824d7 100644 --- a/Rules-for-adding-new-device-types.md +++ b/Rules-for-adding-new-device-types.md @@ -9,4 +9,4 @@ Steps for adding a new device type: 5. Verify that _rasctl -s_ reports the correct device type properties. 6. Update the manpages. -Devices should only inherit from the Disk class if they make use of image files. Only devices backed by image files can be disks. Otherwise the Device class should be the superclass. \ No newline at end of file +Devices should inherit from the PrimaryDevice or ModeSenseDevice classes. Only devices backed by image files should inherit from the Disk class. \ No newline at end of file