[PATCH 1/7] Input: psmouse - create helper for reporting standard buttons/motion

2018-01-19 Thread Dmitry Torokhov
Many protocol driver re-implement code to parse buttons or motion data from the standard PS/2 protocol. Let's split the parsing into separate functions and reuse them in protocol drivers. Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/alps.c | 30

[PATCH 1/7] Input: psmouse - create helper for reporting standard buttons/motion

2018-01-19 Thread Dmitry Torokhov
Many protocol driver re-implement code to parse buttons or motion data from the standard PS/2 protocol. Let's split the parsing into separate functions and reuse them in protocol drivers. Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/alps.c | 30 +++---