-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 18 Nov 2002 13:47, Josh Myer wrote: > Real quick question: what version of 2.5 did we switch to input_sync vs > input_event? I'm going to be submitting my kbgear tablet driver shortly > and i'd like to support both versions from the same file... input_sync() is a special case of input_event(). As the name suggests, its part of the input subsystem, so you probably should have posted to the linuxconsole list.
I take it by "both versions", you mean 2.4 and 2.6? (We don't care about 2.5 breakage). You were going to do a #if VERSION < 2.5.X type construct, and needed to know what X was? Bad idea. It'll just break when someone backports bits of the input layer. Probably what you wanted is to do a #ifdef EV_SYN, since that will always do the right thing. HTH Brad - -- http://linux.conf.au. 22-25Jan2003. Perth, Aust. I'm registered. Are you? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE92IfrW6pHgIdAuOMRApJ7AKC07KiN61tGfWQLD/mR97G9kfA4jACeMX9p Usi96r9dN3vag3qhjtVqAjw= =K0s/ -----END PGP SIGNATURE----- ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel