Update ids_parser.py
authorMike Gilbert <floppym@gentoo.org>
Fri, 25 Oct 2019 15:04:42 +0000 (11:04 -0400)
committerMike Gilbert <floppym@gentoo.org>
Fri, 25 Oct 2019 15:04:42 +0000 (11:04 -0400)
ids_parser.py

index 58ecc73ae16a2cdb89a0b1a87ebae860dea2a5c6..6f3a88f840ab1e0d7f0d96eee7dcdb208c4ca5d9 100755 (executable)
@@ -275,7 +275,7 @@ def sdio_vendor_model(p):
             add_item(items, (vendor, device), text)
 
     with open('20-sdio-vendor-model.hwdb', 'wt') as out:
-        header(out, 'hwdb/sdio.ids')
+        header(out, 'hwdb.d/sdio.ids')
 
         for key in sorted(items):
             if len(key) == 1:
@@ -296,7 +296,7 @@ def sdio_classes(p):
         add_item(items, klass, text)
 
     with open('20-sdio-classes.hwdb', 'wt') as out:
-        header(out, 'hwdb/sdio.ids')
+        header(out, 'hwdb.d/sdio.ids')
 
         for klass in sorted(items):
             print(f'',