Fix tail packet check in elantech v3 touchpad code. Due to a typo this
authorstsp <stsp@openbsd.org>
Sun, 18 May 2014 15:27:28 +0000 (15:27 +0000)
committerstsp <stsp@openbsd.org>
Sun, 18 May 2014 15:27:28 +0000 (15:27 +0000)
commit85c77397519522a5af92f59e210aaf853ef86b8f
tree99becf8db237ad2f2adc4259b362dffb0dda3c19
parentc43a89b200ce6234a10ac94fd25592950043483f
Fix tail packet check in elantech v3 touchpad code. Due to a typo this
code was masking out bits which were also tested in the same expression.
Reported by cppcheck via jsg@ (Expression '(X & 0xfc) != 0x2' is always true).
Tested with Elantech Touchpad, version 3, firmware 0x250f00.
sys/dev/pckbc/pms.c