diff --git a/src/calibre/devices/mtp/defaults.py b/src/calibre/devices/mtp/defaults.py index 042a59f351..274e5ca4d7 100644 --- a/src/calibre/devices/mtp/defaults.py +++ b/src/calibre/devices/mtp/defaults.py @@ -40,6 +40,7 @@ class DeviceDefaults: ({'vendor': 0x2207, 'product': 0x0031}, supernote_settings), ({'vendor': 0x2207, 'product': 0x0011}, supernote_settings), ({'vendor': 0x2207, 'product': 0x0007}, supernote_settings), # A6X2 + ({'vendor': 0x2207, 'product': 0x0017}, supernote_settings), # A6X2 ) def __call__(self, device, driver):