Searched refs:hid_hat_to_axis (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-input.c | 54 } hid_hat_to_axis[] = {{0, 0}, {0, -1}, {1, -1}, {1, 0}, {1, 1}, {0, 1}, {-1, 1}, {-1, 0}, {-1, -1}};
variable 1790 input_event(input, usage->type, usage->code, hid_hat_to_axis[hat_dir].x);
in hidinput_hid_event() 1791 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y);
in hidinput_hid_event()
|
Completed in 3 milliseconds