Home
last modified time | relevance | path

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

/drivers/input/tablet/
Daiptek.c303 int mouseButtonRight; /* mouse right btn delivers... */ member
492 right = (data[1] & aiptek->curSetting.mouseButtonRight >> 2) != 0 ? 1 : 0; in aiptek_irq()
623 right = (data[5] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0; in aiptek_irq()
720 right = (data[1] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0; in aiptek_irq()
1529 aiptek->curSetting.mouseButtonRight)); in show_tabletMouseRight()
1541 aiptek->newSetting.mouseButtonRight = new_button; in store_tabletMouseRight()
1755 aiptek->curSetting.mouseButtonRight = AIPTEK_MOUSE_RIGHT_BUTTON; in aiptek_probe()