Skip to content
Commit e4cfb034 authored by Andrew Liu's avatar Andrew Liu Committed by Dmitry Torokhov
Browse files

Input: keyboard - "keycode & KEY_MAX" changes some keycode values



For exmaple, keycode: KEY_OK(0x160) is changed by "and" operation with
KEY_MAX(0x2ff) to KEY_KPENTER(96).

Signed-off-by: default avatarAndrew Liu <andrew.liu200917@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 5cf0eb98
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment