summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-06-20 18:13:20 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-06-20 18:13:20 +0200
commit7aa75594f3beb92248e21bd19c9f8a75746707e1 (patch)
treeb8f1e05b707d7672fc952321a2a5c2ec2dfd5fd3 /mof
parent7057f8c9ed6f51044a853710defde4ef14f2a340 (diff)
downloadopenlmi-providers-7aa75594f3beb92248e21bd19c9f8a75746707e1.tar.gz
openlmi-providers-7aa75594f3beb92248e21bd19c9f8a75746707e1.tar.xz
openlmi-providers-7aa75594f3beb92248e21bd19c9f8a75746707e1.zip
Hardware: Added pointing device provider
New provider: * LMI_PointingDeviceProvider It currently represents pointing devices on chassis, such as touch pad or track point.
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof5
1 files changed, 5 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index f4bc764..e22da2c 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -310,6 +310,11 @@ class LMI_SystemSlotContainer: CIM_Container
LMI_SystemSlot REF PartComponent;
};
+[ Provider("cmpi:cmpiLMI_PointingDevice") ]
+class LMI_PointingDevice: CIM_PointingDevice
+{
+};
+
/******************************************************************************
* PCI Devices
*/