Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-28 | vendor: update vendor.{h,c} | Burt P | |
Mostly new match rules. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-29 | vendor.ids update and vendor.{h,c} improvements from sysobj version | Burt P | |
* more fields in struct Vendor. * match_case -> match_rule and new match rule "exact". match_rule remains compatible with match_case for old conf format. * matches must be "whole word" matches so "Harmony" no longer hits for "ARM". * Parts outside of () are checked first, so "Foo (formerly Barly)" matches Foo before Barly, even though Barly is longer and would otherwise match first. * vendor_list type (a blessed GSList*) and helper functions to manage it. Signed-off-by: Burt P <pburt0@gmail.com> |