José Ángel Pastrana

Results 18 comments of José Ángel Pastrana

Change the constants for the webcam to: ``` #define MSI_EC_WEBCAM_ON 0x9 #define MSI_EC_WEBCAM_OFF 0x4b ``` Compile it and try it: ``` echo on > /sys/devices/platform/msi-ec/webcam echo off > /sys/devices/platform/msi-ec/webcam ```...

The module seems the previous one. Uninstall it and clear the staging folder before repeating the steps.

In both cases, the address is correct, but the value is slightly different. It seems that the same address is shared and only a bit of the value is needed....

In order to add new fonts, binding folders between host and container no longer works (and maybe it has never worked properly by using huge collections). After reading the docs...

Sorry for the late answer. - batteryChargeAddress / batteryChargingStatusAddress (and batteryNotCharging, batteryCharging and so) Not mapped. Looks interesting, so I might consider to map them - batteryThresholdAddress Operate::detectBatteryThresholdAddress() evals two...

@ThePBone Interesting fork! It's pretty complete. I see that some basic constants are placed at different memory addresses for the modern series. I would like a pull request with the...

## Summary I will answer you in three parts: - Battery threshold - Keyboard backlight - Unknown values in your dump ## Battery threshold Your laptop seems to match with...

A (much) ugly workaround would be instancing Redisson bean manually and test whether the password is null/empty or set. My snippet here: ``` import static com.google.common.base.Strings.isNullOrEmpty; import java.util.Optional; import org.redisson.Redisson;...