mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 20:03:36 +02:00
Driver for PocketBook 902
This commit is contained in:
parent
c14726e5bb
commit
450a394137
1 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ class POCKETBOOK301(USBMS):
|
|||
|
||||
class POCKETBOOK602(USBMS):
|
||||
|
||||
name = 'PocketBook Pro 602 Device Interface'
|
||||
name = 'PocketBook Pro 602/902 Device Interface'
|
||||
description = _('Communicate with the PocketBook 602 reader.')
|
||||
author = 'Kovid Goyal'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
|
@ -244,5 +244,5 @@ class POCKETBOOK602(USBMS):
|
|||
BCD = [0x0324]
|
||||
|
||||
VENDOR_NAME = ''
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'PB602'
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['PB602', 'PB902']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue