]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: dmi: Add DMI_PRODUCT_FAMILY identification string
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 17 May 2017 10:25:12 +0000 (13:25 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 May 2017 08:04:41 +0000 (10:04 +0200)
commit405b2ab1e0afe963af1348a1516164b6915baea8
treeeef4185cceffdf49908e4380cd3f6cc8023959f6
parent5f3f4a3463a7c40d8c73e4d856d27172ed35f670
firmware: dmi: Add DMI_PRODUCT_FAMILY identification string

Sometimes it is more convenient to be able to match a whole family of
products, like in case of bunch of Chromebooks based on Intel_Strago to
apply a driver quirk instead of quirking each machine one-by-one.

This adds support for DMI_PRODUCT_FAMILY identification string and also
exports it to the userspace through sysfs attribute just like the
existing ones.

Suggested-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/firmware/dmi-id.c
drivers/firmware/dmi_scan.c
include/linux/mod_devicetable.h