Driver for HTC C. Fixes #1360678 ['Send To Device' icon not appearing](https://bugs.launchpad.net/calibre/+bug/1360678)

This commit is contained in:
Kovid Goyal 2014-08-26 05:50:48 +05:30
parent 2c0af0e0fe
commit ab1c011419

View File

@ -46,6 +46,7 @@ class ANDROID(USBMS):
0xcd6 : HTC_BCDS, 0xcd6 : HTC_BCDS,
0xce5 : HTC_BCDS, 0xce5 : HTC_BCDS,
0xcec : HTC_BCDS, 0xcec : HTC_BCDS,
0x0cf5 : HTC_BCDS,
0x2910 : HTC_BCDS, 0x2910 : HTC_BCDS,
0xe77 : HTC_BCDS, 0xe77 : HTC_BCDS,
0xff9 : HTC_BCDS, 0xff9 : HTC_BCDS,