Disable the WAIT_FOR ioctls on the Libra 2

Much like the Libra, it seems to be having issue with these...

Fix #8664
Re #8414
pull/8794/head
NiLuJe 2 years ago
parent a9a75f503f
commit eca27fe497

@ -385,6 +385,9 @@ local KoboIo = Kobo:new{
nl_max = 10,
nl_inverted = true,
},
-- It would appear that the Libra 2 inherited its ancestor's quirks, and more...
-- c.f., https://github.com/koreader/koreader/issues/8414 & https://github.com/koreader/koreader/issues/8664
hasReliableMxcWaitFor = no,
}
function Kobo:setupChargingLED()

Loading…
Cancel
Save