tslib: Enable raw module in ts.conf
By default there is no module activated in ts.conf. According to the ts.conf previously attached in the tslib package dir (which was never installed) the default module of choice was the raw module. This patch enables the raw module in the ts.conf file in the tslib source tree, which will be installed in the target. Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
36f33bc00f
commit
250d2222ba
14
package/tslib/tslib-enable_raw_module.patch
Normal file
14
package/tslib/tslib-enable_raw_module.patch
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user