New
v1.25.0: SoC Puppet
Changes:
- Update libevdev
- Update to Cozette 1.18.1
- Update to Scientifica v2.3
- Support the Kobo Libra 2
- Support the Kobo Sage (and document the new sunxi quirks it introduced, e.g.,
EINK_NO_MERGE) - Update i2c-tools
- Identify the PocketBook Inkpad Lite
- Support Eclipse waveform modes on Kobo Mk.9+
- Various updates to the DevCaps script to make it more useful when poking at new devices
- Update to libunibreak 5.0
- Support the Kindle PW5 (and document the new features of the MTK platform)
- Identify the PocketBook PB617
- Identify a new PocketBook Inkpad Pro 3 variant
- Add the
-K, --animateflag to the CLI to enable animated refreshes on MTK - Update ctrld
- Identify & support devices running on mainline kernels with fbdev support (mostly NTX boards so far)
- Support the Kobo Clara 2E
- Identify the Kindle Basic 4
- The CLI tool now supports
DUNMwaveform modes on Kindle (MTK only) - The CLI tool now supports
DU4,GCK16&GLKW16waveform modes on Kobo (Mk.9+) - Attempt to detect the Kindle Touch A properly (will only behave with a Nickel version tag)
- Fix the finger_trace tool on the Kobo Touch A, B & C
- Identify the Kindle Scribe
- Minor code cleanups
API Changes:
- Added a
no_mergefield toFBInkConfigin order to control theEINK_NO_MERGEflag on sunxi - Allow
fbink_reinitusage on Kindle (#67) - New
MTK_SWIPE_DIRECTION_INDEX_Tenum - Added an
is_animatedfield toFBInkConfigin order to enable animated refreshed on MTK - New
fbink_mtk_set_swipe_datafunction to setup the animation settings on MTK - New
fbink_wait_for_any_completefunction, mapping to the newWAIT_FOR_ANY_UPDATE_COMPLETE_MTKioctl on MTK - New
fbink_mtk_set_halftonefunction to setup the checkerboard overlay feature found on MTK - New
fbink_mtk_toggle_auto_reaglfunction to setup the so-called "fast mode" on MTK - New
fbink_mtk_toggle_pen_modefunction, mapping to the newMXCFB_SET_STYLUS_MODEioctl on MTKv3 - Add an
OK_GRAYSCALE_CHANGEconstant, allowing to detect grayscale flag swaps infbink_reinit - New
MAINLINE_DEVICE_ID_Eenum - New
DEVICE_UNKNOWNconstant - New fields
inverted_grayscale,is_kindle_mtk,has_eclipse_wfm&unreliable_wait_forinFBInkState
ABI Changes:
- Renamed
fbink_toggle_sunxi_ntx_pen_modetofbink_sunxi_toggle_ntx_pen_mode
Buildsystem Changes:
- N/A