Home
last modified time | relevance | path

Searched refs:REMOTE_BUTTON_RIGHT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/misc/ibmasm/
Dremote.c131 (buttons & REMOTE_BUTTON_RIGHT) ? "right" : "" in print_input()
152 input_report_key(dev, BTN_RIGHT, buttons & REMOTE_BUTTON_RIGHT); in send_mouse_event()
Dremote.h44 #define REMOTE_BUTTON_RIGHT 0x04 macro