BTN_3
case 0xff03: asus_map_key_clear(BTN_3); break;
case 0xff03: ch_map_key_clear(BTN_3); break;
[BTN_2] = "Btn2", [BTN_3] = "Btn3",
__set_bit(BTN_3, input_dev->keybit);
BTN_3,
BTN_3, /* WIIMOD_GUITAR_KEY_Y */
BTN_3, /* WIIMOD_TURNTABLE_KEY_B_RIGHT */
input_report_key(input, BTN_3, (data[9] & 0x08));
input_report_key(input, BTN_3, (data[1] & 0x08));
static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
input_report_key(dev, BTN_3, data[i].r);
input_set_capability(dev, EV_KEY, BTN_3);
input_report_key(dev, BTN_3, data[2] & 0x04);
BIT_MASK(BTN_3) | BIT_MASK(BTN_4) |
input_report_key(dev, BTN_3, data[2] & 0x04);
dev1->keybit[BIT_WORD(BTN_3)] |= BIT_MASK(BTN_3);
input_report_key(dev, BTN_3, packet[0] & 0x20);
case BTN_3:
BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
{ .max = 100, .key = BTN_3 },
BTN_3,