mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Fix #4428 (Became a new user today. Calibre does not "see" my Blackberry 8330)
This commit is contained in:
parent
e2580655d1
commit
3c084bb83e
@ -18,7 +18,7 @@ class BLACKBERRY(USBMS):
|
||||
|
||||
VENDOR_ID = [0x0fca]
|
||||
PRODUCT_ID = [0x8004, 0x0004]
|
||||
BCD = [0x0200, 0x0107]
|
||||
BCD = [0x0200, 0x0107, 0x0201]
|
||||
|
||||
VENDOR_NAME = 'RIM'
|
||||
WINDOWS_MAIN_MEM = 'BLACKBERRY_SD'
|
||||
|
Loading…
x
Reference in New Issue
Block a user