]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: alps - use standard workqueue when registering supplemental device
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 12 Mar 2026 05:39:58 +0000 (22:39 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 12 Mar 2026 18:16:29 +0000 (11:16 -0700)
commitd4904a3d7159b342d45de8495046d33d1c18998e
treefaad98a683fbca75fbe42dca8f209a01cd107485
parent3873f16d4936690ddd7b35231fa5c712a3c63a54
Input: alps - use standard workqueue when registering supplemental device

Registering supplemental bare PS/2 device does not need to be ordered
relative to attempt to resynchronization done in psmouse core.

Switch to the default workqueue and use normal (non-delayed) work.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/alps.c
drivers/input/mouse/alps.h