summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_manifest.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-11-17 15:19:14 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2014-11-17 15:19:14 -0800
commit68190676b78a4736081e13d67d3d5bc2a519df5c (patch)
treedd94f011e2c59c28687502592c2f3f174bedf37a /drivers/staging/greybus/greybus_manifest.h
parented7538e5a36ee7b369cb0ab0616394cb2f892a9f (diff)
downloadlinux-68190676b78a4736081e13d67d3d5bc2a519df5c.tar.bz2
greybus: greybus_manifest.h: update with full list of protocols
The protocol values had gotten out of sync with the Greybus Protocol specification document, so bring them back into sync by changing a few values, and adding the missing values. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_manifest.h')
-rw-r--r--drivers/staging/greybus/greybus_manifest.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index a0af9a261aa8..e2ec55888914 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -30,10 +30,17 @@ enum greybus_protocol {
GREYBUS_PROTOCOL_I2C = 0x03,
GREYBUS_PROTOCOL_UART = 0x04,
GREYBUS_PROTOCOL_HID = 0x05,
- GREYBUS_PROTOCOL_SDIO = 0x06,
+ GREYBUS_PROTOCOL_USB = 0x06,
+ GREYBUS_PROTOCOL_SDIO = 0x07,
GREYBUS_PROTOCOL_BATTERY = 0x08,
GREYBUS_PROTOCOL_PWM = 0x09,
- GREYBUS_PROTOCOL_LED = 0x0e,
+ GREYBUS_PROTOCOL_I2S = 0x0a,
+ GREYBUS_PROTOCOL_SPI = 0x0b,
+ GREYBUS_PROTOCOL_DISPLAY = 0x0c,
+ GREYBUS_PROTOCOL_CAMERA = 0x0d,
+ GREYBUS_PROTOCOL_SENSOR = 0x0e,
+ GREYBUS_PROTOCOL_LED = 0x0f,
+ GREYBUS_PROTOCOL_VIBRATOR = 0x10,
/* ... */
GREYBUS_PROTOCOL_VENDOR = 0xff,
};