mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 11:06:11 +01:00
Add usb ids for newer kindle fire to the linux mtp driver
This commit is contained in:
parent
3b8cd95d07
commit
46769322ea
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ const calibre_device_entry_t calibre_mtp_device_table[] = {
|
|||
|
||||
// Amazon Kindle Fire HD
|
||||
, { "Amazon", 0x1949, "Fire HD", 0x0007, DEVICE_FLAGS_ANDROID_BUGS}
|
||||
, { "Amazon", 0x1949, "Fire HD", 0x0008, DEVICE_FLAGS_ANDROID_BUGS}
|
||||
, { "Amazon", 0x1949, "Fire HD", 0x000a, DEVICE_FLAGS_ANDROID_BUGS}
|
||||
|
||||
// Nexus 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue