Conversation
Build ArtifactsBuilt from commit
Quick test: # Option 1: AppImage (easiest)
chmod +x GHelper-x86_64.AppImage
./GHelper-x86_64.AppImage
# Option 2: Native binary
chmod +x ghelper
./ghelper
|
I2C-HID support (FA608PP and similar TUF models): - Add HidrawHelper: native /dev/hidraw scanner via ioctl that finds ASUS keyboards on any bus (USB, I2C, SPI), bypassing HidSharp's USB-only limitation - Add I2C-HID fallback in AsusHid: when HidSharp finds no USB AURA device, fall back to HidrawHelper for write and SetFeature operations - Fix Aura._isACPI: revert to simple static bool matching Windows behavior — always send both HID and sysfs commands for TUF models - Add AURA init handshake and auto-apply on startup in MainWindow - Add I2C-HID udev rule using uevent grep for vendor ID matching - Add HidrawHelper and kbd_rgb diagnostics Power limit (PPT) fixes: - Fix PL1/PL2 slider values not persisting to config across restarts - Add "Auto-apply power limits on mode change" checkbox - Add fPPT (fast boost) slider, hidden when ppt_fppt sysfs is absent - Wire fPPT into ModeControl.AutoPower() for auto-apply on mode switch Upstream sync: - Remove G615LR from IsStrixLimitedRGB() (upstream 29e34cb3) - Update .upstream-last-checked to d9f4a602
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I2C-HID support (FA608PP and similar TUF models):
ASUS keyboards on any bus (USB, I2C, SPI), bypassing HidSharp's
USB-only limitation
device, fall back to HidrawHelper for write and SetFeature operations
behavior — always send both HID and sysfs commands for TUF models
Power limit (PPT) fixes:
Upstream sync: