aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2013-07-03 15:05:02 -0700
committerLinus Torvalds <[email protected]>2013-07-03 16:07:42 -0700
commit5017b2851373ee15c7035151853bb1448800cae2 (patch)
treeb0f60670bbf5658a44a51930e8eb728b0ea70a20 /tools/perf/scripts/python/bin
parent45c64940c8bb64a042464ecec89d95eb4cce9b07 (diff)
dmi: add support for exact DMI matches in addition to substring matching
dmi_match() considers a substring match to be a successful match. This is not always sufficient to distinguish between DMI data for different systems. Add support for exact string matching using strcmp() in addition to the substring matching using strstr(). The specific use case in the i915 driver is to allow us to use an exact match for D510MO, without also incorrectly matching D510MOV: { .ident = "Intel D510MO", .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "Intel"), DMI_EXACT_MATCH(DMI_BOARD_NAME, "D510MO"), }, } Signed-off-by: Jani Nikula <[email protected]> Cc: <[email protected]> Cc: Chris Wilson <[email protected]> Cc: Cornel Panceac <[email protected]> Acked-by: Daniel Vetter <[email protected]> Cc: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions