Name
input_unfilter_device —
removes a filter from a device
Synopsis
void input_unfilter_device ( | struct input_handle * handle) ; |
Arguments
handle
input handle that owns the device
Description
Removes the filter from a device so that other input handles can
start receiving unfiltered input events. Upon release all handlers
attached to the device have their start
method called so they
have a change to synchronize device state with the rest of the
system.