Searched refs:aiptek (Results 1 – 3 of 3) sorted by relevance
386 struct aiptek { struct475 struct aiptek *aiptek = urb->context; in aiptek_irq() local476 unsigned char *data = aiptek->data; in aiptek_irq()477 struct input_dev *dev = &aiptek->dev; in aiptek_irq()483 aiptek->eventCount++; in aiptek_irq()488 if (aiptek->coordinate_mode == AIPTEK_COORDINATE_ABSOLUTE_MODE) { in aiptek_irq()489 aiptek->diagnostic = in aiptek_irq()494 if (aiptek->tool_mode != AIPTEK_TOOL_BUTTON_MOUSE_MODE) { in aiptek_irq()495 aiptek->tool_mode = in aiptek_irq()521 if (aiptek->coordinate_mode == AIPTEK_COORDINATE_RELATIVE_MODE) { in aiptek_irq()[all …]
86 obj-$(CONFIG_USB_AIPTEK) += aiptek.o
15199 The module will be called aiptek.o. If you want to compile it as a