From: Viresh Kumar Date: Tue, 30 Jun 2015 06:10:18 +0000 (+0530) Subject: greybus: define more greybus classes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dccbe40ff97ac24ad8e99486df1cc2143bb99ff7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: define more greybus classes There are new protocols defined which don't belong to any existing class, add more classes to support them. Reported-by: Alexandre Bailon Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index d6175cec6c17..f84cfebd2316 100644 --- a/drivers/staging/greybus/greybus_manifest.h +++ b/drivers/staging/greybus/greybus_manifest.h @@ -64,6 +64,9 @@ enum greybus_class_type { GREYBUS_CLASS_DISPLAY = 0x0c, GREYBUS_CLASS_CAMERA = 0x0d, GREYBUS_CLASS_SENSOR = 0x0e, + GREYBUS_CLASS_LIGHTS = 0x0f, + GREYBUS_CLASS_VIBRATOR = 0x10, + GREYBUS_CLASS_LOOPBACK = 0x11, GREYBUS_CLASS_VENDOR = 0xff, };