Skip to content

Commit

Permalink
Merge pull request #142 from wistron-corporation/op940_20210218-2
Browse files Browse the repository at this point in the history
meta-ibm: Remove usb0 from channel config
  • Loading branch information
geissonator committed Feb 19, 2021
2 parents 319ac46 + a7e36f0 commit a384f73
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
}
},
"3" : {
"name" : "usb0",
"is_valid" : true,
"name" : "RESERVED",
"is_valid" : false,
"active_sessions" : 0,
"channel_info" : {
"medium_type" : "lan-802.3",
"protocol_type" : "ipmb-1.0",
"session_supported" : "multi-session",
"medium_type" : "reserved",
"protocol_type" : "na",
"session_supported" : "session-less",
"is_ipmi" : true
}
},
Expand Down

0 comments on commit a384f73

Please sign in to comment.