mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Disable driver for Huawei android tablet/phones as Huawei for some reason seems to think that using the same USB ids for devices and USB sticks is a good idea
This commit is contained in:
parent
ed96c8b538
commit
45b23825a2
@ -63,7 +63,8 @@ class ANDROID(USBMS):
|
|||||||
0x0e79 : { 0x1419: [0x0216], 0x1420 : [0x0216], 0x1422 : [0x0216]},
|
0x0e79 : { 0x1419: [0x0216], 0x1420 : [0x0216], 0x1422 : [0x0216]},
|
||||||
|
|
||||||
# Huawei
|
# Huawei
|
||||||
0x45e : { 0x00e1 : [0x007], },
|
# Disabled as this USB id is used by various USB flash drives
|
||||||
|
#0x45e : { 0x00e1 : [0x007], },
|
||||||
|
|
||||||
# T-Mobile
|
# T-Mobile
|
||||||
0x0408 : { 0x03ba : [0x0109], },
|
0x0408 : { 0x03ba : [0x0109], },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user