Skip to content
Commit 8ee294cd authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: serio - convert to common workqueue instead of a thread



Instead of creating an exclusive thread to handle serio events (which
happen rarely), let's switch to using common workqueue. With the arrival
of concurrency-managed workqueue infrastructure we are not concerned
that our callers or callees also using workqueue (no deadlocks anymore)
and it should reduce total number of threads in the system.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent ce16a474
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment