aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.c
diff options
context:
space:
mode:
authorAlexander Tarasikov <alexander.tarasikov@gmail.com>2012-06-30 02:39:43 +0400
committerPaul Kocialkowski <contact@paulk.fr>2012-07-04 17:53:01 +0200
commit3ee91dd1a20083d571718e2ee07570ac2c8cfe7c (patch)
tree442ec386d41942cccb3f0510110b97ded11ff4f0 /samsung-ipc/ipc_devices.c
parent9b9c03b7d3e8ed110828155169903ece3c0658d0 (diff)
downloadexternal_libsamsung-ipc-3ee91dd1a20083d571718e2ee07570ac2c8cfe7c.zip
external_libsamsung-ipc-3ee91dd1a20083d571718e2ee07570ac2c8cfe7c.tar.gz
external_libsamsung-ipc-3ee91dd1a20083d571718e2ee07570ac2c8cfe7c.tar.bz2
Add the dirty, hackish and barely working xmm6260 modem support
for galaxy nexus (tuna/maguro)
Diffstat (limited to 'samsung-ipc/ipc_devices.c')
-rw-r--r--samsung-ipc/ipc_devices.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index f3f2b17..cd38ff6 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -23,6 +23,13 @@
#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 },
{ "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 }