Input: psmouse - DMI updates for lifebook protocol
Added different lifebook-versions and the CF-18 to the corresponding dmi-table. Signed-off-by: Kenan Esau <kenan.esau@conan.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
ed8f9e2f04
commit
47ce56edb8
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue