mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Pocketbook driver: Update for new PB 611 firmware. Fixes #903079 (New device: Pocketbook 611)
This commit is contained in:
parent
d80c727617
commit
f5ad1f38ba
@ -92,6 +92,10 @@ class POCKETBOOK360(EB600):
|
|||||||
name = 'PocketBook 360 Device Interface'
|
name = 'PocketBook 360 Device Interface'
|
||||||
|
|
||||||
gui_name = 'PocketBook 360'
|
gui_name = 'PocketBook 360'
|
||||||
|
VENDOR_ID = [0x1f85, 0x525]
|
||||||
|
PRODUCT_ID = [0x1688, 0xa4a5]
|
||||||
|
BCD = [0x110]
|
||||||
|
|
||||||
|
|
||||||
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm', 'txt']
|
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm', 'txt']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user