summaryrefslogtreecommitdiff
path: root/firmware/export/config/hibylinux.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-10 18:10:00 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-03-10 18:29:29 -0500
commit555299af9f0ee71c1ad86a6c6846748861be458b (patch)
tree2237e2991231cf529420f52c10a91912ed94bf06 /firmware/export/config/hibylinux.h
parentb3b8310e4e07902a8280a120948f0c32c85e67de (diff)
downloadrockbox-555299af9f0ee71c1ad86a6c6846748861be458b.tar.gz
rockbox-555299af9f0ee71c1ad86a6c6846748861be458b.zip
hosted: Consolidate the code that polls the battery charging status
affects all hiby targets, fiiom3k, and ibasso dx50/dx90 As well as deduplicating a small pile of code, this also implements hysteresis so we're not doing a sysfs read/lookup multiple times back-to-back every time the power management tick fires. Change-Id: I2f7672acbb36341becf67e07960c24c681270d09
Diffstat (limited to 'firmware/export/config/hibylinux.h')
-rw-r--r--firmware/export/config/hibylinux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/hibylinux.h b/firmware/export/config/hibylinux.h
index e73faa7608..f1e52917ba 100644
--- a/firmware/export/config/hibylinux.h
+++ b/firmware/export/config/hibylinux.h
@@ -84,3 +84,7 @@
84#define MULTIDRIVE_DIR "/mnt/usb" 84#define MULTIDRIVE_DIR "/mnt/usb"
85#define MULTIDRIVE_DEV "/sys/block/sda" 85#define MULTIDRIVE_DEV "/sys/block/sda"
86#define ROOTDRIVE_DEV "/sys/block/mmcblk0" 86#define ROOTDRIVE_DEV "/sys/block/mmcblk0"
87
88/* More common stuff */
89#define BATTERY_DEV_NAME "battery"
90#define POWER_DEV_NAME "usb"