| 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
|
|
|