diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2014-06-14 17:47:37 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2014-06-18 18:06:17 +0000 |
| commit | 81db2f5eb040f286f9184e2da9094b151be3c7c0 (patch) | |
| tree | aa548ef1e11764433bceca50d59b58499d94fda4 /firmware/export | |
| parent | 7107f0ac86370d3279892785af345597e89fe585 (diff) | |
| download | rockbox-81db2f5eb040f286f9184e2da9094b151be3c7c0.zip rockbox-81db2f5eb040f286f9184e2da9094b151be3c7c0.tar.gz rockbox-81db2f5eb040f286f9184e2da9094b151be3c7c0.tar.bz2 rockbox-81db2f5eb040f286f9184e2da9094b151be3c7c0.tar.xz | |
YH92x: Use the led near the lcd as the ATA led, instead of shine all the time.
Change-Id: I139d0a8dc00e4d5fd964c3667e598aec923cc1cd
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/samsungyh920.h | 3 | ||||
| -rw-r--r-- | firmware/export/config/samsungyh925.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index 4837942..8717cb7 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -115,6 +115,9 @@ /* We're able to shut off power to the HDD */ /* todo #define HAVE_ATA_POWER_OFF */ +/* Software controlled LED */ +#define CONFIG_LED LED_REAL + /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h index ad04f6c..098bfc8 100644 --- a/firmware/export/config/samsungyh925.h +++ b/firmware/export/config/samsungyh925.h @@ -112,6 +112,9 @@ /* We're able to shut off power to the HDD */ /* todo #define HAVE_ATA_POWER_OFF */ +/* Software controlled LED */ +#define CONFIG_LED LED_REAL + /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF |