mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 08:53:41 +02:00
Add cyanogen bcd to android driver for HTC phones
This commit is contained in:
parent
88e962ae39
commit
314f8fefd4
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ class ANDROID(USBMS):
|
|||
|
||||
VENDOR_ID = {
|
||||
# HTC
|
||||
0x0bb4 : { 0x0c02 : [0x100], 0x0c01 : [0x100], 0x0ff9 : [0x0100]},
|
||||
0x0bb4 : { 0x0c02 : [0x100, 0x227], 0x0c01 : [0x100, 0x227], 0x0ff9
|
||||
: [0x0100, 0x227]},
|
||||
|
||||
# Motorola
|
||||
0x22b8 : { 0x41d9 : [0x216], 0x2d67 : [0x100], 0x41db : [0x216],
|
||||
|
|
|
|||
Loading…
Reference in a new issue