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",
|
.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",
|
||||||
|
|
Loading…
Reference in New Issue