Blacklist some key names that resolve to other names

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-06-04 11:11:25 +10:00
parent b3c661d397
commit c92f81b648

View file

@ -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):