Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d6bd5ea authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Len Brown
Browse files

ACPI: ibm_acpi: Remove experimental status for brightness and volume.



The brightness and volume features from ibm-acpi are stable.
The experimental flag is no longer needed.

Signed-off-by: default avatarStefan Schmidt <stefan@datenfreihafen.org>
Acked-by: default avatarBorislav Deianov <borislav@users.sourceforge.net>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b4bd8c66
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1702,13 +1702,11 @@ static struct ibm_struct ibms[] = {
	 .name = "brightness",
	 .read = brightness_read,
	 .write = brightness_write,
	 .experimental = 1,
	 },
	{
	 .name = "volume",
	 .read = volume_read,
	 .write = volume_write,
	 .experimental = 1,
	 },
	{
	 .name = "fan",