Hi, Just a few cleanups to psmouse code: BIT(), sign_extend(), u8 for data, etc. Plus a patch from Stephen Lyons to handle A4Tech mice with 2 scroll wheels. Thanks. Dmitry Torokhov (6): Input: psmouse - create helper for reporting standard buttons/motion Input: psmouse - clean up code Input: logips2pp - clean up code Input: lifebook - clean up code Input: synaptics - switch to using input_set_capability Input: synaptics - handle errors from input_mt_init_slots() Stephen Lyons (1): Input: psmouse - add support for 2nd wheel on A4Tech Dual-Scroll wheel mice drivers/input/mouse/alps.c | 30 ++---- drivers/input/mouse/elantech.c | 28 ++---- drivers/input/mouse/lifebook.c | 62 +++++++------ drivers/input/mouse/logips2pp.c | 152 ++++++++++++++++++------------- drivers/input/mouse/psmouse-base.c | 181 +++++++++++++++++++++++-------------- drivers/input/mouse/psmouse.h | 4 + drivers/input/mouse/sentelic.c | 11 +-- drivers/input/mouse/synaptics.c | 82 ++++++++++------- 8 files changed, 302 insertions(+), 248 deletions(-) -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html