Hello,

i am wondering if there is a sound reason the Xserver
to respond to any ChangeDeviceControl request with a bad
value except for DEVICE_RESOLUTION. The relevant part in
xc/programs/Xserver/Xi/chgdctl.c reads to me like:
  if (stuff->control == DEVICE_RESOLUTION)
    call devicecontrol-procedure in driver
  else
    send BadValue.

This leads to the necessity that any devicecontrol on an input
device must be encoded as a ResolutionControl request. Most sane
drivers would check the type anyway.

Also i would like an input driver loaded as a module to be able
to have IntegerFeedbacks, but the symbol is not exportet by the
Module loader => i get a message like 'this should not happen'.

Is this the right list for questions like this ? I dont account
myself for an (e)Xpert...

Greetings - Rasmus

-- 

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to