Matthew, This is partially a resend of the previous patch-set (first 7 patches) plus additional changes to queue up for 3.15. The largest change is support for ALS on recent Vaios. The work is a respin of what Javier Achirica and Marco Chiappero had done almost 3 years ago but ported to IIO (Javier did that). The downside is that when ALS control is enabled, changes to the backlight via _BCM become notifications to SNC that should instead act. Unfortunately there is no obvious way to get the brightness level that was requested. To workaround that I have added a notification callback to the backlight driver. It seems a generally useful mechanism and is definitely useful in this case. The ALS patch has still some rough edges but it has been used by many people for years now. Javier Achirica (9): sony-laptop: add support as Fn+1 as a hot key sony-laptop: Add support for lid resume settings on Vaio Pro sony-laptop: add panel_id function sony-laptop: add usb charge function sony-laptop: add fan speed regulation function sony-laptop: add hibernate on low battery function sony-laptop: adjust keyboard backlight values for off/auto/on sony-laptop: add smart connect control function sony-laptop: als support Mattia Dongili (2): backlight: introduce inter-driver notification of changes sony-laptop: remove useless sony-laptop versioning Documentation/laptops/sony-laptop.txt | 31 + drivers/platform/x86/Kconfig | 1 + drivers/platform/x86/sony-laptop.c | 1668 +++++++++++++++++++++++++++++++-- drivers/video/backlight/backlight.c | 10 + include/linux/backlight.h | 3 + 5 files changed, 1631 insertions(+), 82 deletions(-) -- 1.9.0 -- 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