Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/tablet/
Daiptek.c303 int mouseButtonRight; /* mouse right btn delivers... */ member
493 right = (data[1] & aiptek->curSetting.mouseButtonRight >> 2) != 0 ? 1 : 0; in aiptek_irq()
624 right = (data[5] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0; in aiptek_irq()
721 right = (data[1] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0; in aiptek_irq()
1526 aiptek->curSetting.mouseButtonRight)); in show_tabletMouseRight()
1538 aiptek->newSetting.mouseButtonRight = new_button; in store_tabletMouseRight()
1753 aiptek->curSetting.mouseButtonRight = AIPTEK_MOUSE_RIGHT_BUTTON; in aiptek_probe()