Seulement dans /home/xf86-input-elographics-1.1.0/src/: .deps Seulement dans /home/xf86-input-elographics-1.1.0/src/: elographics_drv.la Seulement dans /home/xf86-input-elographics-1.1.0/src/: .libs Seulement dans /home/xf86-input-elographics-1.1.0/src/: Makefile diff -u xf86-input-elographics-1.1.0/src/xf86Elo.c /home/xf86-input-elographics-1.1.0/src/xf86Elo.c --- xf86-input-elographics-1.1.0/src/xf86Elo.c 2006-04-07 19:20:16.000000000 +0200 +++ /home/xf86-input-elographics-1.1.0/src/xf86Elo.c 2007-09-12 21:56:14.000000000 +0200 @@ -861,8 +861,8 @@ /* * Emit a button press or release. */ - if (state == ELO_PRESS || state == ELO_RELEASE) { - xf86PostButtonEvent(local->dev, TRUE, 1, state == ELO_PRESS, 0, 2, cur_x, cur_y); + if (state == ELO_STREAM || state == ELO_RELEASE) { + xf86PostButtonEvent(local->dev, TRUE, 1, state == ELO_STREAM, 0, 2, cur_x, cur_y); } DBG(3, ErrorF("TouchScreen: x(%d), y(%d), %s\n", @@ -1430,7 +1430,7 @@ } else { ErrorF("Unable to ask Elographics touchscreen identification\n"); - goto not_success; + // goto not_success; } /* @@ -1443,7 +1443,7 @@ req[4] = ELO_TRACKING_MODE; if (xf86EloSendControl(req, local->fd) != Success) { ErrorF("Unable to change Elographics touchscreen operating mode\n"); - goto not_success; + // goto not_success; } #ifndef XFREE86_V4 @@ -1471,10 +1471,10 @@ if (xf86EloSendControl(req, local->fd) != Success) { ErrorF("Unable to change Elographics touchscreen reports timings\n"); - not_success: - SYSCALL(close(local->fd)); - local->fd = -1; - return !Success; + // not_success: + //SYSCALL(close(local->fd)); + // local->fd = -1; + //return !Success; } #ifdef XFREE86_V4 xf86AddEnabledDevice(local); Seulement dans /home/xf86-input-elographics-1.1.0/src/: xf86Elo.lo