Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/joystick/
Dspaceball.c99 input_report_key(dev, BTN_1, data[2] & 2); in spaceball_process_packet()
180 spaceball->dev.keybit[LONG(BTN_0)] = BIT(BTN_0) | BIT(BTN_1); in spaceball_connect()
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.h315 #define BTN_1 0x101 macro
/linux-2.4.37.9/drivers/input/
Dmousedev.c131 case BTN_1: in mousedev_event()
Djoydev.c431 || test_bit(BTN_1, dev->keybit)))) return NULL; in joydev_connect()
/linux-2.4.37.9/Documentation/input/
Dinput-programming.txt25 input_report_key(&button_dev, BTN_1, inb(BUTTON_PORT) & 1);