From: Duane Evenson on
I have a mouse that's acting up. Sometimes, when I release the mouse
button, it acts like I added a double click to the button release.

I ran "mev" and good behaviour coincides with:
button down: event 0x14
button up: event 0x18

bad behaviour has the following:
button down: event 0x14, event 0x82
button up: event 0x88

This happens with either left, right, or middle button.

What does these events codes (14, 18, 82, 88) mean?
Does anyone know what is happening?

I'm guessing that because it is also occurs using a terminal testing
program, the problem is either the gpm daemon or the kernel.