aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-10-01 19:34:45 +0200
committerSimon Busch <morphis@gravedo.de>2012-10-13 17:06:19 +0200
commit896c02cd4cf1486a9984dd4ee61c8dac7aa95858 (patch)
tree630ae2dc03342dcbe5712e42778a1d4b28fad0a3 /samsung-ipc/ipc_devices.c
parent9c23156c6d42384f0a8477b04a20419d606a2e2e (diff)
downloadexternal_libsamsung-ipc-896c02cd4cf1486a9984dd4ee61c8dac7aa95858.zip
external_libsamsung-ipc-896c02cd4cf1486a9984dd4ee61c8dac7aa95858.tar.gz
external_libsamsung-ipc-896c02cd4cf1486a9984dd4ee61c8dac7aa95858.tar.bz2
Kernel version in IPC device desc, with detection code
Change-Id: Ica8dd604ddaff527436e9ba909ab7d22eda9a875 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/ipc_devices.c')
-rw-r--r--samsung-ipc/ipc_devices.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index 559b34e..c104fdf 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -28,6 +28,7 @@ struct ipc_device_desc ipc_devices[] = {
{
.name = "crespo",
.board_name = "herring",
+ .kernel_version = NULL,
.fmt_ops = &crespo_fmt_ops,
.rfs_ops = &crespo_rfs_ops,
.handlers = &crespo_default_handlers,
@@ -37,6 +38,7 @@ struct ipc_device_desc ipc_devices[] = {
{
.name = "aries",
.board_name = "aries",
+ .kernel_version = NULL,
.fmt_ops = &aries_fmt_ops,
.rfs_ops = &aries_rfs_ops,
.handlers = &aries_default_handlers,
@@ -46,6 +48,7 @@ struct ipc_device_desc ipc_devices[] = {
{
.name = "aries",
.board_name = "gt-p1000",
+ .kernel_version = NULL,
.fmt_ops = &aries_fmt_ops,
.rfs_ops = &aries_rfs_ops,
.handlers = &aries_default_handlers,
@@ -55,6 +58,7 @@ struct ipc_device_desc ipc_devices[] = {
{
.name = "galaxys2",
.board_name = "i9100",
+ .kernel_version = NULL,
.fmt_ops = &galaxys2_fmt_ops,
.rfs_ops = &galaxys2_rfs_ops,
.handlers = &galaxys2_default_handlers,
@@ -64,6 +68,7 @@ struct ipc_device_desc ipc_devices[] = {
{
.name = "galaxys2",
.board_name = "smdk4210",
+ .kernel_version = NULL,
.fmt_ops = &galaxys2_fmt_ops,
.rfs_ops = &galaxys2_rfs_ops,
.handlers = &galaxys2_default_handlers,
@@ -73,6 +78,7 @@ struct ipc_device_desc ipc_devices[] = {
{
.name = "maguro",
.board_name = "tuna",
+ .kernel_version = NULL,
.fmt_ops = &maguro_fmt_ops,
.rfs_ops = &maguro_rfs_ops,
.handlers = &maguro_default_handlers,