1TS_CONFIG(3) tslib TS_CONFIG(3)
2
3
4
6 ts_config, ts_reconfig - read tslib's configuration
7
9 #include <tslib.h>
10
11 int ts_config(struct tsdev *dev);
12
13 int ts_reconfig(struct tsdev *dev);
14
15
16
18 ts_config() loads and initialises all modules configured in the tslib
19 configuration file TSLIB_CONFFILE , see ts.conf (5). ts_reconfig() re-
20 runs ts_config and updates the configuration if the configuration file
21 has changed.
22
23
25 Zero is returned on success. A negative value is returned in case of an
26 error.
27
28
30 ts_read(3), ts_open(3), ts_setup(3), ts_close(3), ts.conf(5)
31
32
33
34 TS_CONFIG(3)