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

Input: serio - make serio_register_driver() return errors



Perform actual driver registration right in serio_register_driver()
instead of offloading it to kseriod and return proper error code to
callers if driver registration fails.

Note that driver <-> port matching is still done by kseriod to
speed up boot process since probing for PS/2 mice and keyboards
is pretty slow.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 9d92fe17
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