From 7aa75594f3beb92248e21bd19c9f8a75746707e1 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Thu, 20 Jun 2013 18:13:20 +0200 Subject: Hardware: Added pointing device provider New provider: * LMI_PointingDeviceProvider It currently represents pointing devices on chassis, such as touch pad or track point. --- mof/60_LMI_Hardware.mof | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mof') 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 */ -- cgit