Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-06-02 | Patch to remove unneeded hunk from diff - sideeffect: The diff is useable | sandman | 1 | -9/+0 |
with both stock 2.3.2 and 2.3.3pre | ||||
2002-06-01 | Patch to src/kernel/qkeyboard_qws.cpp to: | sandman | 1 | -0/+154 |
a) support *all* PC/AT type scan codes (so micro keyboard should be fully functional b) Fix the sticky action key bug. (this is a problem with the action key scan code (0x60) and the key release flag (0x80). 0x60|0x80 = 0xe0 and this is the extended mode 1 modifier and not "release action key". Simple workaround: remember if action key is depressed. |