aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.c
diff options
context:
space:
mode:
authorAlexander Tarasikov <alexander.tarasikov@gmail.com>2012-07-02 12:55:22 +0400
committerPaul Kocialkowski <contact@paulk.fr>2012-07-04 17:53:02 +0200
commit2454f7265a17afa73273dc09019adb90f77c0007 (patch)
treef0b6ea5be3baa2332a33d604f97fbfe616b042b2 /samsung-ipc/ipc_devices.c
parent3ee91dd1a20083d571718e2ee07570ac2c8cfe7c (diff)
downloadexternal_libsamsung-ipc-2454f7265a17afa73273dc09019adb90f77c0007.zip
external_libsamsung-ipc-2454f7265a17afa73273dc09019adb90f77c0007.tar.gz
external_libsamsung-ipc-2454f7265a17afa73273dc09019adb90f77c0007.tar.bz2
Update firmware loader to the latest version, fix makefiles for
maguro/galaxys2
Diffstat (limited to 'samsung-ipc/ipc_devices.c')
-rw-r--r--samsung-ipc/ipc_devices.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index cd38ff6..9db415e 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -23,13 +23,9 @@
#include "ipc_devices.h"
struct ipc_device_desc ipc_devices[] = {
-#if 0
- { "xmm6260", "i9100", &xmm6260_default_handlers, &xmm6260_i9100_fmt_ops, &xmm6260_rfs_ops },
- { "xmm6260", "SMDK4210", &xmm6260_default_handlers, &xmm6260_i9100_fmt_ops, &xmm6260_rfs_ops },
-
- { "xmm6260", "maguro", &xmm6260_default_handlers, &xmm6260_i9250_fmt_ops, &xmm6260_rfs_ops },
-#endif
- { "xmm6260", "Tuna", &xmm6260_default_handlers, &xmm6260_i9250_fmt_ops, &xmm6260_rfs_ops },
+ { "galaxys2", "i9100", &xmm6260_default_handlers, &xmm6260_i9100_fmt_ops, &xmm6260_rfs_ops },
+ { "galaxys2", "SMDK4210", &xmm6260_default_handlers, &xmm6260_i9100_fmt_ops, &xmm6260_rfs_ops },
+ { "maguro", "Tuna", &xmm6260_default_handlers, &xmm6260_i9250_fmt_ops, &xmm6260_rfs_ops },
{ "crespo", "herring", &crespo_default_handlers, &crespo_fmt_ops, &crespo_rfs_ops },
{ "aries", "aries", &aries_default_handlers, &aries_fmt_ops, &aries_rfs_ops },
{ "aries", "gt-p1000", &aries_default_handlers, &aries_fmt_ops, &aries_rfs_ops }