BTN_THUMBR
[BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
[15] = { BTN_THUMBR, 1 },
[25] = { BTN_THUMBR, 0 },
{ BTN_THUMBR, JC_BTN_RSTICK, },
{ BTN_THUMBR, JC_BTN_RSTICK, },
input_report_key(ds->gamepad, BTN_THUMBR, ds_report->buttons[1] & DS_BUTTONS1_R3);
input_report_key(ds4->gamepad, BTN_THUMBR, ds4_report->buttons[1] & DS_BUTTONS1_R3);
BTN_THUMBR, /* R3 */
samsung_kbd_mouse_map_key_clear(BTN_THUMBR);
[0x03] = BTN_THUMBR, /* R3 */
[0x03] = BTN_THUMBR, /* R3 */
[0xc] = BTN_THUMBR, /* R3 */
input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2)));
input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2)));
input_set_capability(input, EV_KEY, BTN_THUMBR);
BTN_THUMBR, /* WIIMOD_PRO_KEY_THUMBR */
BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
input_report_key(dev, BTN_THUMBR, ~data[0] & 0x02);
input_report_key(input, BTN_THUMBR, b_rsp3 & BIT(5));
input_report_key(input, BTN_THUMBR, false);
input_set_capability(idev, EV_KEY, BTN_THUMBR);
input_report_key(dev, BTN_THUMBR, data[5] & BIT(7));
BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
input_report_key(dev, BTN_THUMBR, data[2] & BIT(7));
input_report_key(dev, BTN_THUMBR, data[2] & BIT(7));