CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2014/05/18 09:27:28
Modified files: sys/dev/pckbc : pms.c Log message: 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.