aboutsummaryrefslogtreecommitdiff
path: root/touch.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update for work with archlinuxNeodarZ2017-06-031-2/+2
|
* Fix bug who don't send data to uinputneodarz2017-03-281-3/+3
|
* Update touch.pyAdam Rodriguez2015-10-251-4/+9
| | | Added a try, except: around f.read(25). This ensures that if it cant read from the device then it will exit the function then reconnect to the device. In my case whenever i plugged in any USB it would disconnect and change the driver name. this should fix that problem.
* Added sleep in while trueIcebob2015-07-041-0/+1
|
* Add touch support.derekhe2015-06-271-0/+84