mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
fe7c125d6d
commit
6a921b2396
@ -30,6 +30,10 @@ class DeviceDefaults:
|
|||||||
'eBooks/import', 'eBooks', 'sdcard/ebooks'],
|
'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):
|
def __call__(self, device, driver):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user