-
Notifications
You must be signed in to change notification settings - Fork 331
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
Comments
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>
This was referenced Mar 22, 2019
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>
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
Unpin hex and bitflags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The file is currently parsed as uint64, but is actually a string.
The text was updated successfully, but these errors were encountered: