Christoffer Sandberg
646abc0426
charging: Move event catch to appropriate place and tweak setting
...
- Charging profile prepared but not included (most likely not needed)
- Charging prio kept with slight delay to catch some timing issues
Note: Workaround not perfect but catches most cases where connecting
barrel plug would make charging prio setting jump to charge battery
2023-02-14 17:01:51 +01:00
Christoffer Sandberg
4f9b49abe7
charging profile/prio: Change to remember last written state
...
To be able to re-write when necessary
2023-02-14 12:04:43 +01:00
Christoffer Sandberg
852cba4523
uniwill_wmi: Zero BFLG according to wmi impl.
...
Note: weird behaviour but BFLG is always zeroed
2023-02-14 11:06:59 +01:00
Christoffer Sandberg
d231df67ff
Avoid feature identification if already done
2023-02-13 15:35:25 +01:00
Christoffer Sandberg
44848558a0
uniwill_wmi: Tweak busy wait delay
2023-02-13 13:43:10 +01:00
Christoffer Sandberg
230acf3940
uniwill_wmi: Restructure busy wait loop to include delay before read
2023-02-13 12:26:39 +01:00
Christoffer Sandberg
2a3c59b06f
uniwill_wmi: Add missing BFLG impl. according to original wmi methods
2023-02-13 11:57:54 +01:00
Christoffer Sandberg
b35bc84de0
charging_priority: Remember state and re-write on power change event
2023-02-13 09:56:07 +01:00
Christoffer Sandberg
1bab01f93b
charging_profile: Remember state and re-write on power change event
2023-02-10 16:12:50 +01:00
Werner Sembach
8fc1f5a345
Fix case where WMI 13 is presend, but backlight identification is still happening the old way
2023-01-25 14:36:37 +01:00
Werner Sembach
4324bb2042
Simplyfy init function
2023-01-25 14:29:47 +01:00
Werner Sembach
f880587a03
Fix comented function
2023-01-25 14:28:33 +01:00
tuxedoxt
34117c7c68
Merge pull request #155 from Buddy-Matt/pointer-type-fix
...
fix incompatible pointer error
2023-01-20 08:32:40 +01:00
Matt Gray
ec5fbfadc2
Added linux version check
2023-01-19 22:12:36 +00:00
Werner Sembach
700807df80
Use new keyboard type check instead of dummy value
2023-01-19 20:49:30 +01:00
Werner Sembach
b751619983
Remove merge error
2023-01-19 20:25:20 +01:00
Matt Gray
407ac12411
fix incompatible pointer error
2023-01-19 00:01:19 +00:00
Werner Sembach
1ce7cef822
Merge remote-tracking branch 'origin/master' into generalize_keyboard_backlight_brightness
2023-01-17 14:33:15 +01:00
Stoll
05a9fe7a01
fix typo
2023-01-13 20:13:41 +01:00
Christoffer Sandberg
cd907695b5
Update version to 3.1.3
...
- tuxedo-io to 0.3.2
- changelog
2023-01-11 09:52:20 +00:00
Werner Sembach
f99b283cec
Fall back to old fancontrol on IBP 14 Gen 6 with H processor to fix 2nd fan not turning
2023-01-09 17:26:25 +01:00
Christoffer Sandberg
e8eeb35028
Avoid further feature identification if interface is missing
2022-12-23 09:52:20 +01:00
Christoffer Sandberg
88363ec030
Update version to 3.1.2 + changelog
2022-12-19 17:49:07 +01:00
Christoffer
65ced4981e
Merge branch 'uw-charging-settings' into 'master'
...
UW: charging priority/profiles
See merge request tuxedocomputers/development/packages/tuxedo-keyboard!28
2022-12-19 16:36:20 +00:00
Werner Sembach
c458c83767
Change activation sequence for faster apply
2022-12-19 15:30:14 +01:00
Christoffer Sandberg
f2c37fcc06
Exclude devices where interface is known to be incompatible with feature
2022-12-16 18:07:05 +01:00
Werner Sembach
e6659e4f6f
Always enable Dynamic Boost
2022-12-06 17:06:26 +01:00
Christoffer Sandberg
bb4885cb57
Fix feature check
2022-11-21 17:47:28 +01:00
Christoffer Sandberg
362e16e703
Remove attribute group name prefix
2022-11-21 17:00:04 +01:00
Christoffer Sandberg
97ddaed782
Add id check for charging profile
2022-11-21 14:47:55 +01:00
Christoffer Sandberg
d6f32f7270
Add uw charging profile init
2022-11-18 19:45:03 +01:00
Christoffer Sandberg
32e16b49f3
Fix comment typo
2022-11-18 19:01:27 +01:00
Christoffer Sandberg
ae58c0ddcb
Add uw charging profiles interface structures
2022-11-18 18:58:01 +01:00
Christoffer Sandberg
7e03e3dfd9
Remove old copy comment
2022-11-18 18:38:03 +01:00
Christoffer Sandberg
dcf9ec030c
Fix list output whitespace
2022-11-18 18:36:40 +01:00
Christoffer Sandberg
acc12d579f
Add charging prio init
2022-11-18 18:23:57 +01:00
Christoffer Sandberg
0ba6d70c06
Add charging prio capability check
...
- Add uw features property
- Add ec has charging prio func
- Move uw device id func def
2022-11-17 10:42:14 +01:00
Christoffer Sandberg
f5916ddc34
Add interface definition for charging prio
2022-11-15 18:53:30 +01:00
Christoffer Sandberg
197c25f359
Add uw charging prio and charging profile hw io methods
2022-11-15 17:19:11 +01:00
Werner Sembach
ddf41635da
Change default brightness to 0
2022-11-14 12:04:48 +01:00
Werner Sembach
6eb394bcc2
Use TF provided steps for white only keyboard
2022-11-11 18:55:41 +01:00
Werner Sembach
e8bb59c9ff
Fixed missing semicolon
2022-11-09 17:50:19 +01:00
Werner Sembach
caf4fd41b0
Implement TF interface for white color keyboards
2022-11-09 17:33:02 +01:00
Werner Sembach
bbe7b1cbeb
Remove leftover commented code
2022-11-09 17:31:38 +01:00
Werner Sembach
96fcac547b
Add debug status print
2022-11-09 17:19:57 +01:00
Werner Sembach
a9ca7fae63
Revert switch to kbuild
2022-11-09 17:14:55 +01:00
Werner Sembach
099be56b62
Add keyboard type detection based on EC
2022-10-26 13:43:37 +02:00
Werner Sembach
8d67160ea8
Add missing error handling
2022-10-25 14:06:38 +02:00
Werner Sembach
69cdf54752
Restore led state on remove
2022-10-25 13:46:46 +02:00
Werner Sembach
b05e55e40f
Merge branch 'generalize_keyboard_backlight_brightness_clevo_working' into generalize_keyboard_backlight_brightness
2022-10-24 16:37:07 +02:00
Werner Sembach
011ad1c556
Fix default brightness
2022-10-24 16:27:20 +02:00
Werner Sembach
4dbaa4a83d
Check available steps for white only
2022-10-24 16:11:35 +02:00
Werner Sembach
3bf9f5059b
Merge branch 'generalize_keyboard_backlight_brightness_clevo_working' into generalize_keyboard_backlight_brightness
2022-10-24 15:32:22 +02:00
Werner Sembach
fafba11817
Fix number of steps
2022-10-24 15:09:13 +02:00
Werner Sembach
55b6b5ce94
More debug output
2022-10-24 14:52:12 +02:00
Werner Sembach
8e2d526a8a
Add missing ;
2022-10-24 14:33:50 +02:00
Werner Sembach
c4b7644f83
Fix if case logic
2022-10-24 14:32:43 +02:00
Werner Sembach
dd22af9924
Add keyboard type check for old devices
2022-10-24 14:21:54 +02:00
Werner Sembach
b7f23c9fd9
Merge branch 'generalize_keyboard_backlight_brightness_clevo_working' into generalize_keyboard_backlight_brightness
2022-10-21 16:59:59 +02:00
Werner Sembach
39c1629f8f
Merge remote-tracking branch 'origin/master' into generalize_keyboard_backlight_brightness_clevo_working
2022-10-20 19:04:23 +02:00
Christoffer Sandberg
b46ca9ef44
Update version to 3.1.1 + changelog
2022-10-17 16:04:54 +00:00
Werner Sembach
ab675b1475
Add missing set fans auto implementation
2022-10-17 16:57:14 +02:00
Werner Sembach
493541f81c
Reenable fan-off on all TF devices
2022-10-14 15:44:44 +02:00
Christoffer Sandberg
e8dc238ae1
Update version to 3.1.0 + changelog
2022-10-10 07:39:47 +00:00
Christoffer Sandberg
b6091ac302
Merge remote-tracking branch 'origin/uw-power-profiles'
2022-10-10 07:29:24 +00:00
Christoffer
89b299f69c
Merge branch '60-add-lightbar-support-for-stellaris-amd-gen-4' into 'master'
...
Resolve "Add lightbar support for Stellaris AMD gen 4"
Closes #60
See merge request tuxedocomputers/development/packages/tuxedo-keyboard!29
2022-10-10 07:27:49 +00:00
Werner Sembach
5ee0e18335
Fix conflicting ioctl numbers and update api version
2022-10-07 10:52:56 +02:00
Werner Sembach
26a4a4b84a
Merge remote-tracking branch 'origin/uw-power-profiles' into new_tf_fan_control
2022-10-07 10:51:49 +02:00
Christoffer Sandberg
824933fc70
Update version to 3.0.11 + changelog
2022-10-06 09:08:41 +02:00
Werner Sembach
19642a2496
Add retries for ex write and move enable custom fan table to end because of possible external race condition
2022-10-05 16:25:37 +02:00
Werner Sembach
a8b3cb6dc3
Fix define names
2022-10-04 19:00:27 +02:00
Werner Sembach
44f7fd0151
Expose fan control limitations to userspace
2022-10-04 13:59:13 +02:00
Werner Sembach
47bbd14ca0
Remove useless comment, there few to no error handling in the whole module
2022-09-29 15:16:43 +02:00
Werner Sembach
e92bbccbe0
Make sure full fan mode is (un-)set correctly
2022-09-29 15:16:04 +02:00
Werner Sembach
d3a8c76aa6
Fix wrong address
2022-09-29 15:15:14 +02:00
Werner Sembach
5055221eea
Implement new fan control
2022-09-28 19:23:16 +02:00
Christoffer Sandberg
b9b6f240c8
Add Stellaris AMD Gen4 TDP ranges + threeprofile leds id
2022-09-27 15:13:13 +02:00
Christoffer Sandberg
e6ecf69560
Add TDP ranges for IBPGen7
2022-09-27 15:06:23 +02:00
Werner Sembach
b73152ba8b
Fix resume behavior
2022-09-23 15:47:42 +02:00
Christoffer Sandberg
67a80ca3a2
Remove XMG Fusion from three profiles list
...
Not compatible with current control mechanism
2022-09-23 11:45:40 +02:00
Werner Sembach
a0c9995518
First working but buggy implementation of leds interface for TongFang/Uniwill
2022-09-21 18:18:35 +02:00
Werner Sembach
f2c442bc2a
Fix return variables
2022-09-21 18:17:27 +02:00
Werner Sembach
6aacbedc25
Fix coding style issues
2022-09-21 18:14:54 +02:00
Werner Sembach
640369f05e
Remove unused function
2022-09-21 18:14:10 +02:00
Werner Sembach
5bf3547781
Merge branch 'generalize_keyboard_backlight_brightness_clevo_working' into generalize_keyboard_backlight_brightness
2022-09-20 11:55:03 +02:00
Christoffer Sandberg
cbc4267071
Add Stellaris AMD gen 4 ID for lightbar support
2022-09-15 16:05:00 +02:00
Werner Sembach
965e37a5c6
Fixed missing variable rename
2022-08-31 19:14:21 +02:00
Werner Sembach
b9b3c12b64
Fix spelling and reset value
2022-08-31 19:13:38 +02:00
Werner Sembach
1f9eb8fd10
Change default keyboard type as old RGB keyboards are not controllable from OS
2022-08-31 19:12:39 +02:00
Werner Sembach
1d5f679f66
Fix white only keyboards
2022-08-31 19:05:04 +02:00
Werner Sembach
0cfe09ac06
Cleanup
2022-08-31 18:58:44 +02:00
Werner Sembach
fd9fc52510
More specific name for sub command
2022-08-31 11:04:51 +02:00
Werner Sembach
0aff209139
Merge branch 'generalize_keyboard_backlight_brightness_clevo_working' into generalize_keyboard_backlight_brightness
2022-08-25 19:30:40 +02:00
Werner Sembach
6d1f210db4
Make color cycle skip black
2022-08-25 19:06:16 +02:00
Werner Sembach
3c6451d9d8
Fix compilation issue
2022-08-25 18:31:33 +02:00
Werner Sembach
60cd77e01a
Start rework for uniwill
2022-08-25 18:22:48 +02:00
Werner Sembach
40f46087f5
Implement temporal behaviour to work around KDE bug
2022-08-25 18:21:37 +02:00
Werner Sembach
4540824b00
Cleanup
2022-08-25 13:05:24 +02:00
Werner Sembach
4e6d2f0a3c
Nomilize name
2022-08-24 19:09:32 +02:00
Werner Sembach
59512ed1fb
Cleanup
2022-08-24 18:55:36 +02:00