Input: lifebook - learn about hard tabs

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Andrew Morton 2006-11-02 23:27:44 -05:00 committed by Dmitry Torokhov
parent 15e9acb83c
commit b1b2965057

View file

@ -21,53 +21,51 @@
#include "lifebook.h" #include "lifebook.h"
static struct dmi_system_id lifebook_dmi_table[] = { static struct dmi_system_id lifebook_dmi_table[] = {
{ {
.ident = "FLORA-ie 55mi", .ident = "FLORA-ie 55mi",
.matches = { .matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "FLORA-ie 55mi"), DMI_MATCH(DMI_PRODUCT_NAME, "FLORA-ie 55mi"),
}, },
}, },
{ {
.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 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", .ident = "Lifebook B213x/B2150",
.matches = { .matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B2131/B2133/B2150"), DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B2131/B2133/B2150"),
}, },
}, },
{ {
.ident = "Zephyr", .ident = "Zephyr",
.matches = { .matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "ZEPHYR"), DMI_MATCH(DMI_PRODUCT_NAME, "ZEPHYR"),
}, },
}, },
{ {
.ident = "CF-18", .ident = "CF-18",
.matches = { .matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "CF-18"), DMI_MATCH(DMI_PRODUCT_NAME, "CF-18"),
}, },
}, },
{ {
.ident = "Lifebook B142", .ident = "Lifebook B142",
.matches = { .matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B142"), DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B142"),
}, },
},
}, { }
{ }
}; };
static psmouse_ret_t lifebook_process_byte(struct psmouse *psmouse) static psmouse_ret_t lifebook_process_byte(struct psmouse *psmouse)
{ {
unsigned char *packet = psmouse->packet; unsigned char *packet = psmouse->packet;