Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Date: Thu, 26 Apr 2001 10:46:23 +0200
From: Alexander Pipelka <pipelka@bms-austria.com> Subject: SDL ELO driver bugfix Hi Sam! We noticed that the ELO serial touchscreen controller is quite sensitive in terms of correct protocol handling. The current implementation cause some controllers to hangup after some time (> 24h). I think the attached patch should fix this (I ran my device more than 3 days without any hangups).
- Loading branch information
Showing
with
48 additions
and 6 deletions.
- +23 −0 src/video/fbcon/SDL_fbelo.c
- +6 −0 src/video/fbcon/SDL_fbelo.h
- +19 −6 src/video/fbcon/SDL_fbevents.c