Commit Graph

57 Commits

Author SHA1 Message Date
Luke
4f4e0b8f3f Support fn+calc on G712. Customise ROG key 2020-07-09 11:17:14 +12:00
Luke
1f297ba98e Finalise udev rules for init 2020-07-08 21:53:37 +12:00
Luke
1d28290759 Update discord link 2020-07-08 20:01:02 +12:00
Luke
ae9d0463da Improvements to service init 2020-07-07 19:07:18 +12:00
Luke
8da748bf7f Fix many small bugs in refactor of laptop LED mode handling
Closes issue #27
2020-07-05 21:24:07 +12:00
Luke
efe88aa675 Prep new version 2020-07-01 11:12:05 +12:00
Luke
898276494c Remove around 14 transitive dependencies 2020-06-30 20:49:44 +12:00
Luke
20b82b1f24 Init device correctly for LED control 2020-06-30 10:08:48 +12:00
Luke
b751ceb29e Prep release 2020-06-29 22:02:54 +12:00
Luke
32e9e63809 Refactor dbus commands and internal data structures 2020-06-29 21:30:27 +12:00
Luke Jones
3ad15d61c9 Dbus expand (#24)
* Dbus changes
  - Changed "FanMode", "ChargeLimit" to "SetFanMode", "SetChargeLimit"
  - Added dbus signals "FanModeChanged", "ChargeLimitChanged"
  - Added dbus methods "GetFanMode", "GetChargeLimit"
* Refactor of internal loop and tokio tasks
* Add support for ROG Strix G712LV_G712LV
* Correctly read the config before writing changes
2020-06-29 10:03:27 +12:00
Luke
7e9c78605b Safely index modes 2020-06-11 21:02:46 +12:00
Luke
964c24f8fa Final round of fixes for new version 2020-06-09 20:46:14 +12:00
Luke
8d19db9f0e Test bmp display 2020-06-04 20:15:13 +12:00
Luke
8e98aafddd Finalise anime matrix stuff. Many fixes 2020-06-02 20:14:32 +12:00
Luke
727aa3066d Should correctly set AMD boost 2020-05-23 19:25:00 +12:00
Luke
da05b8d90c Fix help for fan-mode cli 2020-05-23 18:10:05 +12:00
Luke
46041c0343 Send fan-mode over dbus. Fix multizone dbus command
Closes issue #7
2020-05-23 14:21:16 +12:00
Luke
bd67afb104 Attempt to get multi-static working 2020-05-22 20:53:19 +12:00
Luke
5e781cbd3d Fix needing to double-tap fan-mode to change mode 2020-05-22 15:40:14 +12:00
Luke
f11afdbc7d Fix reloading last keyboard brightness on boot 2020-05-05 14:21:19 +12:00
Luke
62a613a312 Small fixxes to functionality
- Fixed return of rog-core in client mode
- Fixed writing of customised builtin LED modes
2020-05-04 15:33:41 +12:00
Luke
0350b64efc Add changelog, version bump 2020-05-04 13:18:02 +12:00
Luke
b5c7a47249 Cut new release with debian builds 2020-05-02 20:55:32 +12:00
Luke
f12bb1d4f6 Allow configuration of intel pstates paired with fan-modes 2020-05-02 19:31:40 +12:00
Luke
bf6bf2e2f1 Big refactor out of Aura LED data structs 2020-05-01 22:07:28 +12:00
Luke
9f4b2068a1 Version bump 2020-04-30 22:10:01 +12:00
Luke
596d523a89 Reorganise some async code 2020-04-30 15:41:12 +12:00
Luke
4e78a5dbdd Code cleanup 2020-04-29 15:44:15 +12:00
Luke
f818ffa191 Manage max CPU freq/boost-mode in combination with fan modes 2020-04-29 10:50:17 +12:00
Luke
9aa431f0d6 Add product code for GL703 0x1869 2020-04-28 08:09:40 +12:00
Luke
8200dc85e6 Move DBUS and keyboard reads on to tokio
This greatly improves throughput of per-key LED effects.
Also add a cool-down timer in the main loop to adjust
thread speed and prevent it running at maximum speed.
2020-04-26 23:00:29 +12:00
Luke
13e736dbed First pass for tokio 2020-04-26 15:14:00 +12:00
Luke
9846437efb Writing an interrupt seems so slow... 2020-04-24 23:14:09 +12:00
Luke
42a2675a07 Make nicer fanlevel log entry 2020-04-23 21:28:35 +12:00
Luke
11548217b7 Attempt to support GA502DU, GL753VE. Bump version 2020-04-23 16:34:30 +12:00
Luke
7b3c2acd5e Use atomics for dbus thread. Update deps 2020-04-23 10:36:11 +12:00
Luke
a38541ba4b Total refactor of structure. Builds faster 2020-04-21 22:51:53 +12:00
Luke
e21a6e3fb3 Change module/method visibility 2020-04-21 21:07:30 +12:00
Luke
d6f88e56aa Much better handling of keys 2020-04-20 22:03:10 +12:00
Luke
21f89807d0 Better handling 2020-04-20 20:56:49 +12:00
Luke
a78b3ffd84 Test non-async. Shit doesn't need to be fancy 2020-04-20 17:36:06 +12:00
Luke
8187be0bec Virtual keyboard to repeat keys 2020-04-20 17:13:08 +12:00
Luke
221b230acb More logging 2020-04-19 10:25:50 +12:00
Luke
5b24d24659 Logging, better error handling 2020-04-18 21:39:24 +12:00
Luke
ed74ca3d58 Add airplane mode toggle 2020-04-18 14:12:53 +12:00
Luke
9382588ce7 Control the backlight 2020-04-18 13:13:36 +12:00
Luke
a8a97bcece Better settings, save proper defaults, check supported modes 2020-04-17 21:57:49 +12:00
Luke
1616633abf Bright go up. Bright go down. 2020-04-17 15:21:26 +12:00
Luke
e49799e4d2 Polling keyboard in daemon. Split into app/lib 2020-04-17 12:04:20 +12:00