summaryrefslogtreecommitdiff
path: root/qt/qte232-for-qpe150-keyboard.patch
AgeCommit message (Collapse)AuthorFilesLines
2002-06-02Patch to remove unneeded hunk from diff - sideeffect: The diff is useablesandman1-9/+0
with both stock 2.3.2 and 2.3.3pre
2002-06-01Patch to src/kernel/qkeyboard_qws.cpp to:sandman1-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.