aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/piranha/piranha.c
diff options
context:
space:
mode:
authorSimon Shields <simon@lineageos.org>2019-07-04 18:46:47 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-17 15:57:58 +0200
commit5aca2496ac65f5163eb725a09755f9fc32b1a810 (patch)
treeece0fd743bc5ed4c62ba77fcd80d6bdf409e6c05 /samsung-ipc/devices/piranha/piranha.c
parentcee09b249afd19e15a2895dd311e112eea684787 (diff)
downloadhardware_replicant_libsamsung-ipc-5aca2496ac65f5163eb725a09755f9fc32b1a810.tar.gz
hardware_replicant_libsamsung-ipc-5aca2496ac65f5163eb725a09755f9fc32b1a810.tar.bz2
hardware_replicant_libsamsung-ipc-5aca2496ac65f5163eb725a09755f9fc32b1a810.zip
Add generic device for mainline Linuxhistory/17-07-2019-rebase
TODO: - More code cleanups - Refactor send_command to work with MIPI GNUtoo@cyberdimension.org: [rebase, fixes and cleanups] Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'samsung-ipc/devices/piranha/piranha.c')
-rw-r--r--samsung-ipc/devices/piranha/piranha.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samsung-ipc/devices/piranha/piranha.c b/samsung-ipc/devices/piranha/piranha.c
index df75363..c052681 100644
--- a/samsung-ipc/devices/piranha/piranha.c
+++ b/samsung-ipc/devices/piranha/piranha.c
@@ -325,6 +325,7 @@ struct ipc_client_handlers piranha_handlers = {
.open = piranha_open,
.close = piranha_close,
.poll = piranha_poll,
+ .send_command = NULL, /* xmm626_mipi_command_send */
.transport_data = NULL,
.power_on = piranha_power_on,
.power_off = piranha_power_off,