Skip to content

Commit

Permalink
ACPI: ibm_acpi: Remove experimental status for brightness and volume.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Schmidt authored and Len Brown committed Oct 14, 2006
1 parent b4bd8c6 commit 4d6bd5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/acpi/ibm_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d6bd5e

Please sign in to comment.