mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 21:03:37 +02:00
Kobo Mini USB id
This commit is contained in:
parent
e5d0bd2a89
commit
9562e7fc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class KOBO(USBMS):
|
|||
CAN_SET_METADATA = ['collections']
|
||||
|
||||
VENDOR_ID = [0x2237]
|
||||
PRODUCT_ID = [0x4161, 0x4163, 0x4165, 0x4173]
|
||||
PRODUCT_ID = [0x4161, 0x4163, 0x4165, 0x4173, 0x4183]
|
||||
BCD = [0x0110, 0x0323, 0x0326]
|
||||
|
||||
VENDOR_NAME = ['KOBO_INC', 'KOBO']
|
||||
|
|
|
|||
Loading…
Reference in a new issue