Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/joystick/
Dspaceball.c98 input_report_key(dev, BTN_0, data[2] & 1); 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};
/linux-2.4.37.9/drivers/usb/
Dpowermate.c87 input_report_key(&pm->input, BTN_0, pm->data[0] & 0x01); in powermate_irq()
298 pm->input.keybit[LONG(BTN_0)] = BIT(BTN_0); in powermate_probe()
Dkonicawc.c275 input_report_key(&cam->input, BTN_0, cam->buttonsts); in konicawc_compress_iso()
847 cam->input.keybit[LONG(BTN_0)] = BIT(BTN_0); in konicawc_probe()
/linux-2.4.37.9/Documentation/input/
Dinput-programming.txt36 button_dev.keybit[LONG(BTN_0)] = BIT(BTN_0);
63 events, and from those only BTN_0 event code. Thus we only set these two
67 set_bit(BTN_0, button_dev.keybit);
/linux-2.4.37.9/include/linux/
Dinput.h314 #define BTN_0 0x100 macro
/linux-2.4.37.9/drivers/input/
Dmousedev.c125 case BTN_0: in mousedev_event()