Plippo / asus-wmi-screenpad

Variation of the asus-wmi kernel module with screenpad brightness support
Other
159 stars 20 forks source link

Fix typo in `mfd_aaeon` blacklist section #55

Closed lamualfa closed 1 year ago

lamualfa commented 1 year ago

Fix blacklist typo in README.md

The README.md file had a typo in the command to blacklist the mfd_aaeon kernel module. This typo has been fixed in this commit. The correct command is now echo "blacklist mfd_aaeon" | sudo tee /etc/modprobe.d/aaeon-blacklist.conf. This ensures that the module is properly blacklisted. Additionally, the update-initramfs command has been run to update the initramfs for all kernel versions.

Generated using OpenSauced.

@Plippo

Plippo commented 1 year ago

Thank you for the fix!