BTN_7
case 0xff07: asus_map_key_clear(BTN_7); break;
case 0xff07: ch_map_key_clear(BTN_7); break;
[BTN_6] = "Btn6", [BTN_7] = "Btn7",
__set_bit(BTN_7, input_dev->keybit);
BTN_7,
BTN_7, /* WIIMOD_TURNTABLE_KEY_EUPHORIA */
input_report_key(input, BTN_7, (data[9] & 0x80));
static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
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_7, data[2] & 0x80);
BIT_MASK(BTN_7) | BIT_MASK(BTN_8);
input_report_key(dev, BTN_7, data[1] & 0x04);
BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
BTN_7,