]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - hwdb.d/parse_hwdb.py
sd-bus: Add sd_bus_set_fd documentation along with some cleanups.
[thirdparty/systemd.git] / hwdb.d / parse_hwdb.py
index b5395b11fe53627aa9f472812ee66213b7e0121d..579c45fda0218281080d94aef71493e1d171eeb3 100755 (executable)
@@ -128,6 +128,7 @@ def property_grammar():
              ('KEYBOARD_LED_CAPSLOCK', Literal('0')),
              ('ACCEL_MOUNT_MATRIX', mount_matrix),
              ('ACCEL_LOCATION', Or(('display', 'base'))),
+             ('PROXIMITY_NEAR_LEVEL', INTEGER),
             )
     fixed_props = [Literal(name)('NAME') - Suppress('=') - val('VALUE')
                    for name, val in props]