mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 08:44:27 +01:00
Fix #846490 (Calibre does not recognize HP Touchpad (WebOS))
This commit is contained in:
parent
694290a166
commit
2187902ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class WEBOS(USBMS):
|
|||
FORMATS = ['mobi', 'azw', 'prc']
|
||||
|
||||
VENDOR_ID = [0x0830]
|
||||
PRODUCT_ID = [0x8074]
|
||||
PRODUCT_ID = [0x8074, 0x8072]
|
||||
BCD = [0x0327]
|
||||
|
||||
EBOOK_DIR_MAIN = '.palmkindle'
|
||||
|
|
|
|||
Loading…
Reference in a new issue