Peter Hutterer <[email protected]> (03/12/2010): > as subject, untested, no device.
(me too) Patch 1 to 6: applied incrementally, builds successfully against 1.9 → Reviewed-by: Cyril Brulebois <[email protected]> Patch 7: fails against 1.9, needs an ABI check to bail out cleanly: | xf86Elo.c: In function ‘xf86EloControl’: | xf86Elo.c:729: error: too many arguments to function ‘InitValuatorAxisStruct’ | xf86Elo.c:736: error: too many arguments to function ‘InitValuatorAxisStruct’ Patch 7: OK against server's master, with a suggestion: the compiler catches default_options is defined but not used. Looking at mutouch again, it looks like you may want to add it to this declaration: | _X_EXPORT InputDriverRec ELOGRAPHICS = { | 1, /* driver version */ | "elographics", /* driver name */ | NULL, /* identify */ | xf86EloInit, /* pre-init */ | xf86EloUninit, /* un-init */ | NULL, /* module */ | }; Mraw, KiBi.
signature.asc
Description: Digital signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
