diff options
author | Greg Chandler <Greg.Chandler@wellsfargo.com> | 2006-11-02 23:27:38 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-11-02 23:27:38 -0500 |
commit | 15e9acb83c299963490b1f12d46498ae257d8f4e (patch) | |
tree | c5ca525e6789a6bfecd5c211b9d8baa382f40369 /drivers/input | |
parent | b187dd7b5231bb359f587bf4d276ffd467ebc884 (diff) | |
download | kernel_goldelico_gta04-15e9acb83c299963490b1f12d46498ae257d8f4e.zip kernel_goldelico_gta04-15e9acb83c299963490b1f12d46498ae257d8f4e.tar.gz kernel_goldelico_gta04-15e9acb83c299963490b1f12d46498ae257d8f4e.tar.bz2 |
Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signature
This adds another DMI detected touchscreen. It is exactly the same
driver as the existing ones, but this allows it to be detected on the
Hitachi Flora-IE 55mi tablet. The original Midori drivers are "abeo
antiquus". This should allow new life for these machines.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/mouse/lifebook.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/mouse/lifebook.c b/drivers/input/mouse/lifebook.c index c57e885..ab924484 100644 --- a/drivers/input/mouse/lifebook.c +++ b/drivers/input/mouse/lifebook.c @@ -22,6 +22,12 @@ static struct dmi_system_id lifebook_dmi_table[] = { { + .ident = "FLORA-ie 55mi", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "FLORA-ie 55mi"), + }, + }, + { .ident = "LifeBook B", .matches = { DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B Series"), |