aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/ipc_devices.c')
-rw-r--r--samsung-ipc/ipc_devices.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index 43a83e5..ad7d23c 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -143,6 +143,16 @@ struct ipc_device_desc ipc_devices[] = {
.gprs_specs = &n7100_gprs_specs,
.nv_data_specs = &n7100_nv_data_specs,
},
+ {
+ .name = "n5100",
+ .board_name = "smdk4x12",
+ .kernel_version = NULL,
+ .fmt_ops = &n5100_fmt_ops,
+ .rfs_ops = &n5100_rfs_ops,
+ .handlers = &n5100_handlers,
+ .gprs_specs = &n5100_gprs_specs,
+ .nv_data_specs = &n5100_nv_data_specs,
+ },
};
unsigned int ipc_devices_count = sizeof(ipc_devices) /