[PATCH] xf86-video-dummy allow up to 32767x32767

2011-04-13 Thread Antoine Martin
Hi Adam, Can you please apply this patch please? Re-sending as a separate thread with patch in git format-patch. I have tested this up to 16384x8192, higher resolutions make xtiming spew out garbage (integer overflow?). Thanks Antoine From 24ba77d173273159d6295f8bcd8d15a26eab Mon Sep 17

Kdrive/evdev internals

2011-04-13 Thread Grigory Batalov
Hello! I'm afraid I can't understand Kdrive's evdev code (see hw/kdrive/linux/evdev.c, line 98 or http://snipt.org/wpoph ) Why are there an inner and an outer 'for' cycles in EvdevPtrMotion()? for (i = 0; i = ke-max_rel; i++) if (ke-rel[i]) { int a; for