]> git.ipfire.org Git - thirdparty/systemd.git/commit
hwdb: add missing Group() 17734/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Nov 2020 21:00:11 +0000 (06:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Nov 2020 21:02:44 +0000 (06:02 +0900)
commit315a3c9ff42afe8326ea34af3b2e8c720acc6658
treeca19c98ec4c1bbcdf649c5147a6981048ff76b87
parente77fed207a41a77f88853a89a8408fbfa9a17ddd
hwdb: add missing Group()

This fixes the following warning:
```
parse_hwdb.py:120: UserWarning: warn_ungrouped_named_tokens_in_collection: setting results name 'SETTINGS*' on And expression collides with 'HZ' on contained expression
  dpi_setting = (Optional('*')('DEFAULT') + INTEGER('DPI') + Suppress('@') + INTEGER('HZ'))('SETTINGS*')
```

Not sure about for the mount_matrix, but LGTM.com warns in that line,
and, adding Group() does not change the parse result.
hwdb.d/parse_hwdb.py