Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dmagellan.c28 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 }; variable
86 for (i = 0; i < 9; i++) input_report_key(dev, magellan_buttons[i], (t >> i) & 1); in magellan_process_packet()
154 set_bit(magellan_buttons[i], input_dev->keybit); in magellan_connect()