mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 14:23:35 +02:00
Fix #1023461 (Device detection not working for new Android)
This commit is contained in:
parent
6b22664daf
commit
9b3c01e703
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class ANDROID(USBMS):
|
|||
0xca9 : HTC_BCDS,
|
||||
0xcac : HTC_BCDS,
|
||||
0xccf : HTC_BCDS,
|
||||
0xce5 : HTC_BCDS,
|
||||
0x2910 : HTC_BCDS,
|
||||
0xff9 : HTC_BCDS + [0x9999],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue