We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f07ad commit f8fa3f8Copy full SHA for f8fa3f8
scripts/gen-pciids.py
@@ -32,6 +32,10 @@ def main(keep_vendor_list: set):
32
vendors[-1].devices.append(PciDeviceModel(int(id, 16), name))
33
34
code = """\
35
+// SPDX-License-Identifier: BSD-3-Clause
36
+// https://opensource.org/license/BSD-3-Clause
37
+// Generated from https://pci-ids.ucw.cz/v2.2/pci.ids
38
+
39
#include <stdint.h>
40
#include <stddef.h>
41
0 commit comments