mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Driver for the new PocketBook Inkpad X
Fixes #1854335 [Driver for PocketBook Inkpad X](https://bugs.launchpad.net/calibre/+bug/1854335)
This commit is contained in:
parent
08674935c1
commit
163b2dfd2d
@ -525,14 +525,14 @@ class POCKETBOOK626(USBMS):
|
||||
|
||||
name = 'PocketBook Touch Lux 2'
|
||||
gui_name = 'PocketBook'
|
||||
description = _('Communicate with the PocketBook Touch Lux 2 reader')
|
||||
description = _('Communicate with the PocketBook Touch Lux 2 and Inkpad X readers')
|
||||
author = 'Kovid Goyal'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
# Ordered list of supported formats
|
||||
FORMATS = ['epub', 'pdf', 'fb2', 'txt', 'pdf', 'html', 'djvu', 'doc', 'docx', 'rtf', 'chm']
|
||||
VENDOR_ID = [0xfffe]
|
||||
PRODUCT_ID = [0x0001]
|
||||
BCD = [0x0230]
|
||||
BCD = [0x0230, 0x101]
|
||||
|
||||
EBOOK_DIR_MAIN = 'Books'
|
||||
SCAN_FROM_ROOT = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user