James Simmons wrote:
> > > +   scancode = scancode >> 1;       /* lowest bit is release bit */
> > > +   down = scancode & 1;
> >
> > Shouldn't that be the other way 'round?
> 
> I don't know. Anyone?
He's correct, the up/down event is received in the lsb bit, the other 7
bits are the keycode.
bye, Roman
-
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/