mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Move non upstream change out of upstream file
This commit is contained in:
parent
b97b70bc7c
commit
c8083b0995
@ -11,6 +11,9 @@
|
|||||||
const calibre_device_entry_t calibre_mtp_device_table[] = {
|
const calibre_device_entry_t calibre_mtp_device_table[] = {
|
||||||
#include "upstream/music-players.h"
|
#include "upstream/music-players.h"
|
||||||
|
|
||||||
|
{ "Acer", 0x0502, "MT65xx Android Phone", 0x353c,
|
||||||
|
DEVICE_FLAGS_ANDROID_BUGS },
|
||||||
|
|
||||||
, { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
|
, { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -580,8 +580,6 @@
|
|||||||
DEVICE_FLAGS_ANDROID_BUGS },
|
DEVICE_FLAGS_ANDROID_BUGS },
|
||||||
{ "Acer", 0x0502, "Liquid Z120 MT65xx Android Phone", 0x3473,
|
{ "Acer", 0x0502, "Liquid Z120 MT65xx Android Phone", 0x3473,
|
||||||
DEVICE_FLAGS_ANDROID_BUGS },
|
DEVICE_FLAGS_ANDROID_BUGS },
|
||||||
{ "Acer", 0x0502, "MT65xx Android Phone", 0x353c,
|
|
||||||
DEVICE_FLAGS_ANDROID_BUGS },
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SanDisk
|
* SanDisk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user