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

Update sysfs pwm dir #104

Open
pjueon opened this issue Nov 14, 2023 · 0 comments
Open

Update sysfs pwm dir #104

pjueon opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pjueon
Copy link
Owner

pjueon commented Nov 14, 2023

Update sysfs pwm dir for kernel 5.15. See: NVIDIA/jetson-gpio@e9f417a

Note

The variable sysfs_prefixes is also used here:

for (const auto& prefix : sysfs_prefixes)
{
auto d = prefix + gpio_chip_name;
if (os_path_isdir(d))
{
gpio_chip_dir = d;
break;
}
}

Should check if this change should also be applied to this part or not.

@pjueon pjueon added the enhancement New feature or request label Nov 14, 2023
@pjueon pjueon added this to the v2.0 milestone Nov 14, 2023
@pjueon pjueon self-assigned this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant