<div dir="ltr"><div>Hi all, I'm the same person that last time have wrote with the name Okusho, with this <a href="https://drive.google.com/drive/folders/0B_uxdqSfzNGwTjF2M2w2VDBzb0k?usp=sharing">https://drive.google.com/drive/folders/0B_uxdqSfzNGwTjF2M2w2VDBzb0k?usp=sharing</a> set of patches from Shobhit Kumar, and a fix from Viric, that I have ported on kernel 4.8, we can enable pwm-lpss backlight control on our device! (see the huge but below). with the backlight control the battery life of our device is highly enhanced, I don't see drawbacks on my system.</div><div>BUT for make this set of patches work, I had to modify my DSDT table, to enable pwm-lpss probe. In my system the probe is blocked from a DSDT variable, OSSL. So since DSDT table edit is not a portable solution we have to understand how to initialize correctly the OSSL variable.</div><div>what I know on this variable is that is initialized at boot time, end. I know only this, in interent I haven't found any information, there are only people that have removed completely the OSSL variable from their DSDT table, but this is not a solution for me.</div><div>I have some hypothesis on this variable, in the bios, in the option secure boot i've read something like "... in this system openssl is used for enable secure boot..." so  i think that OSSL=OpenSSL, and I think that at boot time either if the secure boot option is active or not, the system checks if in the efi partition is present the secure boot key (I have formatted my efi partition, so I don't have the secure boot key) if is present, the OSSL variable is initialized. This system is understandable, if the system don't have the secure boot key, some hardware components are disabled (in fact the OSSL variable don't enable only the pwm-lpss). I think that there are two posible condition to enable the OSSL variable:</div><div>1)in the system there is the original efi partition, not formatated, that have the secure boot key</div><div>2) if you enable the secure boot option in the bios, you are anyway able to boot in Ubuntu.</div><div>I think that condition two is the right one, but I don't know if condition 2 is equivalent to 1, maybe someone of you can test this patches and see if they enable the backlight control, without DSDT modification, and report its efi secure boot situation, and if condition 2 is verified.</div><div>to test it, you can use the patchs above, or maybe my kernel at <a href="https://drive.google.com/drive/folders/0B_uxdqSfzNGwOG1UUEh2ckM4LVU?usp=sharing">https://drive.google.com/drive/folders/0B_uxdqSfzNGwOG1UUEh2ckM4LVU?usp=sharing</a> (this kernel contains the sound patches too, i've read that Paul Mansfield have lost his speakers (I'm sorry) so BE CAREFUL), let's try to understand how OSSL works!</div></div>