[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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • RE: Touchscreen hardware hacking/driver hacking.
    ... I noticed the same thing with your lifebook models. ... fact that all of the Hitachi tablets do have this, ... embedded uses a generic ps/2 driver for the device. ...
    (Linux-Kernel)
  • Re: [PATCH] RTC: Add mmap method to rtc character driver
    ... driver was there, and its infrastructure lent itself rather easily toward adding ... open that driver and send it a UIE or PIE ioctl, it will start ticking ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • zd1211b question.
    ... the building of that driver. ... Am I blind, don't know how to run grep, or does the xconfig script need more ... Thus spake the master programmer: ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
    (Linux-Kernel)
  • Re: [ALSA] 2.6.21 loading of module snd_ymfpci takes 2 minutes
    ... Santiago Garcia Mantinan wrote: ... driver I decided to replace the ymfpci_main.c from 2.6.21 with the one from ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: Net: e1000 driver: TX Hang message
    ... It receives packets but keeps on giving "Tx hang" ... > the same piece of code is in the 2.6.13.2 kernel's e1000 driver. ... > More majordomo info at http://vger.kernel.org/majordomo-info.html ... > Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)