Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c354 int DevicePresenceNotify; variable
1016 DevicePresenceNotify = DeviceButtonStateNotify + 1; in FixExtensionEvents()
1017 DevicePropertyNotify = DevicePresenceNotify + 1; in FixExtensionEvents()
1120 DevicePresenceNotify = 14; in RestoreExtensionEvents()
1158 EventSwapVector[DevicePresenceNotify] = NotImplemented; in IResetProc()
1254 else if (type == DevicePresenceNotify) in SEventIDispatch()
1320 EventSwapVector[DevicePresenceNotify] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h76 extern int DevicePresenceNotify;
H A Dchgdctl.c228 .type = DevicePresenceNotify, in ProcXChangeDeviceControl()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt828 V015 XInputExtension:DevicePresenceNotify
H A Ddevices.c343 ev.type = DevicePresenceNotify; in SendDevicePresenceEvent()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog159968 Input: Properly swap DevicePresenceNotify events.
162680 be added (and the DevicePresenceNotify sent), but not enabled, thus leaving
171872 Xi: swap control in DevicePresenceNotify
171878 dix, Xi: make use of deviceid in DevicePresenceNotify
171879 Use the deviceid and control fields in DevicePresenceNotify since
175138 Xi: add DevicePresenceNotify
175140 Add support for DevicePresenceNotify events.