summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/intel_module.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/intel_module.c b/src/intel_module.c
index 223ea81e..a47427a4 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -224,6 +224,12 @@ static const SymTabRec intel_chipsets[] = {
{0x0155, "HD Graphics"},
{0x0157, "HD Graphics"},
+ /* When adding new identifiers, also update:
+ * 1. intel_identify()
+ * 2. man/intel.man
+ * 3. README
+ */
+
{-1, NULL} /* Sentinel */
};