mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #929400 (can not detect Nokia E71)
This commit is contained in:
parent
8f3185872b
commit
ab9bcdf46e
@ -76,7 +76,7 @@ class E52(USBMS):
|
|||||||
supported_platforms = ['windows', 'linux', 'osx']
|
supported_platforms = ['windows', 'linux', 'osx']
|
||||||
|
|
||||||
VENDOR_ID = [0x421]
|
VENDOR_ID = [0x421]
|
||||||
PRODUCT_ID = [0x1CD, 0x273]
|
PRODUCT_ID = [0x1CD, 0x273, 0x00aa]
|
||||||
BCD = [0x100]
|
BCD = [0x100]
|
||||||
|
|
||||||
|
|
||||||
@ -86,5 +86,5 @@ class E52(USBMS):
|
|||||||
SUPPORTS_SUB_DIRS = True
|
SUPPORTS_SUB_DIRS = True
|
||||||
|
|
||||||
VENDOR_NAME = 'NOKIA'
|
VENDOR_NAME = 'NOKIA'
|
||||||
WINDOWS_MAIN_MEM = 'S60'
|
WINDOWS_MAIN_MEM = ['S60', 'E71']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user