From 6ff92e685fe42d956a9b381ae5ec4dd9266fff77 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Jan 2024 15:33:55 +0530 Subject: [PATCH] Add support for the Supernote A6X2 --- src/calibre/devices/mtp/defaults.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/mtp/defaults.py b/src/calibre/devices/mtp/defaults.py index 34119ffd47..042a59f351 100644 --- a/src/calibre/devices/mtp/defaults.py +++ b/src/calibre/devices/mtp/defaults.py @@ -36,9 +36,10 @@ class DeviceDefaults: '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': 0x0011}, supernote_settings), + ({'vendor': 0x2207, 'product': 0x0007}, supernote_settings), # A6X2 ) def __call__(self, device, driver):