MTP driver: Dont send the calibre device db files to the root folder on the supernote a5 x as it fails. Fixes #1954460 [Supernote ax5](https://bugs.launchpad.net/calibre/+bug/1954460)

This commit is contained in:
Kovid Goyal 2021-12-11 08:31:48 +05:30
parent fe7c125d6d
commit 6a921b2396
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -30,6 +30,10 @@ class DeviceDefaults:
'eBooks/import', 'eBooks', 'sdcard/ebooks'],
}
),
# Supernote A5
({'vendor': 0x2207, 'product': 0x0031}, {
'calibre_file_paths': {'metadata':'NOOK/metadata.calibre', 'driveinfo':'NOOK/driveinfo.calibre'},
}),
)
def __call__(self, device, driver):