mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 06:26:21 +02:00
Fix #8103 (Driver for Pocketbook 903)
This commit is contained in:
parent
6147d566b0
commit
a2b2364c1c
1 changed files with 2 additions and 2 deletions
|
|
@ -230,7 +230,7 @@ class POCKETBOOK301(USBMS):
|
|||
class POCKETBOOK602(USBMS):
|
||||
|
||||
name = 'PocketBook Pro 602/902 Device Interface'
|
||||
description = _('Communicate with the PocketBook 602/603/902 reader.')
|
||||
description = _('Communicate with the PocketBook 602/603/902/903 reader.')
|
||||
author = 'Kovid Goyal'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm',
|
||||
|
|
@ -244,7 +244,7 @@ class POCKETBOOK602(USBMS):
|
|||
BCD = [0x0324]
|
||||
|
||||
VENDOR_NAME = ''
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['PB602', 'PB603', 'PB902']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['PB602', 'PB603', 'PB902', 'PB903']
|
||||
|
||||
class POCKETBOOK701(USBMS):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue