Searched refs:stylusButtonLower (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/tablet/
H A Daiptek.c280 int stylusButtonLower; /* stylus lower btn delivers... */ member in struct:aiptek_settings
522 bs = (data[5] & aiptek->curSetting.stylusButtonLower) != 0 ? 1 : 0;
657 bs = (data[1] & aiptek->curSetting.stylusButtonLower) != 0 ? 1 : 0;
1402 aiptek->curSetting.stylusButtonLower));
1414 aiptek->newSetting.stylusButtonLower = new_button;
1720 aiptek->curSetting.stylusButtonLower = AIPTEK_STYLUS_LOWER_BUTTON;

Completed in 89 milliseconds