From 55e8de16846cc65bc865e23d9651bccbd42be288 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 12 Jan 2014 16:24:30 +0100 Subject: Samsung Galaxy Note 2 N7100 support Signed-off-by: Paul Kocialkowski --- samsung-ipc/ipc_devices.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'samsung-ipc/ipc_devices.c') diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c index 138b2e9..2029486 100644 --- a/samsung-ipc/ipc_devices.c +++ b/samsung-ipc/ipc_devices.c @@ -125,6 +125,16 @@ struct ipc_device_desc ipc_devices[] = { .gprs_specs = &piranha_ipc_gprs_specs, .nv_data_specs = NULL, }, + { + .name = "n7100", + .board_name = "smdk4x12", + .kernel_version = NULL, + .fmt_ops = &n7100_ipc_fmt_ops, + .rfs_ops = &n7100_ipc_rfs_ops, + .handlers = &n7100_ipc_handlers, + .gprs_specs = &n7100_ipc_gprs_specs, + .nv_data_specs = NULL, + }, }; int ipc_devices_count = sizeof(ipc_devices) / sizeof(struct ipc_device_desc); -- cgit v1.1