tslib-1.0-remove-return-on-error-from-check-df.patch 479 B

1234567891011
  1. --- a/plugins/input-raw.c 2008-01-25 14:02:23.000000000 +0100
  2. +++ b/plugins/input-raw.new.c 2008-01-25 14:02:50.000000000 +0100
  3. @@ -58,8 +58,6 @@ static int check_fd(struct tslib_input *
  4. (ioctl(ts->fd, EVIOCGBIT(EV_ABS, sizeof(absbit) * 8), &absbit) >= 0) &&
  5. (absbit & (1 << ABS_X)) &&
  6. (absbit & (1 << ABS_Y)) && (absbit & (1 << ABS_PRESSURE)))) {
  7. - fprintf(stderr, "selected device is not a touchscreen I understand\n");
  8. - return -1;
  9. }
  10. if (bit & (1 << EV_SYN))