mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 04:10:05 +01:00
Blacklist some key names that resolve to other names
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b3c661d397
commit
c92f81b648
1 changed files with 8 additions and 1 deletions
|
|
@ -29,7 +29,14 @@ prefixes = [
|
|||
]
|
||||
|
||||
blacklist = [
|
||||
"EV_VERSION"
|
||||
"EV_VERSION",
|
||||
"BTN_MISC",
|
||||
"BTN_MOUSE",
|
||||
"BTN_JOYSTICK",
|
||||
"BTN_GAMEPAD",
|
||||
"BTN_DIGI",
|
||||
"BTN_WHEEL",
|
||||
"BTN_TRIGGER_HAPPY"
|
||||
]
|
||||
|
||||
def print_bits(bits, prefix):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue