From 538ab9ca021ee8dd7eefb30405f4574f40a4a120 Mon Sep 17 00:00:00 2001 From: PoohJW Date: Wed, 29 Jun 2022 14:07:43 +0800 Subject: [PATCH] Barnes & Noble NOOK model type update. --- src/calibre/devices/nook/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/nook/driver.py b/src/calibre/devices/nook/driver.py index 199c1f2d8a..e8e597b26c 100644 --- a/src/calibre/devices/nook/driver.py +++ b/src/calibre/devices/nook/driver.py @@ -87,6 +87,7 @@ class NOOK_COLOR(NOOK): 0xb, # Glowlight from 2017 0xc, # Glowlight from 2019 0xd, # Glowlight from 2021 + 0xe, # Glowlight from 2021 ] BCD = [0x216, 0x9999, 0x409]