> > > > + scancode = scancode >> 1; /* lowest bit is release bit */
> > > > + down = scancode & 1;
> He's correct, the up/down event is received in the lsb bit, the other 7
> bits are the keycode.
Well, I'm also unsure you mean the LSB here -- The hardware manual says
that bit 7 indicates that the key had been released.
Simon
-- GPG public key available from http://phobos.fs.tum.de/pgp/Simon.Richter.asc Fingerprint: DC26 EB8D 1F35 4F44 2934 7583 DBB6 F98D 9198 3292 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/