Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/joystick/
Dmagellan.c46 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8};
Dadi.c85 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
/linux-2.4.37.9/include/linux/
Dinput.h316 #define BTN_2 0x102 macro
/linux-2.4.37.9/drivers/input/
Dmousedev.c135 case BTN_2: in mousedev_event()