Searched refs:BTN_2 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/char/joystick/ |
D | magellan.c | 46 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8};
|
D | adi.c | 85 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/ |
D | input.h | 316 #define BTN_2 0x102 macro
|
/linux-2.4.37.9/drivers/input/ |
D | mousedev.c | 135 case BTN_2: in mousedev_event()
|