-
Notifications
You must be signed in to change notification settings - Fork 17
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
Implement LED source output device #246
Closed
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
cd3dbdd
feat(VSCode IDE): add debug button
NeroReflex 57271e6
improv(manager): reorganize code and reduce dependency of UdevDevice:…
NeroReflex 53edb30
feat(VSCode IDE): specify the language as being rust for remote debug…
NeroReflex 005be00
improv(composite_device): better error reporting
NeroReflex 48772bd
fix(udev::Device): bufix for number being u32 and code cleanup
NeroReflex 7135d06
improv(udev::Device): don't use udevadm to inspect devices
NeroReflex bd6c100
manager: check for devnode() validity for device types that actually …
NeroReflex 3e21daa
feat(config) implement LED configuration
NeroReflex 006df63
feat(LED): LEDs initial implementation
NeroReflex 0fc2c59
feat(LED): implement leds as a source output device
NeroReflex b6f0803
fix(manager): avoid cycling twice configurations
NeroReflex 27f33ec
improv(CompositeDevice): make the code more readable
NeroReflex 54db7ae
improv(main) do not lose the reference to the ctrl+C signal watcher
NeroReflex 368cf3e
improv(LED): add configuration for the ASUS ROG Ally device
NeroReflex 45d1cdf
improv(LED): increase code readability
NeroReflex 45eb711
improv(code): cargo fmt
NeroReflex 79a2bc6
fix(MultiColorChassis): solve a warning about an unused field
NeroReflex bbee9b3
improv(code): increase readability by replacing if let() with match
NeroReflex c65effe
fix(dbus) make dbus path parth of a CompositeDevice at construction
NeroReflex 7d9f0cc
fix(manager): avoid borrowing syntax from typescript
NeroReflex 0b79670
improv(code): cargo fmt
NeroReflex ac25809
fix(comments): apply suggestions from the PR feedback
NeroReflex 00efbb9
fix(LED): fix inverted b and r components
NeroReflex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to be very noisy. Use trace, or at most debug.