• Dmitry Torokhov's avatar
    Input: psmouse - reset all types of mice before reconnecting · ef110b24
    Dmitry Torokhov authored
    Synaptics hardware requires resetting device after suspend to ram
    in order for the device to be operational. The reset lives in
    synaptics-specific reconnect handler, but it is not being invoked
    if synaptics support is disabled and the device is handled as a
    standard PS/2 device (bare or IntelliMouse protocol).
    
    Let's add reset into generic reconnect handler as well.
    Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
    ef110b24
psmouse-base.c 42.9 KB