Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/sys/class/power_supply/<power_supply>/scope is no uint64 #145

Closed
shaardie opened this issue Mar 22, 2019 · 1 comment
Closed

/sys/class/power_supply/<power_supply>/scope is no uint64 #145

shaardie opened this issue Mar 22, 2019 · 1 comment

Comments

@shaardie
Copy link
Contributor

The file is currently parsed as uint64, but is actually a string.

shaardie pushed a commit to shaardie/procfs that referenced this issue Mar 22, 2019
/sys/class/power_supply/<power_supply>/scope is currently parsed as
uint64, but is is actually a string.

Signed-off-by: Sven Haardiek <sven.haardiek@iotec-gmbh.de>
shaardie pushed a commit to shaardie/procfs that referenced this issue Mar 25, 2019
/sys/class/power_supply/<power_supply>/scope is currently parsed as
uint64, but is is actually a string.

Signed-off-by: Sven Haardiek <sven.haardiek@iotec-gmbh.de>
@discordianfish
Copy link
Member

Fixed by #146. Thanks!

remijouannet pushed a commit to remijouannet/procfs that referenced this issue Oct 20, 2022
/sys/class/power_supply/<power_supply>/scope is currently parsed as
uint64, but is is actually a string.

Signed-off-by: Sven Haardiek <sven.haardiek@iotec-gmbh.de>
bobrik pushed a commit to bobrik/procfs that referenced this issue Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants