This series adds support for MSI Wind U90/U100 laptops to msi-laptop platform driver and adds new driver msi-wind-wmi that provides basic support for WMI found in MSI Wind laptops. Tested on MSI Wind U100Plus laptop. ---------------------------------------------------------------- Maxim Mikityanskiy (6): msi-laptop: Use proper return codes instead of -1 msi-laptop: Work around gcc warning msi-laptop: Code cleanups msi-laptop: Add MSI Wind U90/U100 support msi-laptop: Add missing ABI documentation Add MSI Wind WMI support Documentation/ABI/testing/sysfs-platform-msi-laptop | 83 +++++++++++++++++++++++++ drivers/platform/x86/Kconfig | 13 ++++ drivers/platform/x86/Makefile | 1 + drivers/platform/x86/msi-laptop.c | 276 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------- drivers/platform/x86/msi-wind-wmi.c | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 466 insertions(+), 76 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-platform-msi-laptop create mode 100644 drivers/platform/x86/msi-wind-wmi.c -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html