From 948b3bd592817a7d6dd566823ac1279b37637f5c Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Tue, 21 Jul 2015 17:44:10 +0530 Subject: [PATCH] greybus: sync protocol and class definitions Class types aren't in sync with protocol types, lets keep them in sync for now. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/greybus_manifest.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index f84cfeb..9c4d7ca 100644 --- a/drivers/staging/greybus/greybus_manifest.h +++ b/drivers/staging/greybus/greybus_manifest.h @@ -67,6 +67,11 @@ enum greybus_class_type { GREYBUS_CLASS_LIGHTS = 0x0f, GREYBUS_CLASS_VIBRATOR = 0x10, GREYBUS_CLASS_LOOPBACK = 0x11, + GREYBUS_CLASS_I2S_RECEIVER = 0x12, + GREYBUS_CLASS_I2S_TRANSMITTER = 0x13, + GREYBUS_CLASS_SVC = 0x14, + /* ... */ + GREYBUS_CLASS_RAW = 0xfe, GREYBUS_CLASS_VENDOR = 0xff, }; -- 2.7.4