> Have you looked into switching the evdev bit arrays from longs to bytes > so we can standardize on one type of bit array? That would be possible. Longs are used because the linux evdev layer uses longs and we can let ioctl() write directly into our bitmask arrays. I can change the occurences of ioctl() to use a temporary buffer and fix the byte order if necessary.
> I should have piped up earlier, so I don't think it's fair to make this > a requirement for satisfying before merging. If it is possible, we could > also fix it up later. Well, I also forgot to mark the two new functions as inline, that would need to be changed prior to merging. I'll try to send in a patch for byte-bitmasks sometime this week, so we can look how that looks. Max _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel