diff options
author | Luke <luke.wilde@live.co.uk> | 2020-08-25 05:51:15 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-25 09:43:51 +0200 |
commit | b58ca7cf3d73152e8e049df4ddd43912030ab4ea (patch) | |
tree | 5a718789f44915b86542f2fc56a50218618c221c /DevTools/HackStudio | |
parent | 8b166e57dfbcaa353752f3327b1f34b819deceb7 (diff) | |
download | serenity-b58ca7cf3d73152e8e049df4ddd43912030ab4ea.zip |
Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8
When trying to scroll up on virtualizers that don't use the VMware
backdoor and instead use PS2MouseDevice, it would actually scroll
down rapidly.
Looking into it, the mouse delta for scrolling down was 1 and 15
for scrolling up. 15 is suspiciously -1 for a nibble.
According to https://isdaman.com/alsos/hardware/mouse/ps2interface.htm
the Z is actually 4 bits for Intellimouse.
This fixes scrolling up on virtualizers such as VirtualBox.
Diffstat (limited to 'DevTools/HackStudio')
0 files changed, 0 insertions, 0 deletions