BTN_THUMBL
[BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
[18] = { BTN_THUMBL, 1 },
[10] = { BTN_THUMBL, 0 },
{ BTN_THUMBL, JC_BTN_LSTICK, },
{ BTN_THUMBL, JC_BTN_LSTICK, },
input_report_key(ds->gamepad, BTN_THUMBL, ds_report->buttons[1] & DS_BUTTONS1_L3);
input_report_key(ds4->gamepad, BTN_THUMBL, ds4_report->buttons[1] & DS_BUTTONS1_L3);
BTN_THUMBL, /* L3 */
samsung_kbd_mouse_map_key_clear(BTN_THUMBL);
[0x02] = BTN_THUMBL, /* L3 */
[0x02] = BTN_THUMBL, /* L3 */
[0x02] = BTN_THUMBL, /* L3 */
[0xb] = BTN_THUMBL, /* L3 */
input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
input_set_capability(input, EV_KEY, BTN_THUMBL);
BTN_THUMBL, /* WIIMOD_PRO_KEY_THUMBL */
BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
input_report_key(dev, BTN_THUMBL, ~data[0] & 0x04);
input_report_key(input, BTN_THUMBL, b_rsp3 & BIT(6));
input_report_key(input, BTN_THUMBL, false);
input_set_capability(idev, EV_KEY, BTN_THUMBL);
input_set_capability(priv->dev, EV_KEY, BTN_THUMBL);
input_report_key(input, BTN_THUMBL, !data.thumb);
input_report_key(dev, BTN_THUMBL, data[5] & BIT(6));
BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
input_report_key(dev, BTN_THUMBL, data[2] & BIT(6));
input_report_key(dev, BTN_THUMBL, data[2] & BIT(6));