-
Notifications
You must be signed in to change notification settings - Fork 13
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
Devmodel add usb #45
Conversation
Unfortunately I forgot to add these types before and one commercial controller started using the IDs 13 and 14, therefore we (@rene@github.com and I) decided to squeeze in these types and increase the IDs for CAN as they're not used yet. Signed-off-by: Christoph Ostarek <[email protected]>
All changes after the 'make'. Signed-off-by: Christoph Ostarek <[email protected]>
Yetus fails:
It complains about changing the IDs, which is expected and it complains about UPPER_SNAKE_CASE, but we want to keep the style. |
Yeah, both can be ignored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
devmodelcommon.proto: Add types for USB devices
Unfortunately I forgot to add these types before and
one commercial controller started using the IDs
13 and 14, therefore we (@[email protected] and I) decided
to squeeze in these types and increase the IDs for CAN
as they're not used yet.