Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47ce56ed authored by Kenan Esau's avatar Kenan Esau Committed by Dmitry Torokhov
Browse files

Input: psmouse - DMI updates for lifebook protocol



Added different lifebook-versions and the CF-18 to the corresponding
dmi-table.

Signed-off-by: default avatarKenan Esau <kenan.esau@conan.de>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent ed8f9e2f
Loading
Loading
Loading
Loading
+24 −0
Original line number Original line Diff line number Diff line
@@ -21,12 +21,36 @@
#include "lifebook.h"
#include "lifebook.h"


static struct dmi_system_id lifebook_dmi_table[] = {
static struct dmi_system_id lifebook_dmi_table[] = {
       {
               .ident = "LifeBook B",
               .matches = {
                       DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B Series"),
               },
       },
       {
       {
               .ident = "Lifebook B",
               .ident = "Lifebook B",
               .matches = {
               .matches = {
                       DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK B Series"),
                       DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK B Series"),
               },
               },
       },
       },
       {
               .ident = "Lifebook B213x/B2150",
               .matches = {
                       DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B2131/B2133/B2150"),
               },
       },
       {
               .ident = "Zephyr",
               .matches = {
                       DMI_MATCH(DMI_PRODUCT_NAME, "ZEPHYR"),
               },
       },
       {
               .ident = "CF-18",
               .matches = {
                       DMI_MATCH(DMI_PRODUCT_NAME, "CF-18"),
               },
       },
       {
       {
               .ident = "Lifebook B142",
               .ident = "Lifebook B142",
               .matches = {
               .matches = {