kdrive: change DEVICE_TOUCHSCREEN to DEVICE_ABS_{CALIB,AREA}
This commit is contained in:
parent
77e724585f
commit
f08b6b2367
|
@ -2316,11 +2316,9 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr pDev,
|
||||||
/* FIXME do something more intelligent here */
|
/* FIXME do something more intelligent here */
|
||||||
return BadMatch;
|
return BadMatch;
|
||||||
|
|
||||||
case DEVICE_TOUCHSCREEN:
|
case DEVICE_ABS_CALIB:
|
||||||
if (!pDev->touchscreen)
|
case DEVICE_ABS_AREA:
|
||||||
return BadDevice;
|
return Success;
|
||||||
else
|
|
||||||
return Success;
|
|
||||||
|
|
||||||
case DEVICE_CORE:
|
case DEVICE_CORE:
|
||||||
return Success;
|
return Success;
|
||||||
|
|
Loading…
Reference in New Issue