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

/drivers/input/tablet/
H A Daiptek.c315 struct aiptek_settings curSetting; /* tablet's current programmable */ member in struct:aiptek
475 if (aiptek->curSetting.coordinateMode ==
492 left = (data[1] & aiptek->curSetting.mouseButtonLeft >> 2) != 0 ? 1 : 0;
493 right = (data[1] & aiptek->curSetting.mouseButtonRight >> 2) != 0 ? 1 : 0;
494 middle = (data[1] & aiptek->curSetting.mouseButtonMiddle >> 2) != 0 ? 1 : 0;
508 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) {
510 aiptek->curSetting.wheel);
511 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE;
525 if (aiptek->curSetting.coordinateMode == AIPTEK_COORDINATE_RELATIVE_MODE) {
528 (aiptek->curSetting
[all...]

Completed in 35 milliseconds