Re: [PATCH] amiga input api drivers

James Simmons (jsimmons@transvirtual.com)
Thu, 31 Jan 2002 15:44:27 -0800 (PST)


> > + scancode = scancode >> 1; /* lowest bit is release bit */
> > + down = scancode & 1;
>
> Shouldn't that be the other way 'round?

I don't know. Anyone?

-
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/