Stefan Kerkmann
c68e4dec10
[Core] suspend: suppress wake up keypress ( #23389 )
...
* suspend: suppress wake up keypress
Waking the host from suspend is done by pressing any key on the
keyboard, the regular key codes assigned to the keys are not important
and must not be sent - otherwise they usually end up in password prompts
as ghost characters that have to be deleted again. This commit adds
suppression for all keys pressed at the time of wake up. Once a key is
released it functions as a regular key again.
Signed-off-by: Stefan Kerkmann <karlk90@pm.me >
* suspend: update wake up matrix after wake up delay
If USB_SUSPEND_WAKEUP_DELAY is set, the keyboard sleeps during wake up -
which can be up to multiple seconds. To handle key presses and releases
in that time frame we have to handle the following cases:
1. Key not pressed before suspend, and not pressed after wakeup → do
nothing (normal case).
2. Key not pressed before suspend, but pressed after wakeup → set the
wakeup_matrix bit to 1 (so that the press and release events would be
suppressed).
3. Key pressed before suspend, but not pressed after wakeup → do nothing
(the release event will be generated on the first matrix_task() call
after the wakeup).
4. Key pressed before suspend, and still pressed after wakeup → do
nothing (the release event will be generated some time later).
Signed-off-by: Stefan Kerkmann <karlk90@pm.me >
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
* keyboards: anavi: macropad8: disable snake and rgb_test effects
...to shrink the binary size.
2025-11-11 23:35:03 +11:00
..
2025-05-22 20:49:22 +01:00
2025-09-10 16:33:12 -07:00
2025-09-30 17:09:31 +01:00
2025-07-11 11:05:41 -06:00
2025-05-22 20:49:22 +01:00
2025-09-30 17:09:31 +01:00
2025-05-22 20:49:22 +01:00
2025-05-22 20:49:22 +01:00
2025-05-22 20:49:22 +01:00
2025-09-12 08:13:12 +01:00
2025-09-30 17:09:31 +01:00
2025-05-16 17:35:05 +01:00
2025-05-22 20:49:22 +01:00
2025-09-30 17:09:31 +01:00
2025-09-30 17:09:31 +01:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-08-15 19:32:54 +01:00
2025-09-30 17:09:31 +01:00
2025-06-28 22:34:59 +01:00
2025-07-10 10:41:58 +01:00
2025-05-16 17:35:17 +01:00
2025-09-06 14:48:07 -07:00
2025-11-11 23:35:03 +11:00
2025-05-16 17:35:05 +01:00
2025-06-28 22:34:59 +01:00
2025-06-28 22:34:59 +01:00
2025-09-06 14:48:07 -07:00
2025-11-08 20:48:48 +00:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-10-05 01:47:45 +01:00
2025-06-28 22:34:59 +01:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-09-30 17:09:31 +01:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-09-09 09:58:29 +01:00
2025-06-28 22:34:59 +01:00
2025-08-10 11:44:49 +02:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-06-28 22:34:59 +01:00
2025-09-19 21:37:18 -06:00
2025-09-09 09:58:29 +01:00
2025-06-28 22:34:59 +01:00
2025-06-28 22:34:59 +01:00
2025-09-06 14:48:07 -07:00
2025-06-19 22:24:37 +01:00
2025-09-09 09:58:29 +01:00
2025-10-19 03:14:37 +01:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 09:58:29 +01:00
2025-09-06 14:48:07 -07:00
2025-09-09 09:58:29 +01:00
2025-09-10 17:44:38 -07:00
2025-06-28 22:34:59 +01:00
2025-07-10 10:41:58 +01:00
2025-07-10 10:41:58 +01:00
2025-09-09 09:58:29 +01:00
2025-09-09 09:58:29 +01:00
2025-07-11 11:05:41 -06:00
2025-09-06 14:48:07 -07:00
2025-06-28 22:34:59 +01:00
2025-07-10 10:41:58 +01:00
2025-07-07 23:59:45 -06:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-09-09 17:32:59 +01:00
2025-07-11 10:51:45 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-09-09 09:58:29 +01:00
2025-06-28 22:34:59 +01:00
2025-06-10 22:20:34 +01:00
2025-09-06 14:48:07 -07:00
2025-10-30 20:11:40 +00:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:59 +01:00
2025-07-11 11:05:41 -06:00
2025-09-12 16:56:06 +01:00
2025-06-28 22:34:59 +01:00
2025-06-17 04:23:33 +01:00
2025-05-16 17:35:05 +01:00
2025-05-16 17:35:05 +01:00
2025-06-17 04:23:33 +01:00
2025-06-17 04:23:33 +01:00
2025-09-09 09:58:45 +01:00
2025-05-14 22:00:33 +10:00
2025-06-17 04:23:33 +01:00
2025-09-12 16:56:06 +01:00
2025-06-17 04:23:33 +01:00
2025-09-09 09:58:45 +01:00
2025-09-09 09:58:45 +01:00
2025-09-12 16:56:06 +01:00
2025-06-17 04:23:33 +01:00
2025-09-09 09:58:45 +01:00
2025-07-11 11:05:41 -06:00
2025-06-17 04:23:33 +01:00
2025-09-09 09:58:45 +01:00
2025-10-06 17:26:16 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 09:58:45 +01:00
2025-06-17 04:23:33 +01:00
2025-07-10 10:41:58 +01:00
2025-06-17 04:23:33 +01:00
2025-05-16 17:35:05 +01:00
2025-09-09 09:59:42 +01:00
2025-09-09 09:59:42 +01:00
2025-09-09 09:59:42 +01:00
2025-06-17 04:23:33 +01:00
2025-06-17 04:23:33 +01:00
2025-09-18 19:40:42 -07:00
2025-10-08 02:16:30 +01:00
2025-07-06 20:30:47 +10:00
2025-07-10 10:41:58 +01:00
2025-09-09 09:59:42 +01:00
2025-07-11 11:05:41 -06:00
2025-06-17 04:23:33 +01:00
2025-07-11 11:05:41 -06:00
2025-06-17 04:23:33 +01:00
2025-09-09 09:59:42 +01:00
2025-10-06 17:38:27 +01:00
2025-07-10 10:41:58 +01:00
2025-09-09 09:59:42 +01:00
2025-07-11 11:05:41 -06:00
2025-06-17 04:23:22 +01:00
2025-06-17 04:23:22 +01:00
2025-08-09 23:14:40 +01:00
2025-06-17 04:23:22 +01:00
2025-06-17 04:23:22 +01:00
2025-06-17 04:23:22 +01:00
2025-06-17 04:23:22 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 09:59:42 +01:00
2025-09-06 14:48:07 -07:00
2025-07-11 11:05:41 -06:00
2025-06-17 04:23:22 +01:00
2025-10-19 03:14:37 +01:00
2025-09-09 10:00:32 +01:00
2025-09-09 10:00:32 +01:00
2025-09-09 10:00:32 +01:00
2025-09-21 21:40:30 +10:00
2025-09-06 14:48:07 -07:00
2025-09-09 10:00:32 +01:00
2025-09-09 10:00:32 +01:00
2025-06-17 04:23:22 +01:00
2025-07-07 20:23:46 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:04:40 +01:00
2025-10-19 03:14:37 +01:00
2025-10-19 03:14:37 +01:00
2025-07-07 16:15:50 +01:00
2025-09-10 08:28:24 -04:00
2025-05-16 17:35:05 +01:00
2025-08-10 00:27:13 +02:00
2025-09-09 10:04:40 +01:00
2025-10-23 11:44:29 +01:00
2025-06-17 04:23:22 +01:00
2025-07-11 11:05:41 -06:00
2025-10-08 02:16:01 +01:00
2025-06-17 04:23:22 +01:00
2025-09-09 10:04:40 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:04:40 +01:00
2025-10-22 15:20:28 +00:00
2025-06-17 04:23:22 +01:00
2025-07-11 11:05:41 -06:00
2025-09-12 08:12:48 +01:00
2025-10-05 20:50:42 +00:00
2025-09-09 10:18:16 +01:00
2025-09-09 10:18:16 +01:00
2025-08-09 23:18:21 +01:00
2025-09-09 10:18:16 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-05-16 17:35:05 +01:00
2025-06-17 04:23:22 +01:00
2025-06-17 04:23:22 +01:00
2025-09-09 10:03:52 +01:00
2025-05-16 17:35:05 +01:00
2025-09-09 10:03:52 +01:00
2025-07-06 20:30:47 +10:00
2025-07-10 10:41:58 +01:00
2025-10-19 03:14:37 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:03:52 +01:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-09-11 01:19:10 -07:00
2025-10-19 03:14:37 +01:00
2025-06-28 22:34:50 +01:00
2025-07-06 20:30:47 +10:00
2025-10-06 14:31:39 +00:00
2025-06-28 22:34:50 +01:00
2025-09-09 10:03:13 +01:00
2025-07-11 11:05:41 -06:00
2025-09-21 21:40:30 +10:00
2025-11-08 20:48:48 +00:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:50 +01:00
2025-06-28 22:34:50 +01:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:50 +01:00
2025-06-12 13:31:05 +01:00
2025-10-08 08:01:26 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-06-28 22:34:50 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 11:50:36 +01:00
2025-09-09 11:50:36 +01:00
2025-09-11 01:15:45 -07:00
2025-07-10 10:41:58 +01:00
2025-06-07 22:17:38 +01:00
2025-06-19 22:15:54 +01:00
2025-06-07 22:17:38 +01:00
2025-06-07 22:17:38 +01:00
2025-09-11 08:17:01 +00:00
2025-07-06 20:30:47 +10:00
2025-07-17 11:49:52 -06:00
2025-09-09 10:10:34 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:10:34 +01:00
2025-07-11 11:05:41 -06:00
2025-06-07 22:17:38 +01:00
2025-08-09 23:14:40 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-09-21 21:40:30 +10:00
2025-10-11 05:45:17 +01:00
2025-06-07 22:17:38 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-10 10:41:58 +01:00
2025-09-09 10:10:34 +01:00
2025-07-11 11:05:41 -06:00
2025-07-28 20:40:11 +01:00
2025-10-06 17:44:26 +01:00
2025-09-09 10:09:38 +01:00
2025-06-07 22:17:38 +01:00
2025-09-09 10:09:14 +01:00
2025-07-10 10:41:58 +01:00
2025-09-09 10:09:14 +01:00
2025-07-10 10:41:58 +01:00
2025-06-07 22:17:38 +01:00
2025-06-07 22:17:38 +01:00
2025-07-10 10:41:58 +01:00
2025-06-07 22:17:38 +01:00
2025-09-09 10:09:14 +01:00
2025-07-11 11:05:41 -06:00
2025-07-10 10:41:58 +01:00
2025-07-10 10:41:58 +01:00
2025-05-16 17:35:05 +01:00
2025-07-11 11:05:41 -06:00
2025-08-09 23:14:40 +01:00
2025-09-09 10:09:14 +01:00
2025-08-15 19:32:54 +01:00
2025-09-09 10:09:14 +01:00
2025-06-07 22:17:38 +01:00
2025-07-07 15:10:51 +01:00
2025-06-07 22:17:38 +01:00
2025-06-07 22:17:38 +01:00
2025-09-09 10:09:14 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:09:14 +01:00
2025-09-09 10:08:42 +01:00
2025-06-07 01:31:42 +01:00
2025-06-07 01:31:42 +01:00
2025-06-07 01:31:42 +01:00
2025-09-09 10:08:42 +01:00
2025-09-09 10:08:42 +01:00
2025-06-07 01:31:42 +01:00
2025-07-17 18:09:17 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-06-07 01:31:42 +01:00
2025-07-11 11:05:41 -06:00
2025-06-07 01:31:42 +01:00
2025-09-09 10:08:42 +01:00
2025-07-10 10:41:58 +01:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-09-21 21:40:30 +10:00
2025-05-16 17:35:17 +01:00
2025-09-09 10:08:42 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-11-01 22:55:16 -07:00
2025-07-06 20:30:47 +10:00
2025-09-09 10:08:20 +01:00
2025-06-02 19:24:23 +01:00
2025-06-02 19:24:23 +01:00
2025-09-09 10:08:20 +01:00
2025-09-09 10:08:20 +01:00
2025-09-09 10:08:20 +01:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-07-28 20:40:11 +01:00
2025-07-11 11:05:41 -06:00
2025-06-02 19:24:23 +01:00
2025-09-09 10:08:20 +01:00
2025-07-11 15:55:21 -07:00
2025-07-11 11:05:41 -06:00
2025-06-02 19:24:23 +01:00
2025-07-10 10:41:58 +01:00
2025-09-09 10:08:20 +01:00
2025-05-16 17:35:05 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-06-02 19:24:23 +01:00
2025-06-02 19:24:23 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:07:47 +01:00
2025-07-11 11:05:41 -06:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-09-21 21:40:30 +10:00
2025-07-11 11:05:41 -06:00
2025-06-02 19:24:29 +01:00
2025-08-09 23:14:40 +01:00
2025-07-11 11:05:41 -06:00
2025-10-19 03:14:37 +01:00
2025-07-11 11:05:41 -06:00
2025-10-05 21:06:55 -06:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-07-10 10:41:58 +01:00
2025-10-06 17:46:41 +01:00
2025-06-02 19:24:29 +01:00
2025-07-10 10:41:58 +01:00
2025-06-02 19:24:29 +01:00
2025-06-02 19:24:29 +01:00
2025-07-10 10:41:58 +01:00
2025-09-09 10:07:06 +01:00
2025-09-09 10:07:06 +01:00
2025-09-09 10:07:06 +01:00
2025-05-24 21:19:52 +01:00
2025-07-07 16:15:50 +01:00
2025-09-12 10:23:16 +01:00
2025-09-09 10:07:06 +01:00
2025-07-11 11:05:41 -06:00
2025-05-24 21:19:52 +01:00
2025-05-24 21:19:52 +01:00
2025-05-16 17:35:05 +01:00
2025-05-24 21:19:52 +01:00
2025-05-24 21:19:52 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 11:05:41 -06:00
2025-09-10 08:12:23 +00:00
2025-09-09 10:07:06 +01:00
2025-06-10 22:20:34 +01:00
2025-07-10 10:41:58 +01:00
2025-07-10 10:41:58 +01:00
2025-07-10 10:41:58 +01:00
2025-07-08 00:00:20 -06:00
2025-09-09 10:07:06 +01:00
2025-05-24 21:19:52 +01:00
2025-07-06 08:39:10 +01:00
2025-10-30 20:05:52 +00:00
2025-05-27 18:47:00 -06:00
2025-11-02 00:06:47 +00:00
2025-05-24 21:19:52 +01:00
2025-09-09 10:07:06 +01:00
2025-09-09 10:07:06 +01:00
2025-05-24 21:19:52 +01:00
2025-05-24 21:19:52 +01:00
2025-05-24 21:19:52 +01:00
2025-08-17 17:47:46 +01:00
2025-05-24 21:19:52 +01:00
2025-09-09 10:07:06 +01:00
2025-05-24 21:19:52 +01:00
2025-10-07 19:12:47 -07:00
2025-11-04 14:45:08 +11:00
2025-07-10 10:41:58 +01:00
2025-07-28 20:40:11 +01:00
2025-05-24 21:19:52 +01:00
2025-07-10 10:41:58 +01:00
2025-09-09 10:07:06 +01:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-10-05 17:55:49 -06:00
2025-05-24 21:20:16 +01:00
2025-05-24 21:20:16 +01:00
2025-09-09 10:06:12 +01:00
2025-05-24 21:20:16 +01:00
2025-05-24 21:20:16 +01:00
2025-05-24 21:20:16 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:06:12 +01:00
2025-08-09 23:14:40 +01:00
2025-07-11 11:05:41 -06:00
2025-07-11 21:29:16 -06:00
2025-07-11 11:05:41 -06:00
2025-10-06 17:30:08 +01:00
2025-11-01 22:53:04 -07:00
2025-10-22 17:55:33 -07:00
2025-07-11 11:05:41 -06:00
2025-08-17 17:50:59 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:06:12 +01:00
2025-10-13 06:40:45 +01:00
2025-08-09 23:14:40 +01:00
2025-05-23 01:27:00 +01:00
2025-05-23 01:27:00 +01:00
2025-07-11 11:05:41 -06:00
2025-10-19 19:50:45 -06:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-05-18 16:28:42 +01:00
2025-09-09 10:06:12 +01:00
2025-10-26 18:19:06 -07:00
2025-07-10 10:41:58 +01:00
2025-06-12 12:43:50 +00:00
2025-06-13 00:40:25 +01:00
2025-07-11 11:05:41 -06:00
2025-09-09 10:06:12 +01:00
2025-05-23 01:27:00 +01:00
2025-07-10 10:41:58 +01:00
2025-07-11 11:05:41 -06:00
2025-09-29 20:26:47 +01:00
2025-05-23 01:27:00 +01:00
2025-07-11 11:05:41 -06:00
2025-05-23 01:27:00 +01:00
2025-09-11 18:34:10 +01:00
2025-09-11 18:34:10 +01:00
2025-07-11 11:05:41 -06:00
2025-05-23 01:27:00 +01:00
2025-10-19 03:14:37 +01:00
2025-09-11 18:34:10 +01:00
2025-05-23 01:27:00 +01:00
2025-09-11 18:34:10 +01:00
2025-05-23 01:27:00 +01:00
2025-11-08 21:01:36 +00:00
2025-05-23 01:27:00 +01:00
2025-07-11 11:05:41 -06:00
2025-08-09 23:14:40 +01:00
2025-09-11 18:34:10 +01:00