Home
last modified time | relevance | path

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

/linux/drivers/misc/ibmasm/
H A Dremote.c130 (buttons & REMOTE_BUTTON_MIDDLE) ? "middle " : "", in print_input()
151 input_report_key(dev, BTN_MIDDLE, buttons & REMOTE_BUTTON_MIDDLE); in send_mouse_event()
H A Dremote.h43 #define REMOTE_BUTTON_MIDDLE 0x02 macro