Skip to content
Commit 4b70858b authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: atkbd - release previously reserved keycodes 248 - 254



Keycodes in 248 - 254 range were reserved for special needs (scrolling)
of atkbd driver. Now that the driver has been switched to use unsigned
short keycodes instead of unsigned char we can release this range back
into pull. We keep code 255 (ATKBD_KEY_NULL) reserved since users may
have been using it to silence keys they do not care about since atkbd
silently drops scancodes mapped to this keycode.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 492d4f25
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