summaryrefslogtreecommitdiff
path: root/sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch
blob: f16fddd992c43ce91f01fd6652449876d45c68b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- check-pci-ids.py
+++ check-pci-ids.py
@@ -5,8 +5,8 @@
 
 # Check that the sorting order is preserved in pci.ids
 
-vendor_id = None
-device_id = None
+vendor_id = -1
+device_id = -1
 lineno    = 1
 
 file = open("pci.ids")