]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: xpad - fix clash of presence handling with LED setting
authorPavel Rojtberg <rojtberg@gmail.com>
Mon, 19 Oct 2015 07:06:58 +0000 (00:06 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 19 Oct 2015 07:11:22 +0000 (00:11 -0700)
commitfbe6a3114471cccaeaeabfa56937731503ece545
treeb592ae04804f7edd2b579dc52808344fae7d786d
parent9378c0251c7ac4b247177fb0c292a025ca1b751c
Input: xpad - fix clash of presence handling with LED setting

Do not call xpad_identify_controller at init with wireless devices: it
conflicts with the already sent presence packet and will be called by
xpad360w_process_packet as needed anyway.

Signed-off-by: Pavel Rojtberg <rojtberg@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/xpad.c