mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix the user device to not use 0x0000 as a default ID.
This commit is contained in:
parent
d40c4576fa
commit
200477bef6
@ -68,9 +68,9 @@ class USER_DEFINED(USBMS):
|
|||||||
'is prepended to any send_to_device template') + '</p>',
|
'is prepended to any send_to_device template') + '</p>',
|
||||||
]
|
]
|
||||||
EXTRA_CUSTOMIZATION_DEFAULT = [
|
EXTRA_CUSTOMIZATION_DEFAULT = [
|
||||||
'0x0000',
|
'0xffff',
|
||||||
'0x0000',
|
'0xffff',
|
||||||
'0x0000',
|
'0xffff',
|
||||||
None,
|
None,
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user