image-tools: Precise dev-bus-id generation

Adding an additional comment on how the device-bus-id is generated.

Change-Id: Ief9c57866578dba13ce0741dd43448c35eae4610
Closes-Bug: #1682155
This commit is contained in:
Andreas Scheuring 2017-04-20 17:08:43 +02:00
parent 8e44759921
commit 0b086b4b66
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ function get_device_bus_id {
# $1 = the device number
# returns the corresponding device_bus_id
# Set device-bus-id format is: '0.<subchannel set id>.<devno>'
# It's safe to return 0.0. here as DPM does not support multiple
# subchannel sets right now.
echo "0.0.$1"
}