diff options
author | Martin Kepplinger <martink@posteo.de> | 2016-11-18 17:36:05 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-19 10:43:06 +0100 |
commit | a233fd0a6303e977d0bc50d56a984213512d895c (patch) | |
tree | faf022dc5872c3ed7fd9b455b463aca3bc52e2d8 /package/tslib/0001-enable_raw_module.patch | |
parent | bae792e4c04b5f6ac34befd1334ddc715801a165 (diff) | |
download | buildroot-a233fd0a6303e977d0bc50d56a984213512d895c.tar.gz buildroot-a233fd0a6303e977d0bc50d56a984213512d895c.zip |
tslib: bump version to 1.2
* The first patch is removed because the input-raw plugin is now enabled
in tslib's provided ts.conf
* The second patch added 2 programs to tslib. The whole patch is removed
because:
- ts_finddev is now part of tslib.
- inputattach is part of the 'Linux console project' located
here: https://sourceforge.net/projects/linuxconsole/
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tslib/0001-enable_raw_module.patch')
-rw-r--r-- | package/tslib/0001-enable_raw_module.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/tslib/0001-enable_raw_module.patch b/package/tslib/0001-enable_raw_module.patch deleted file mode 100644 index cb89338cf7..0000000000 --- a/package/tslib/0001-enable_raw_module.patch +++ /dev/null @@ -1,14 +0,0 @@ -Enable raw module by default - -Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> - -diff -Naur tslib-e000d35a.orig/etc/ts.conf tslib-e000d35a/etc/ts.conf ---- tslib-e000d35a.orig/etc/ts.conf 2010-12-21 18:54:45.000000000 +0100 -+++ tslib-e000d35a/etc/ts.conf 2010-12-21 18:55:03.000000000 +0100 -@@ -1,5 +1,5 @@ - # Uncomment if you wish to use the linux input layer event interface --# module_raw input -+module_raw input - - # Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d - # module_raw collie |