Re: [PATCH v4 0/8] platform/x86: wmi: add WMI support to

2019-03-06 Thread Darren Hart
On Tue, Feb 19, 2019 at 08:59:48PM +0100, Mattias Jacobsson wrote: > The kernel provides the macro MODULE_DEVICE_TABLE() which can help > driver authors to generate the appropriate MODULE_ALIAS() output. The > WMI device type is currently not supported by MODULE_DEVICE_TABLE(). Thanks Mattias. I

[PATCH v4 0/8] platform/x86: wmi: add WMI support to

2019-02-19 Thread Mattias Jacobsson
The kernel provides the macro MODULE_DEVICE_TABLE() which can help driver authors to generate the appropriate MODULE_ALIAS() output. The WMI device type is currently not supported by MODULE_DEVICE_TABLE(). While using MODULE_DEVICE_TABLE() does increase the complexity as well as spreading out the