mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Driver for PocketBook Mini 515
Fixes #1223853 [Pocketbook 515 recognition](https://bugs.launchpad.net/calibre/+bug/1223853)
This commit is contained in:
parent
725bb967e5
commit
0394f6d01f
@ -259,7 +259,7 @@ class POCKETBOOK301(USBMS):
|
|||||||
class POCKETBOOK602(USBMS):
|
class POCKETBOOK602(USBMS):
|
||||||
|
|
||||||
name = 'PocketBook Pro 602/902 Device Interface'
|
name = 'PocketBook Pro 602/902 Device Interface'
|
||||||
description = _('Communicate with the PocketBook 602/603/902/903/Pro 912 reader.')
|
description = _('Communicate with the PocketBook 515/602/603/902/903/Pro 912 reader.')
|
||||||
author = 'Kovid Goyal'
|
author = 'Kovid Goyal'
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm',
|
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm',
|
||||||
@ -271,11 +271,11 @@ class POCKETBOOK602(USBMS):
|
|||||||
|
|
||||||
VENDOR_ID = [0x0525]
|
VENDOR_ID = [0x0525]
|
||||||
PRODUCT_ID = [0xa4a5]
|
PRODUCT_ID = [0xa4a5]
|
||||||
BCD = [0x0324]
|
BCD = [0x0324, 0x0330]
|
||||||
|
|
||||||
VENDOR_NAME = ''
|
VENDOR_NAME = ['', 'LINUX']
|
||||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['PB602', 'PB603', 'PB902',
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['PB602', 'PB603', 'PB902',
|
||||||
'PB903', 'Pocket912', 'PB']
|
'PB903', 'Pocket912', 'PB', 'FILE-STOR_GADGET']
|
||||||
|
|
||||||
class POCKETBOOK622(POCKETBOOK602):
|
class POCKETBOOK622(POCKETBOOK602):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user