xref: /OK3568_Linux_fs/external/xserver/Xi/getdctl.c (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /************************************************************
2*4882a593Smuzhiyun 
3*4882a593Smuzhiyun Copyright 1989, 1998  The Open Group
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun Permission to use, copy, modify, distribute, and sell this software and its
6*4882a593Smuzhiyun documentation for any purpose is hereby granted without fee, provided that
7*4882a593Smuzhiyun the above copyright notice appear in all copies and that both that
8*4882a593Smuzhiyun copyright notice and this permission notice appear in supporting
9*4882a593Smuzhiyun documentation.
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun The above copyright notice and this permission notice shall be included in
12*4882a593Smuzhiyun all copies or substantial portions of the Software.
13*4882a593Smuzhiyun 
14*4882a593Smuzhiyun THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*4882a593Smuzhiyun IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*4882a593Smuzhiyun FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
17*4882a593Smuzhiyun OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
18*4882a593Smuzhiyun AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19*4882a593Smuzhiyun CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20*4882a593Smuzhiyun 
21*4882a593Smuzhiyun Except as contained in this notice, the name of The Open Group shall not be
22*4882a593Smuzhiyun used in advertising or otherwise to promote the sale, use or other dealings
23*4882a593Smuzhiyun in this Software without prior written authorization from The Open Group.
24*4882a593Smuzhiyun 
25*4882a593Smuzhiyun Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
26*4882a593Smuzhiyun 
27*4882a593Smuzhiyun 			All Rights Reserved
28*4882a593Smuzhiyun 
29*4882a593Smuzhiyun Permission to use, copy, modify, and distribute this software and its
30*4882a593Smuzhiyun documentation for any purpose and without fee is hereby granted,
31*4882a593Smuzhiyun provided that the above copyright notice appear in all copies and that
32*4882a593Smuzhiyun both that copyright notice and this permission notice appear in
33*4882a593Smuzhiyun supporting documentation, and that the name of Hewlett-Packard not be
34*4882a593Smuzhiyun used in advertising or publicity pertaining to distribution of the
35*4882a593Smuzhiyun software without specific, written prior permission.
36*4882a593Smuzhiyun 
37*4882a593Smuzhiyun HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
38*4882a593Smuzhiyun ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
39*4882a593Smuzhiyun HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
40*4882a593Smuzhiyun ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
41*4882a593Smuzhiyun WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
42*4882a593Smuzhiyun ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
43*4882a593Smuzhiyun SOFTWARE.
44*4882a593Smuzhiyun 
45*4882a593Smuzhiyun ********************************************************/
46*4882a593Smuzhiyun 
47*4882a593Smuzhiyun /********************************************************************
48*4882a593Smuzhiyun  *
49*4882a593Smuzhiyun  *  Get Device control attributes for an extension device.
50*4882a593Smuzhiyun  *
51*4882a593Smuzhiyun  */
52*4882a593Smuzhiyun 
53*4882a593Smuzhiyun #ifdef HAVE_DIX_CONFIG_H
54*4882a593Smuzhiyun #include <dix-config.h>
55*4882a593Smuzhiyun #endif
56*4882a593Smuzhiyun 
57*4882a593Smuzhiyun #include "inputstr.h"           /* DeviceIntPtr      */
58*4882a593Smuzhiyun #include <X11/extensions/XI.h>
59*4882a593Smuzhiyun #include <X11/extensions/XIproto.h>
60*4882a593Smuzhiyun #include "exglobals.h"
61*4882a593Smuzhiyun 
62*4882a593Smuzhiyun #include "getdctl.h"
63*4882a593Smuzhiyun 
64*4882a593Smuzhiyun /***********************************************************************
65*4882a593Smuzhiyun  *
66*4882a593Smuzhiyun  * This procedure gets the control attributes for an extension device,
67*4882a593Smuzhiyun  * for clients on machines with a different byte ordering than the server.
68*4882a593Smuzhiyun  *
69*4882a593Smuzhiyun  */
70*4882a593Smuzhiyun 
71*4882a593Smuzhiyun int _X_COLD
SProcXGetDeviceControl(ClientPtr client)72*4882a593Smuzhiyun SProcXGetDeviceControl(ClientPtr client)
73*4882a593Smuzhiyun {
74*4882a593Smuzhiyun     REQUEST(xGetDeviceControlReq);
75*4882a593Smuzhiyun     swaps(&stuff->length);
76*4882a593Smuzhiyun     REQUEST_SIZE_MATCH(xGetDeviceControlReq);
77*4882a593Smuzhiyun     swaps(&stuff->control);
78*4882a593Smuzhiyun     return (ProcXGetDeviceControl(client));
79*4882a593Smuzhiyun }
80*4882a593Smuzhiyun 
81*4882a593Smuzhiyun /***********************************************************************
82*4882a593Smuzhiyun  *
83*4882a593Smuzhiyun  * This procedure copies DeviceResolution data, swapping if necessary.
84*4882a593Smuzhiyun  *
85*4882a593Smuzhiyun  */
86*4882a593Smuzhiyun 
87*4882a593Smuzhiyun static void
CopySwapDeviceResolution(ClientPtr client,ValuatorClassPtr v,char * buf,int length)88*4882a593Smuzhiyun CopySwapDeviceResolution(ClientPtr client, ValuatorClassPtr v, char *buf,
89*4882a593Smuzhiyun                          int length)
90*4882a593Smuzhiyun {
91*4882a593Smuzhiyun     AxisInfoPtr a;
92*4882a593Smuzhiyun     xDeviceResolutionState *r;
93*4882a593Smuzhiyun     int i, *iptr;
94*4882a593Smuzhiyun 
95*4882a593Smuzhiyun     r = (xDeviceResolutionState *) buf;
96*4882a593Smuzhiyun     r->control = DEVICE_RESOLUTION;
97*4882a593Smuzhiyun     r->length = length;
98*4882a593Smuzhiyun     r->num_valuators = v->numAxes;
99*4882a593Smuzhiyun     buf += sizeof(xDeviceResolutionState);
100*4882a593Smuzhiyun     iptr = (int *) buf;
101*4882a593Smuzhiyun     for (i = 0, a = v->axes; i < v->numAxes; i++, a++)
102*4882a593Smuzhiyun         *iptr++ = a->resolution;
103*4882a593Smuzhiyun     for (i = 0, a = v->axes; i < v->numAxes; i++, a++)
104*4882a593Smuzhiyun         *iptr++ = a->min_resolution;
105*4882a593Smuzhiyun     for (i = 0, a = v->axes; i < v->numAxes; i++, a++)
106*4882a593Smuzhiyun         *iptr++ = a->max_resolution;
107*4882a593Smuzhiyun     if (client->swapped) {
108*4882a593Smuzhiyun         swaps(&r->control);
109*4882a593Smuzhiyun         swaps(&r->length);
110*4882a593Smuzhiyun         swapl(&r->num_valuators);
111*4882a593Smuzhiyun         iptr = (int *) buf;
112*4882a593Smuzhiyun         for (i = 0; i < (3 * v->numAxes); i++, iptr++) {
113*4882a593Smuzhiyun             swapl(iptr);
114*4882a593Smuzhiyun         }
115*4882a593Smuzhiyun     }
116*4882a593Smuzhiyun }
117*4882a593Smuzhiyun 
118*4882a593Smuzhiyun static void
CopySwapDeviceCore(ClientPtr client,DeviceIntPtr dev,char * buf)119*4882a593Smuzhiyun CopySwapDeviceCore(ClientPtr client, DeviceIntPtr dev, char *buf)
120*4882a593Smuzhiyun {
121*4882a593Smuzhiyun     xDeviceCoreState *c = (xDeviceCoreState *) buf;
122*4882a593Smuzhiyun 
123*4882a593Smuzhiyun     c->control = DEVICE_CORE;
124*4882a593Smuzhiyun     c->length = sizeof(xDeviceCoreState);
125*4882a593Smuzhiyun     c->status = dev->coreEvents;
126*4882a593Smuzhiyun     c->iscore = (dev == inputInfo.keyboard || dev == inputInfo.pointer);
127*4882a593Smuzhiyun 
128*4882a593Smuzhiyun     if (client->swapped) {
129*4882a593Smuzhiyun         swaps(&c->control);
130*4882a593Smuzhiyun         swaps(&c->length);
131*4882a593Smuzhiyun     }
132*4882a593Smuzhiyun }
133*4882a593Smuzhiyun 
134*4882a593Smuzhiyun static void
CopySwapDeviceEnable(ClientPtr client,DeviceIntPtr dev,char * buf)135*4882a593Smuzhiyun CopySwapDeviceEnable(ClientPtr client, DeviceIntPtr dev, char *buf)
136*4882a593Smuzhiyun {
137*4882a593Smuzhiyun     xDeviceEnableState *e = (xDeviceEnableState *) buf;
138*4882a593Smuzhiyun 
139*4882a593Smuzhiyun     e->control = DEVICE_ENABLE;
140*4882a593Smuzhiyun     e->length = sizeof(xDeviceEnableState);
141*4882a593Smuzhiyun     e->enable = dev->enabled;
142*4882a593Smuzhiyun 
143*4882a593Smuzhiyun     if (client->swapped) {
144*4882a593Smuzhiyun         swaps(&e->control);
145*4882a593Smuzhiyun         swaps(&e->length);
146*4882a593Smuzhiyun     }
147*4882a593Smuzhiyun }
148*4882a593Smuzhiyun 
149*4882a593Smuzhiyun /***********************************************************************
150*4882a593Smuzhiyun  *
151*4882a593Smuzhiyun  * This procedure writes the reply for the xGetDeviceControl function,
152*4882a593Smuzhiyun  * if the client and server have a different byte ordering.
153*4882a593Smuzhiyun  *
154*4882a593Smuzhiyun  */
155*4882a593Smuzhiyun 
156*4882a593Smuzhiyun void _X_COLD
SRepXGetDeviceControl(ClientPtr client,int size,xGetDeviceControlReply * rep)157*4882a593Smuzhiyun SRepXGetDeviceControl(ClientPtr client, int size, xGetDeviceControlReply * rep)
158*4882a593Smuzhiyun {
159*4882a593Smuzhiyun     swaps(&rep->sequenceNumber);
160*4882a593Smuzhiyun     swapl(&rep->length);
161*4882a593Smuzhiyun     WriteToClient(client, size, rep);
162*4882a593Smuzhiyun }
163*4882a593Smuzhiyun 
164*4882a593Smuzhiyun /***********************************************************************
165*4882a593Smuzhiyun  *
166*4882a593Smuzhiyun  * Get the state of the specified device control.
167*4882a593Smuzhiyun  *
168*4882a593Smuzhiyun  */
169*4882a593Smuzhiyun 
170*4882a593Smuzhiyun int
ProcXGetDeviceControl(ClientPtr client)171*4882a593Smuzhiyun ProcXGetDeviceControl(ClientPtr client)
172*4882a593Smuzhiyun {
173*4882a593Smuzhiyun     int rc, total_length = 0;
174*4882a593Smuzhiyun     char *buf, *savbuf;
175*4882a593Smuzhiyun     DeviceIntPtr dev;
176*4882a593Smuzhiyun     xGetDeviceControlReply rep;
177*4882a593Smuzhiyun 
178*4882a593Smuzhiyun     REQUEST(xGetDeviceControlReq);
179*4882a593Smuzhiyun     REQUEST_SIZE_MATCH(xGetDeviceControlReq);
180*4882a593Smuzhiyun 
181*4882a593Smuzhiyun     rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
182*4882a593Smuzhiyun     if (rc != Success)
183*4882a593Smuzhiyun         return rc;
184*4882a593Smuzhiyun 
185*4882a593Smuzhiyun     rep = (xGetDeviceControlReply) {
186*4882a593Smuzhiyun         .repType = X_Reply,
187*4882a593Smuzhiyun         .RepType = X_GetDeviceControl,
188*4882a593Smuzhiyun         .sequenceNumber = client->sequence,
189*4882a593Smuzhiyun         .length = 0
190*4882a593Smuzhiyun     };
191*4882a593Smuzhiyun 
192*4882a593Smuzhiyun     switch (stuff->control) {
193*4882a593Smuzhiyun     case DEVICE_RESOLUTION:
194*4882a593Smuzhiyun         if (!dev->valuator)
195*4882a593Smuzhiyun             return BadMatch;
196*4882a593Smuzhiyun         total_length = sizeof(xDeviceResolutionState) +
197*4882a593Smuzhiyun             (3 * sizeof(int) * dev->valuator->numAxes);
198*4882a593Smuzhiyun         break;
199*4882a593Smuzhiyun     case DEVICE_ABS_CALIB:
200*4882a593Smuzhiyun     case DEVICE_ABS_AREA:
201*4882a593Smuzhiyun         return BadMatch;
202*4882a593Smuzhiyun     case DEVICE_CORE:
203*4882a593Smuzhiyun         total_length = sizeof(xDeviceCoreState);
204*4882a593Smuzhiyun         break;
205*4882a593Smuzhiyun     case DEVICE_ENABLE:
206*4882a593Smuzhiyun         total_length = sizeof(xDeviceEnableState);
207*4882a593Smuzhiyun         break;
208*4882a593Smuzhiyun     default:
209*4882a593Smuzhiyun         return BadValue;
210*4882a593Smuzhiyun     }
211*4882a593Smuzhiyun 
212*4882a593Smuzhiyun     buf = (char *) malloc(total_length);
213*4882a593Smuzhiyun     if (!buf)
214*4882a593Smuzhiyun         return BadAlloc;
215*4882a593Smuzhiyun     savbuf = buf;
216*4882a593Smuzhiyun 
217*4882a593Smuzhiyun     switch (stuff->control) {
218*4882a593Smuzhiyun     case DEVICE_RESOLUTION:
219*4882a593Smuzhiyun         CopySwapDeviceResolution(client, dev->valuator, buf, total_length);
220*4882a593Smuzhiyun         break;
221*4882a593Smuzhiyun     case DEVICE_CORE:
222*4882a593Smuzhiyun         CopySwapDeviceCore(client, dev, buf);
223*4882a593Smuzhiyun         break;
224*4882a593Smuzhiyun     case DEVICE_ENABLE:
225*4882a593Smuzhiyun         CopySwapDeviceEnable(client, dev, buf);
226*4882a593Smuzhiyun         break;
227*4882a593Smuzhiyun     default:
228*4882a593Smuzhiyun         break;
229*4882a593Smuzhiyun     }
230*4882a593Smuzhiyun 
231*4882a593Smuzhiyun     rep.length = bytes_to_int32(total_length);
232*4882a593Smuzhiyun     WriteReplyToClient(client, sizeof(xGetDeviceControlReply), &rep);
233*4882a593Smuzhiyun     WriteToClient(client, total_length, savbuf);
234*4882a593Smuzhiyun     free(savbuf);
235*4882a593Smuzhiyun     return Success;
236*4882a593Smuzhiyun }
237