- introduce can_cpufreq to control the cpu frequency

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-08-30 22:46:26 +02:00
committed by Thilo Graf
parent 65aee42473
commit ecb34f1cd1
9 changed files with 20 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_can_set_brightness = 0;
caps.display_can_deepstandby = 0;
caps.display_has_statusline = 0;
caps.can_cpufreq = 1;
if (fd != -1) {
len = read(fd, buf, sizeof(buf) - 1);
close(fd);