Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devmodel add usb #45

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 57 additions & 49 deletions go/evecommon/devmodelcommon.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions proto/evecommon/devmodelcommon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
PhyIoSATAStorage = 10;
PhyIoNetEthPF = 11;
PhyIoNetEthVF = 12;
PhyIoCAN = 13;
PhyIoVCAN = 14;
PhyIoLCAN = 15;
PhyIoUSBController = 13;

Check failure on line 27 in proto/evecommon/devmodelcommon.proto

View workflow job for this annotation

GitHub Actions / yetus

bufcompat:Enum value "13" on enum "PhyIoType" changed name from "PhyIoCAN" to "PhyIoUSBController".

Check failure on line 27 in proto/evecommon/devmodelcommon.proto

View workflow job for this annotation

GitHub Actions / yetus

buflint:Enum value name "PhyIoUSBController" should be prefixed with "PHY_IO_TYPE_".

Check failure on line 27 in proto/evecommon/devmodelcommon.proto

View workflow job for this annotation

GitHub Actions / yetus

buflint:Enum value name "PhyIoUSBController" should be UPPER_SNAKE_CASE, such as "PHY_IO_USB_CONTROLLER".
PhyIoUSBDevice = 14;

Check failure on line 28 in proto/evecommon/devmodelcommon.proto

View workflow job for this annotation

GitHub Actions / yetus

bufcompat:Enum value "14" on enum "PhyIoType" changed name from "PhyIoVCAN" to "PhyIoUSBDevice".

Check failure on line 28 in proto/evecommon/devmodelcommon.proto

View workflow job for this annotation

GitHub Actions / yetus

buflint:Enum value name "PhyIoUSBDevice" should be prefixed with "PHY_IO_TYPE_".

Check failure on line 28 in proto/evecommon/devmodelcommon.proto

View workflow job for this annotation

GitHub Actions / yetus

buflint:Enum value name "PhyIoUSBDevice" should be UPPER_SNAKE_CASE, such as "PHY_IO_USB_DEVICE".
PhyIoCAN = 15;

Check failure on line 29 in proto/evecommon/devmodelcommon.proto

View workflow job for this annotation

GitHub Actions / yetus

bufcompat:Enum value "15" on enum "PhyIoType" changed name from "PhyIoLCAN" to "PhyIoCAN".
PhyIoVCAN = 16;
PhyIoLCAN = 17;
PhyIoOther = 255;
}

Expand Down
8 changes: 4 additions & 4 deletions python/evecommon/devmodelcommon_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading