Messages in this thread |  | | | Date | Thu, 31 Jan 2002 16:12:46 -0800 (PST) | | From | James Simmons <> | | Subject | Re: [PATCH] amiga input api drivers |
| |
> > > > + 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.
Okay that has been fixed now :-) Another patch is coming your way.
- 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/
|  |