You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux struct input_event structure actually contains not only the .type, .code and .value members for EV_SND, SND_TONE and the frequency, but also a struct timespec.
We should verify that the struct timespec is ignored by the kernel. Otherwise, it might be possible to move the delays from userspace into the kernel, similar to the BSD API.
The text was updated successfully, but these errors were encountered:
The Linux
struct input_event
structure actually contains not only the.type
,.code
and.value
members forEV_SND
,SND_TONE
and the frequency, but also astruct timespec
.We should verify that the
struct timespec
is ignored by the kernel. Otherwise, it might be possible to move the delays from userspace into the kernel, similar to the BSD API.The text was updated successfully, but these errors were encountered: