Skip to content

Commit 5980eb3

Browse files
committed
Updated mini210 for updated FE 3.0.8 Kernel.
1 parent 1fe8b60 commit 5980eb3

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export TERM=xterm
22
export TSLIB_CALIBFILE=/etc/pointercal
33
export TSLIB_CONFFILE=/etc/ts.conf
4-
export TSLIB_TSDEVICE=/dev/input/event0
4+
export TSLIB_TSDEVICE=/dev/touchscreen-1wire
55
export TSLIB_FBDEVICE=/dev/fb0
66
export TSLIB_CONSOLEDEVICE=/dev/tty1
77
export TSLIB_PLUGINDIR=/usr/lib/ts
88
export QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0
99
export QT_QPA_FB_TSLIB=1
10-
export QT_QPA_GENERIC_PLUGINS=tslib:/dev/input/event0
10+
export QT_QPA_GENERIC_PLUGINS=tslib:/dev/touchscreen-1wire

targets/mini210-qt_overlay/etc/ts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment if you wish to use the linux input layer event interface
2-
module_raw input
2+
module_raw one-wire-ts-input
33

44
# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
55
# module_raw collie
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export TERM=xterm
22
export TSLIB_CALIBFILE=/etc/pointercal
33
export TSLIB_CONFFILE=/etc/ts.conf
4-
export TSLIB_TSDEVICE=/dev/input/event0
4+
export TSLIB_TSDEVICE=/dev/touchscreen-1wire
55
export TSLIB_FBDEVICE=/dev/fb0
66
export TSLIB_CONSOLEDEVICE=/dev/tty1
77
export TSLIB_PLUGINDIR=/usr/lib/ts

targets/mini210_overlay/etc/ts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment if you wish to use the linux input layer event interface
2-
module_raw input
2+
module_raw one-wire-ts-input
33

44
# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
55
# module_raw collie
Binary file not shown.

0 commit comments

Comments
 (0)