summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Weir <chrisweir@google.com>2022-04-30 00:36:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-04-30 00:36:07 +0000
commit895844c1acd42868e12caf34cdad180883f02b89 (patch)
tree7bc11a67e284905868b3b137cb54a7447c990b77
parent5e2d6cd584cc59f040a98245c792efd9dc6cf292 (diff)
parentbbcac0c726cc441d51b9bb3b246b17deb7bb496d (diff)
downloadcar-895844c1acd42868e12caf34cdad180883f02b89.tar.gz
Merge "Also configure CCAN for GSI" into tm-dev
-rw-r--r--emulator/usbpt/protocan/canbus_config.pb11
1 files changed, 8 insertions, 3 deletions
diff --git a/emulator/usbpt/protocan/canbus_config.pb b/emulator/usbpt/protocan/canbus_config.pb
index 333d081..2e3599d 100644
--- a/emulator/usbpt/protocan/canbus_config.pb
+++ b/emulator/usbpt/protocan/canbus_config.pb
@@ -12,12 +12,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
buses: [
- {
+ {
name: "BCAN"
virtual { ifname: "vcan0" }
bitrate: 125000
- },
- {
+ },
+ {
+ name: "CCAN"
+ virtual { ifname: "vcan0" }
+ bitrate: 250000
+ },
+ {
name: "aae"
native { ifname: "can0" }
bitrate: 250000