mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
32ff263294
Some drivers can bundle the same slot multiple times in the same input frame. We were only correctly coalescing *consecutive* slots, but some drivers can do that in non-consecutive sequences (e.g., 1a -> 2a -> 1b -> 2b), so, handle that, too. Seen on neonode v2 grids.