Luke D. Jones
35c7fd10b3
Drop sysfs_class and create dmi_id for getting identifying info with udev
2023-11-08 14:00:35 +13:00
Luke D. Jones
0fd0aeff88
Support Rog Ally LED modes (basic)
2023-11-07 17:24:38 +13:00
Luke D. Jones
3ec37a4dac
Fix: For anime look for usbraw device before hidraw device
...
Closes #387
2023-08-02 14:14:08 +12:00
Luke D. Jones
11483b28a6
Fix: Further refine the CLI for fan curve control
...
Should close #385
2023-08-01 19:30:33 +12:00
Luke D. Jones
42b92f3b87
Fix: reimplement fetching of fan curves on CLI
...
Partial close of #385
2023-08-01 09:18:27 +12:00
Luke D. Jones
a6d89a622b
Various cleanup. Add GA402X LED modes
2023-07-24 10:04:10 +12:00
Luke D. Jones
51bcb0082b
profiles: add mid fan curve support
2023-07-24 09:29:56 +12:00
Luke D. Jones
50152961c7
aura: refactor modern rog power settings
2023-07-11 20:59:43 +12:00
Luke D. Jones
823958492e
rename keyboard led power dbus methods
2023-07-04 10:17:11 +12:00
Luke D. Jones
7b17a13ce7
ridiculous refactor to allow enums to be dbus strings for better TS generation
2023-06-27 21:16:13 +12:00
Luke D. Jones
03c9f06569
asusctl: remove the panics from CLI
...
closes #364
2023-06-26 09:41:42 +12:00
Luke D. Jones
8b77078a6f
Animatrix: simulators, add features
2023-06-25 18:29:19 +12:00
Luke D. Jones
0a008a653a
Animatrix: Default to GA402 style if Unknown, use default-workspace.
...
Also rename daemon crates to the bin names they use to be less confusing.
Signed-off-by: Luke D. Jones <luke@ljones.dev >
2023-06-24 12:57:03 +12:00
Luke D. Jones
cd5daa17d0
Anime: Enabled setting builtin animations
2023-06-21 13:34:08 +12:00
Luke D. Jones
04543eeca0
Aura: add support for Rear Glow power modes
2023-06-18 19:48:08 +12:00
Luke D. Jones
68ee62fef1
Anime: add base brightness control (dbus, cli)
2023-06-16 11:50:38 +12:00
Luke D. Jones
e523e4e9a2
Anime: GU604 images correct
2023-06-16 10:43:15 +12:00
Luke D. Jones
40e00c4739
Anime: fixups, GU604 support
2023-06-15 23:53:24 +12:00
Luke D. Jones
c819fa458a
Optimise keyboard detection
2023-04-24 22:23:42 +12:00
Luke D. Jones
a83ccbd33d
Add git hooks via cargo-husky. Many many cleanups.
2023-01-16 13:23:30 +13:00
Luke Jones
54273cfb60
Merge branch 'main' into 'main'
...
Parameter fix for 'asusctl bios --help' (asus-linux/asusctl#299 )
See merge request asus-linux/asusctl!146
2023-01-05 07:11:12 +00:00
Luke D. Jones
1cbffedaeb
Advanced Aura feature
...
Groundwork for 'advanced' aura modes
Add single zone + Doom light flash
Fix mocking for ROGCC
Better prepare & change to mapping of keyboard layouts to models and functions
Refactor and begin using new key layout stuff
Enable first arg to rogcc to set layout in mocking feature mode
Complete refactor of key layouts, and to RON serde
2023-01-03 20:21:11 +13:00
mclang
5e9c612269
Fixes 'asusctl bios --help' (issue #299 )
2022-12-19 20:33:44 +02:00
Luke D. Jones
616fb3aea6
chore: cranky cleanups
2022-12-05 20:31:39 +13:00
Luke D. Jones
2705b08dca
Cause great pain to self with cargo-deny + cargo-cranky
2022-12-04 21:49:47 +13:00
Luke D. Jones
762bfea102
ROGCC: share PageState so tray can use it. zbus notifs update this
2022-11-15 11:12:41 +13:00
Luke D. Jones
e938f1f9ec
Minor fixes to attr writes
2022-10-01 14:57:25 +13:00
Luke D. Jones
600d0ae3d9
Clippy run
2022-09-30 15:10:56 +13:00
Luke D. Jones
cde1b4f252
Shift all deps to workspace versioning
2022-09-29 17:08:28 +13:00
Luke D. Jones
3b9cf474a7
inotify relies on tokio, so a switch is required..
2022-09-22 12:55:15 +12:00
Luke D. Jones
5d87747d96
Is smol blocking or inotify blocking it?
2022-09-21 22:17:55 +12:00
Luke D. Jones
1f85e30e42
Add CLI for 0x19b6 Lid LED
2022-08-29 18:17:19 +12:00
Luke D. Jones
d1bdf4dc7e
rog-aura: Add lid zone
2022-08-29 17:09:26 +12:00
Luke D. Jones
64322044ac
rog-aura: tested effects on TUF, works
2022-08-27 22:30:57 +12:00
Luke D. Jones
ebbfa58a76
rog-aura: Add flicker effect
2022-08-27 20:52:43 +12:00
Luke D. Jones
97481cd45e
rog-aura: add per-zone effects
2022-08-26 18:29:24 +12:00
Luke D. Jones
f378c54815
Remove println from example
2022-08-25 18:29:53 +12:00
Luke D. Jones
a8a99ac1d1
rog-aura: reorganise per-key effects
2022-08-25 18:25:04 +12:00
Luke D. Jones
8c67836650
Implement simple 'breathe' per-key effect
2022-08-25 14:08:53 +12:00
Luke D. Jones
0ef524a94b
rog-aura: bringup the per-key LED stuff again
2022-08-24 22:01:13 +12:00
Luke D. Jones
45641c928d
Rename all instances of dgpu_only to gpu_mux
2022-08-21 21:39:01 +12:00
Luke D. Jones
24fa075a44
Extend GpuMode to include other modes
2022-08-12 22:10:49 +12:00
Luke D. Jones
a0f7cf3acd
Rename RogBios bits to Platform. Better GPU MUX support.
2022-08-12 21:51:04 +12:00
Luke D. Jones
d35707f2e4
Merge rog-supported in to rog-platform
2022-08-12 17:45:29 +12:00
Luke D. Jones
308fba9413
Create rog-platform, refactor rogcc ipc-file handling
...
- Create new rog-platform crate to manage all i/o in a universal way
+ kbd-led handling
+ platform handling (asus-nb-wmi)
+ hidraw
+ usbraw
- Refactor how ROGCC handles IPC for background open, run-in-bg
2022-08-12 15:22:06 +12:00
Luke D. Jones
e05d5bd143
Version bump. Add early-error display
2022-08-02 15:09:25 +12:00
Luke D. Jones
3e244d7d3d
ROGCC: effect visuals. daemon: support TUF RGB
2022-08-02 14:25:27 +12:00
Luke D. Jones
e99d8766fc
ROGCC: rog-aura: Keyboard layout templates and definitions
...
This also removes shell completitions as these are not maintained.
2022-07-29 09:19:49 +12:00
Luke D. Jones
bbc520a7f2
Update deps
2022-07-26 19:30:50 +12:00
Luke D. Jones
840c500b5e
Switch a keyboard prod_id to enum
2022-07-25 14:07:29 +12:00