Browse Source

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>
Greg Chandler 18 years ago
parent
commit
15e9acb83c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      drivers/input/mouse/lifebook.c

+ 6 - 0
drivers/input/mouse/lifebook.c

@@ -21,6 +21,12 @@
 #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",
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "FLORA-ie 55mi"),
+               },
+       },
        {
        {
                .ident = "LifeBook B",
                .ident = "LifeBook B",
                .matches = {
                .matches = {