logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ts_open_restricted - use a custom function for opening the touchscreen's input device file

Description

ts_open_restricted()  is  useful if libts should not be run as root. If such a function is implemented by
       the user and assigned to the ts_open_restricted pointer, it will be called by ts_open()  instead  of  the
       open() system call directly.

       It should open the input device at path with flags while user_data is currently unused.

Name

       ts_open_restricted - use a custom function for opening the touchscreen's input device file

Return Value

       the touchscreen input device' file descriptor

See Also

ts_close_restricted(3), ts_open(3), ts_setup(3), ts_close(3), ts.conf(5)

                                                                                           TS_OPEN_RESTRICTED(3)

Synopsis

#include<tslib.h>int(*ts_open_restricted)(constchar*path,intflags,void*user_data);

See Also