842891be96
Introduce a sample driver that register for server notifications and spawn clients for each available test service (service 15). The spawned clients implements the interface for encoding "ping" and "data" requests and decode the responses from the remote. Acked-By: Chris Lew <clew@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2 lines
55 B
Makefile
2 lines
55 B
Makefile
obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi_sample_client.o
|