diff mbox

[nexus7] UBUNTU: SAUCE: Allow grouper backlight to be turned off

Message ID 1371612319-3762-1-git-send-email-seth.forshee@canonical.com
State New
Headers show

Commit Message

Seth Forshee June 19, 2013, 3:25 a.m. UTC
This reverts commit a11146ee05877e2ad0dff9144c680fa0dec1c79d. With this
commit in place we have no way to turn off the backlight, and we want to
do this when the screen is off but the device is not suspended. Restore
the original behavior.

BugLink: http://bugs.launchpad.net/bugs/1187867
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
---
 arch/arm/mach-tegra/board-grouper-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Gardner June 19, 2013, 12:31 p.m. UTC | #1

diff mbox

Patch

diff --git a/arch/arm/mach-tegra/board-grouper-panel.c b/arch/arm/mach-tegra/board-grouper-panel.c
index aa1d040..c4e4489 100755
--- a/arch/arm/mach-tegra/board-grouper-panel.c
+++ b/arch/arm/mach-tegra/board-grouper-panel.c
@@ -66,7 +66,7 @@  static struct regulator *grouper_lvds_reg;
 static struct regulator *grouper_lvds_vdd_panel;
 
 static tegra_dc_bl_output grouper_bl_output_measured = {
-	13, 13, 13, 13, 13, 13, 13, 13,
+	0, 13, 13, 13, 13, 13, 13, 13,
 	13, 13, 13, 13, 13, 13, 14, 15,
 	16, 17, 18, 19, 20, 21, 22, 23,
 	24, 25, 26, 27, 28, 29, 30, 31,