mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 17:53:37 +02:00
Add usb ids of the Fire HD to the list of MTP devices
This commit is contained in:
parent
a7d24e2b64
commit
b325981a51
1 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,9 @@
|
|||
const calibre_device_entry_t calibre_mtp_device_table[] = {
|
||||
#include "upstream/music-players.h"
|
||||
|
||||
, { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
|
||||
// Amazon Kindle Fire HD
|
||||
, { "Amazon", 0x1949, "Fire HD", 0x0007, DEVICE_FLAGS_ANDROID_BUGS}
|
||||
|
||||
, { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue