lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 31 Oct 2006 10:36:12 -0600
From:	<Greg.Chandler@...lsfargo.com>
To:	<linux-kernel@...r.kernel.org>
Cc:	<torvalds@...l.org>, <linux-input@...ey.karlin.mff.cuni.cz>,
	<dmitry.torokhov@...il.com>
Subject: [PATCH 1/1] PS/2 driver update for Fujitsu 4-wire touchscreen on Hitachi tablets.


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.



--- drivers/input/mouse/lifebook.c.old  2006-10-13 22:34:03.000000000
-0500
+++ drivers/input/mouse/lifebook.c      2006-10-31 10:08:29.000000000
-0600
@@ -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"),


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ