Skip to content

Commit

Permalink
Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signature
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Chandler authored and Dmitry Torokhov committed Nov 3, 2006
1 parent b187dd7 commit 15e9acb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/input/mouse/lifebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
#include "lifebook.h"

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 = {
Expand Down

0 comments on commit 15e9acb

Please sign in to comment.