Comment 22 for bug 512192

Revision history for this message
ALLurGroceries (allurgroceries) wrote : Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), ASUS k40in, Asus U81A and ASUS UL80-VT.

Affects ASUS U80V-A2. I commented out this check in drivers/input/mouse/elantech.c and the touchpad is recognized as Elantech, but it breaks functionality. Must be a different "magic knock" for these affected touchpads.

if (param[0] == 0 || param[1] != 0) {
  pr_debug("elantech.c: Probably not a real Elantech touchpad. Aborting.\n");
  return -1;
    }