Searched hist:d3cc100069f945a392d6cde5ea326bb686418193 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/input/joystick/iforce/ |
H A D | iforce-serio.c | diff d3cc100069f945a392d6cde5ea326bb686418193 Fri Aug 10 02:50:39 CEST 2018 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: iforce - do not combine arguments for iforce_process_packet()
Current code combines packet type and data length into single argument to iforce_process_packet() and then has to untangle it. It is much clearer to simply use separate arguments.
Tested-by: Tim Schumacher <timschumi@gmx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|
H A D | iforce-packets.c | diff d3cc100069f945a392d6cde5ea326bb686418193 Fri Aug 10 02:50:39 CEST 2018 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: iforce - do not combine arguments for iforce_process_packet()
Current code combines packet type and data length into single argument to iforce_process_packet() and then has to untangle it. It is much clearer to simply use separate arguments.
Tested-by: Tim Schumacher <timschumi@gmx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|
H A D | iforce.h | diff d3cc100069f945a392d6cde5ea326bb686418193 Fri Aug 10 02:50:39 CEST 2018 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: iforce - do not combine arguments for iforce_process_packet()
Current code combines packet type and data length into single argument to iforce_process_packet() and then has to untangle it. It is much clearer to simply use separate arguments.
Tested-by: Tim Schumacher <timschumi@gmx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|
H A D | iforce-usb.c | diff d3cc100069f945a392d6cde5ea326bb686418193 Fri Aug 10 02:50:39 CEST 2018 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: iforce - do not combine arguments for iforce_process_packet()
Current code combines packet type and data length into single argument to iforce_process_packet() and then has to untangle it. It is much clearer to simply use separate arguments.
Tested-by: Tim Schumacher <timschumi@gmx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|