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: Stefan Schmidt <stefan@datenfreihafen.org> Acked-by: Borislav Deianov <borislav@users.sourceforge.net> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
b4bd8c6643
commit
4d6bd5ea4e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue