mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
b37e606d86
commit
8b4cb3417b
@ -9,23 +9,22 @@ from calibre.devices.usbms.driver import USBMS
|
|||||||
class BLACKBERRY(USBMS):
|
class BLACKBERRY(USBMS):
|
||||||
|
|
||||||
name = 'Blackberry Device Interface'
|
name = 'Blackberry Device Interface'
|
||||||
|
gui_name = 'Blackberry'
|
||||||
description = _('Communicate with the Blackberry smart phone.')
|
description = _('Communicate with the Blackberry smart phone.')
|
||||||
author = _('Kovid Goyal')
|
author = _('Kovid Goyal')
|
||||||
supported_platforms = ['windows', 'linux']
|
supported_platforms = ['windows', 'linux', 'osx']
|
||||||
|
|
||||||
# Ordered list of supported formats
|
# Ordered list of supported formats
|
||||||
FORMATS = ['mobi', 'prc']
|
FORMATS = ['mobi', 'prc']
|
||||||
|
|
||||||
VENDOR_ID = [0x0fca]
|
VENDOR_ID = [0x0fca]
|
||||||
PRODUCT_ID = [0x8004, 0x0004]
|
PRODUCT_ID = [0x8004, 0x0004]
|
||||||
BCD = [0x0200, 0x0107, 0x0201]
|
BCD = [0x0200, 0x0107, 0x0210]
|
||||||
|
|
||||||
VENDOR_NAME = 'RIM'
|
VENDOR_NAME = 'RIM'
|
||||||
WINDOWS_MAIN_MEM = 'BLACKBERRY_SD'
|
WINDOWS_MAIN_MEM = 'BLACKBERRY_SD'
|
||||||
|
|
||||||
#OSX_MAIN_MEM = 'Kindle Internal Storage Media'
|
|
||||||
|
|
||||||
MAIN_MEMORY_VOLUME_LABEL = 'Blackberry SD Card'
|
MAIN_MEMORY_VOLUME_LABEL = 'Blackberry SD Card'
|
||||||
|
|
||||||
EBOOK_DIR_MAIN = 'ebooks'
|
EBOOK_DIR_MAIN = 'eBooks'
|
||||||
SUPPORTS_SUB_DIRS = True
|
SUPPORTS_SUB_DIRS = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user