Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
6ce3e03f
Commit
6ce3e03f
authored
Oct 20, 2014
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
greybus: greybus_manifest.h: fix up class protocol numbers to match the spec.
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
f012a520
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
drivers/staging/greybus/greybus_manifest.h
drivers/staging/greybus/greybus_manifest.h
+12
-10
No files found.
drivers/staging/greybus/greybus_manifest.h
View file @
6ce3e03f
...
@@ -36,18 +36,20 @@ enum greybus_protocol {
...
@@ -36,18 +36,20 @@ enum greybus_protocol {
enum
greybus_class_type
{
enum
greybus_class_type
{
GREYBUS_CLASS_CONTROL
=
0x00
,
GREYBUS_CLASS_CONTROL
=
0x00
,
GREYBUS_CLASS_
USB
=
0x01
,
GREYBUS_CLASS_
AP
=
0x01
,
GREYBUS_CLASS_GPIO
=
0x02
,
GREYBUS_CLASS_GPIO
=
0x02
,
GREYBUS_CLASS_
SPI
=
0x03
,
GREYBUS_CLASS_
I2C
=
0x03
,
GREYBUS_CLASS_UART
=
0x04
,
GREYBUS_CLASS_UART
=
0x04
,
GREYBUS_CLASS_PWM
=
0x05
,
GREYBUS_CLASS_HID
=
0x05
,
GREYBUS_CLASS_I2S
=
0x06
,
GREYBUS_CLASS_USB
=
0x06
,
GREYBUS_CLASS_I2C
=
0x07
,
GREYBUS_CLASS_SDIO
=
0x07
,
GREYBUS_CLASS_SDIO
=
0x08
,
GREYBUS_CLASS_BATTERY
=
0x08
,
GREYBUS_CLASS_HID
=
0x09
,
GREYBUS_CLASS_PWM
=
0x09
,
GREYBUS_CLASS_DISPLAY
=
0x0a
,
GREYBUS_CLASS_I2S
=
0x0a
,
GREYBUS_CLASS_CAMERA
=
0x0b
,
GREYBUS_CLASS_SPI
=
0x0b
,
GREYBUS_CLASS_SENSOR
=
0x0c
,
GREYBUS_CLASS_DISPLAY
=
0x0c
,
GREYBUS_CLASS_CAMERA
=
0x0d
,
GREYBUS_CLASS_SENSOR
=
0x0e
,
GREYBUS_CLASS_VENDOR
=
0xff
,
GREYBUS_CLASS_VENDOR
=
0xff
,
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment