Re: [PATCH 4/6] Input: psmouse - move protocol descriptions around

2015-12-11 Thread Pali Rohár
On Saturday 28 November 2015 21:13:54 Dmitry Torokhov wrote: > We move protocol descriptions and psmouse_find_by_type() and > pmouse_find_by_name() so that we can use them without forward declarations > in the subsequent patches. > > Signed-off-by: Dmitry Torokhov Reviewed-by: Pali Rohár -- P

[PATCH 4/6] Input: psmouse - move protocol descriptions around

2015-11-28 Thread Dmitry Torokhov
We move protocol descriptions and psmouse_find_by_type() and pmouse_find_by_name() so that we can use them without forward declarations in the subsequent patches. Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/psmouse-base.c | 379 ++--- 1 file changed, 18