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

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
...@@ -1702,13 +1702,11 @@ static struct ibm_struct ibms[] = { ...@@ -1702,13 +1702,11 @@ static struct ibm_struct ibms[] = {
.name = "brightness", .name = "brightness",
.read = brightness_read, .read = brightness_read,
.write = brightness_write, .write = brightness_write,
.experimental = 1,
}, },
{ {
.name = "volume", .name = "volume",
.read = volume_read, .read = volume_read,
.write = volume_write, .write = volume_write,
.experimental = 1,
}, },
{ {
.name = "fan", .name = "fan",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment