Answer the question
In order to leave comments, you need to log in
Under what conditions does the linux kernel ignore an ioctl call from userspace?
Why does the kernel ignore the user's ioctl request when working through the 0xff configuration node? Although on it the device opens and closes correctly. When working through other nodes 0x1, 0x0, ... there are no problems.
Answer the question
In order to leave comments, you need to log in
when working through the configuration node 0xff
there are so-called. files - nodes, through them work with the driver is carried out. For example
int fd = open("/dev/vendor/node-0", O_RDWR);
And how to look under strace?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question