Assume all future Nooks are going to use NOOK as well

This commit is contained in:
Kovid Goyal 2022-10-16 09:03:01 +05:30
parent 480b9f44d1
commit 41668689d5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -104,7 +104,7 @@ class NOOK_COLOR(NOOK):
product_id = self.device_being_opened[1]
if DEBUG:
prints('Opened NOOK with product id:', product_id)
if product_id in (0xb, 0xc, 0xd, 0xe):
if product_id >= 0xb:
if DEBUG:
prints('Setting Nook upload directory to NOOK/My Files')
self.EBOOK_DIR_MAIN = 'NOOK/My Files'