Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef5d949a authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman
Browse files

greybus: Switch to Cport 0 for svc and control protocol



Initially we fixed it to Cport 2, but its changed to Cport 0 now. Lets
switch that in code as well.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Tested-by: default avatarPerry Hung <perry@leaflabs.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 619dccd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -64,9 +64,9 @@
 * CONTROL and SVC protocols for communication between AP and SVC.
 * CONTROL and SVC protocols for communication between AP and SVC.
 */
 */
#define GB_SVC_BUNDLE_ID			0
#define GB_SVC_BUNDLE_ID			0
#define GB_SVC_CPORT_ID				2
#define GB_SVC_CPORT_ID				0
#define GB_CONTROL_BUNDLE_ID			0
#define GB_CONTROL_BUNDLE_ID			0
#define GB_CONTROL_CPORT_ID			2
#define GB_CONTROL_CPORT_ID			0




/* Control Protocol */
/* Control Protocol */