Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3311)

Unified Diff: chrome/browser/chromeos/power/light_bar.cc

Issue 588293002: Update chrome os light bar location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: file_util include was already fixed Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/power/light_bar.cc
diff --git a/chrome/browser/chromeos/power/light_bar.cc b/chrome/browser/chromeos/power/light_bar.cc
index ad0d7a529bf9ab6080812787f6ecb7977dcfc929..92c2033994547c714642c362bbe41c8980ff0ef9 100644
--- a/chrome/browser/chromeos/power/light_bar.cc
+++ b/chrome/browser/chromeos/power/light_bar.cc
@@ -18,7 +18,8 @@ namespace chromeos {
namespace {
const int kDarkSuspendDelaySeconds = 4;
const char kLightBarControlPath[] =
- "/sys/devices/virtual/chromeos/cros_ec/lightbar/sequence";
+ "/sys/devices/platform/cros_ec_lpc.0/cros-ec-dev.0/chromeos/cros_ec/"
+ "lightbar/sequence";
const char kKonamiCommand[] = "KONAMI";
} // namespace
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698