aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.c
diff options
context:
space:
mode:
authorAlexander Tarasikov <alexander.tarasikov@gmail.com>2012-07-02 21:11:17 +0400
committerPaul Kocialkowski <contact@paulk.fr>2012-07-04 17:53:02 +0200
commitec0da948c69d1e8aea8dcdbbe2e4552591f18b47 (patch)
treeeedc1b771dcf8fb62a9d506ac096e1b07ec3274d /samsung-ipc/ipc_devices.c
parent25a8c2e23fa35a39c3653a158fc521debded81cf (diff)
downloadexternal_libsamsung-ipc-ec0da948c69d1e8aea8dcdbbe2e4552591f18b47.zip
external_libsamsung-ipc-ec0da948c69d1e8aea8dcdbbe2e4552591f18b47.tar.gz
external_libsamsung-ipc-ec0da948c69d1e8aea8dcdbbe2e4552591f18b47.tar.bz2
Change i9250 and i9100 to lowercase to fix runtime detection
Diffstat (limited to 'samsung-ipc/ipc_devices.c')
-rw-r--r--samsung-ipc/ipc_devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index 9db415e..60ca767 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -24,8 +24,8 @@
struct ipc_device_desc ipc_devices[] = {
{ "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 },
+ { "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 }