aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-28 07:30:34 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-28 07:30:34 +0100
commitd7b80385dea105d99b0e3666bce87c68b5511b54 (patch)
tree6f0533a6ccaca507853dc5cd302f0e034985efac /modules/devices.c
parent968f3caf1b2b5a77229943ff76eb7f18778e277d (diff)
ADD Sync blobversion check - only update if new on server
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/devices.c b/modules/devices.c
index dd51b482..7e9eef6d 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -840,28 +840,34 @@ void hi_module_init(void)
{
.name = N_("Update PCI ID listing"),
.file_name = "pci.ids",
+ .optional = TRUE,
},
{
.name = N_("Update USB ID listing"),
.file_name = "usb.ids",
+ .optional = TRUE,
},
{
.name = N_("Update EDID vendor codes"),
.file_name = "edid.ids",
+ .optional = TRUE,
},
{
.name = N_("Update IEEE OUI vendor codes"),
.file_name = "ieee_oui.ids",
+ .optional = TRUE,
},
{
.name = N_("Update SD card manufacturer information"),
.file_name = "sdcard.ids",
+ .optional = TRUE,
},
#ifdef ARCH_x86
#if JSON_CHECK_VERSION(0,20,0)
{
.name = N_("Update CPU flags database"),
.file_name = "cpuflags.json",
+ .optional = TRUE,
},
#endif
#endif