rockbox/firmware/target
Solomon Peachy 08a6f804ce ibasso: Use correct API to query power input and charging state
Instead of using the generic hosted sysfs code, which expects
a full path, the ibasso code's sysfs code uses an enumeration.
Unfortunatley the generic power input/charging code used the former
API but linked with the latter.  oops.

Correct this by placing a private copy of these functions in
the ibasso-specific port, and removing the generic version from
that build.

(A "proper" fix would be to rework all 17 of the ibasso sysfs calls
 to use the generic sysfs API)

Change-Id: Ic13adc9782d85560f0c74d77f60a629619d38668
2025-05-22 07:15:15 -04:00
..
arm pp5002: Fix warning in the USB detection code 2025-04-30 07:22:38 -04:00
coldfire Remove BATTERY_TYPES 2025-03-11 02:26:38 -04:00
hosted ibasso: Use correct API to query power input and charging state 2025-05-22 07:15:15 -04:00
mips misc: Properly annotate some intentional case fallthroughs 2025-04-22 20:54:37 -04:00