mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #846490 (Calibre does not recognize HP Touchpad (WebOS))
This commit is contained in:
parent
694290a166
commit
2187902ef6
@ -199,7 +199,7 @@ class WEBOS(USBMS):
|
|||||||
FORMATS = ['mobi', 'azw', 'prc']
|
FORMATS = ['mobi', 'azw', 'prc']
|
||||||
|
|
||||||
VENDOR_ID = [0x0830]
|
VENDOR_ID = [0x0830]
|
||||||
PRODUCT_ID = [0x8074]
|
PRODUCT_ID = [0x8074, 0x8072]
|
||||||
BCD = [0x0327]
|
BCD = [0x0327]
|
||||||
|
|
||||||
EBOOK_DIR_MAIN = '.palmkindle'
|
EBOOK_DIR_MAIN = '.palmkindle'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user