>From 1c2c459d2df1c68139a441f48385fea5f94bd3b8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 14 Oct 2014 19:20:32 +0200 Subject: [PATCH 3/3] Aeris A300CS: Enable mixed page size reads Signed-off-by: Dirk Hohndel --- src/oceanic_atom2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oceanic_atom2.c b/src/oceanic_atom2.c index 295fd0ac846b..75da4f4e027e 100644 --- a/src/oceanic_atom2.c +++ b/src/oceanic_atom2.c @@ -561,6 +561,7 @@ oceanic_atom2_device_open (dc_device_t **out, dc_context_t *context, const char device->base.layout = &aeris_a300cs_layout; device->bigpage = 16; device->base.multipage = 16; + device->mixed_pagesize_support = 1; } else { device->base.layout = &oceanic_default_layout; } -- 1.8.0.rc0.18.gf84667d