Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dkbtab.c108 kbtab->dev.keybit[LONG(BTN_DIGI)] |= BIT(BTN_STYLUS); in kbtab_probe()
Dwacom.c449 …wacom->dev.keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_PEN) | BIT(BTN_TOOL_RUBBER) | BIT(BTN_TOOL_MOUSE… in wacom_probe()
Daiptek.c1265 aiptek->dev.keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_PEN) in aiptek_probe()
/linux-2.4.37.9/include/linux/
Dinput.h366 #define BTN_DIGI 0x140 macro
/linux-2.4.37.9/drivers/hil/
Dhil_ptr.c318 btntype = BTN_DIGI; in hil_ptr_connect()