mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 22:56:21 +01:00
...
This commit is contained in:
parent
68aeb0c35e
commit
0ffd4c2ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class BLACKBERRY(USBMS):
|
|||
|
||||
VENDOR_ID = [0x0fca]
|
||||
PRODUCT_ID = [0x8004, 0x0004]
|
||||
BCD = [0x0200, 0x0107, 0x0210]
|
||||
BCD = [0x0200, 0x0107, 0x0210, 0x0201]
|
||||
|
||||
VENDOR_NAME = 'RIM'
|
||||
WINDOWS_MAIN_MEM = 'BLACKBERRY_SD'
|
||||
|
|
|
|||
Loading…
Reference in a new issue