Here are the enablement patches for hotkey events on ideapads and these patches are made against current checkout of mainline kernel. After last time posting on LKML, there are several feedback and these patches are modified. >From Dmitry Torokhov, squash the select INPUT_SPARSEKMAP patch and hotkey enablement patch. >From Corentin Chary, add documentation about the usage of sysfs node >From Dave Hansen, change the platform node name from Ideapad to ideapad These patches are available in the git repository at: git://kernel.ubuntu.com/ikepanhc/ideapad-laptop.git ideapad-laptop Ike Panhc (6): ideapad: add platform driver for ideapad ideapad: let camera power control entry under platform driver ideapad: add hotkey support ideapad: add markups, unify comments and return result when init ideapad: pass ideapad_priv as argument (part 1) ideapad: pass ideapad_priv as argument (part 2) .../ABI/testing/sysfs-platform-ideapad-laptop | 6 + drivers/platform/x86/Kconfig | 1 + drivers/platform/x86/ideapad-laptop.c | 259 ++++++++++++++------ 3 files changed, 186 insertions(+), 80 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-platform-ideapad-laptop -- 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