mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1059585 (Kobo Glo not recognised as device)
This commit is contained in:
parent
ed5b1a2182
commit
ee7c2ca0ec
@ -39,7 +39,7 @@ class KOBO(USBMS):
|
|||||||
CAN_SET_METADATA = ['collections']
|
CAN_SET_METADATA = ['collections']
|
||||||
|
|
||||||
VENDOR_ID = [0x2237]
|
VENDOR_ID = [0x2237]
|
||||||
PRODUCT_ID = [0x4161, 0x4163, 0x4165]
|
PRODUCT_ID = [0x4161, 0x4163, 0x4165, 0x4173]
|
||||||
BCD = [0x0110, 0x0323, 0x0326]
|
BCD = [0x0110, 0x0323, 0x0326]
|
||||||
|
|
||||||
VENDOR_NAME = ['KOBO_INC', 'KOBO']
|
VENDOR_NAME = ['KOBO_INC', 'KOBO']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user