From d14d7efb28c3e323203139b7c1562b1e0bc526f0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 24 Jun 2014 16:33:43 +0100 Subject: intel: Add a note about the myriad places we have identifier strings Signed-off-by: Chris Wilson --- src/intel_module.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/intel_module.c') 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 */ }; -- cgit v1.2.3