[PATCH 14/16] platform/x86: wmi: Require query for data blocks, rename writable to setable

2017-05-26 Thread Darren Hart
From: "Darren Hart (VMware)" The Microsoft WMI documentation requires all data blocks to implement the Query Control Method (WQxx). If we encounter a data block not implementing this control method, issue a warning, and ignore the data block. Remove the "readable" attribute

[PATCH 14/16] platform/x86: wmi: Require query for data blocks, rename writable to setable

2017-05-26 Thread Darren Hart
From: "Darren Hart (VMware)" The Microsoft WMI documentation requires all data blocks to implement the Query Control Method (WQxx). If we encounter a data block not implementing this control method, issue a warning, and ignore the data block. Remove the "readable" attribute as all data blocks