Add support for the Supernote A6X2

This commit is contained in:
Kovid Goyal 2024-01-17 15:33:55 +05:30
parent b714fc5023
commit 6ff92e685f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -36,9 +36,10 @@ class DeviceDefaults:
'send_to': ['NOOK/My Books', 'NOOK/My Files', 'NOOK', 'Calibre_Companion', 'Books', 'eBooks/import', 'eBooks', 'sdcard/ebooks'], 'send_to': ['NOOK/My Books', 'NOOK/My Files', 'NOOK', 'Calibre_Companion', 'Books', 'eBooks/import', 'eBooks', 'sdcard/ebooks'],
} }
), ),
# Supernote A5 and A5X # Supernote A5 and A5X and A6X2
({'vendor': 0x2207, 'product': 0x0031}, supernote_settings), ({'vendor': 0x2207, 'product': 0x0031}, supernote_settings),
({'vendor': 0x2207, 'product': 0x0011}, supernote_settings), ({'vendor': 0x2207, 'product': 0x0011}, supernote_settings),
({'vendor': 0x2207, 'product': 0x0007}, supernote_settings), # A6X2
) )
def __call__(self, device, driver): def __call__(self, device, driver):